1
2
Fork
You've already forked DBAHelper
0
a collection of scripts to ease the day-to-day work of an Oracle DBA
Shell 96.2%
PLSQL 3%
Makefile 0.8%
Find a file
2022年07月26日 10:34:17 +02:00
doc adding QuickCheck script (sql/db_simple_check.sql) 2019年08月12日 21:15:50 +02:00
ohctl lsoh/setoh: ignore ORACLE_HOMEs which were already removed/uninstalled 2022年07月26日 10:34:17 +02:00
resman resman: add example SQL to readme 2019年09月11日 12:19:05 +02:00
rman ! fixed syntax error in password file creation 2008年07月11日 10:31:11 +00:00
sql adding simple alert log query 2019年09月04日 11:20:55 +02:00
ts_mig adding 5th script to ts_reorg, working around an Oracle bug 2015年03月10日 20:56:30 +01:00
analobj.sh move connection string building to "configure" and adjust all scripts using it 2019年08月03日 00:22:53 +02:00
configure move connection string building to "configure" and adjust all scripts using it 2019年08月03日 00:22:53 +02:00
ExportOracleDB ! ExportOracleDB: bzip2 compression was ignoring the --dryrun parameter 2008年02月20日 15:19:50 +00:00
Generate_createdb.sh ! fixed duplicate execution of CREATE USER statements 2007年05月16日 18:36:11 +00:00
globalconf + adding output directory to config (where to put the spool files) 2008年01月16日 13:32:31 +00:00
idxmove.sh move connection string building to "configure" and adjust all scripts using it 2019年08月03日 00:22:53 +02:00
idxrebuild_all.sh move connection string building to "configure" and adjust all scripts using it 2019年08月03日 00:22:53 +02:00
idxrebuild_inv.sh move connection string building to "configure" and adjust all scripts using it 2019年08月03日 00:22:53 +02:00
lazywaste.sh * some restructuring 2006年02月03日 15:10:57 +00:00
Makefile * updated the uninstall target of the makefile and added a purge target (to also remove /etc/rmanrc) 2008年02月20日 15:14:03 +00:00
README.md updating wiki link 2019年08月02日 10:50:55 +02:00
sqltune + added script to tell undo records used by current processes 2008年01月02日 11:57:08 +00:00
tabmove.sh move connection string building to "configure" and adjust all scripts using it 2019年08月03日 00:22:53 +02:00
tabreorg.sh move connection string building to "configure" and adjust all scripts using it 2019年08月03日 00:22:53 +02:00
undo_used.sh + adding the undo_used.sh script 2008年01月10日 09:27:09 +00:00

DBAHelper

DBAHelper is a collection of scripts to ease the day-to-day work of an Oracle DBA. Not everything can be done automatically (otherwise we'ld lose our jobs ;) – but certain tasks re-occur in the same order very often. In these cases we like to save some keystrokes and let the scripts do the job.

A more detailed introduction and documentation can be found in the doc/ and doc/html/ directories of the source code – and also in the wiki.