2026-03-12 20:23:15
This commit is contained in:
1
vdh/batch_start_dbconsole.sh
Normal file
1
vdh/batch_start_dbconsole.sh
Normal file
@@ -0,0 +1 @@
|
||||
for i in `ps -ef | grep pmon | grep -v grep | cut -d'_' -f3`; do export ORACLE_SID=$i; export ORACLE_UNQNAME=`echo $i | tr -d [:digit:]`; emctl start dbconsole; done
|
||||
Reference in New Issue
Block a user