Update export_datapump_alldb.sh

This commit is contained in:
Yacine31
2023-09-25 20:53:16 +02:00
parent b68b5d2c73
commit 43c992e118

View File

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