Files
oracle/vdh/batch_start_dbconsole.sh

1 line
165 B
Bash
Raw Normal View History

2026-03-12 21:23:47 +01:00
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