ajout des scripts de backup rman
This commit is contained in:
8
check_rman_backup_1day.sh
Normal file
8
check_rman_backup_1day.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
export SCRIPTS_DIR=/home/oracle/exploit
|
||||
/home/oracle/scripts/running_instances.sh | while read d
|
||||
do
|
||||
export ORAENV_ASK=NO
|
||||
export ORACLE_SID=$d
|
||||
. oraenv > /dev/null
|
||||
sqlplus -S / as sysdba @${SCRIPTS_DIR}/check_rman_backup_1day.sql
|
||||
done
|
||||
Reference in New Issue
Block a user