Update backup_rman_alldb.sh

This commit is contained in:
Yacine31
2023-09-25 20:52:59 +02:00
parent 46bc6fcbb5
commit b68b5d2c73

View File

@@ -10,5 +10,5 @@
for i in $(ps -ef | grep pmon | grep -v grep | cut -d_ -f3)
do
sh /home/oracle/scripts/backup_rman.sh -s $i
sh /home/oracle/scripts/backup_rman.sh $i
done