diff --git a/backup_rman.sh b/backup_rman.sh index 77c6ace..187db31 100755 --- a/backup_rman.sh +++ b/backup_rman.sh @@ -6,6 +6,7 @@ # 14/09/2011 : YAO - Creation # 13/10/2015 : YAO - ajout des params en ligne de commande # 24/10/2017 : YAO - ajout de level 0 + stby ctlfile + spfile including ctrl file +# 20/03/2023 : YAO - mise à jour des variable (/u0x) #------------------------------------------------------------------------------ #------------------------------------------------------------------------------ diff --git a/check_rman_backup.sh b/check_rman_backup.sh index 9dbbf9c..ee682f1 100755 --- a/check_rman_backup.sh +++ b/check_rman_backup.sh @@ -12,7 +12,7 @@ unset NLS_LANG #--------------------------------------------------------------------------- if test "$(id|grep dba)" then - return 0 + echo > /ev/null else echo "" echo "============================================================="