From 940100debe91eccd4d4b4499beb28e0b02a57786 Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Wed, 14 Dec 2022 09:18:33 +0100 Subject: [PATCH] Update export_datapump.sh --- export_datapump.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/export_datapump.sh b/export_datapump.sh index c5a877e..a9b248a 100644 --- a/export_datapump.sh +++ b/export_datapump.sh @@ -116,9 +116,4 @@ EOF #------------------------------------------------------------------------------ # export des données #------------------------------------------------------------------------------ -$ORACLE_HOME/bin/expdp \'/ as sysdba\' full=y \ - directory=$DPDIR \ - dumpfile=export_${ORACLE_SID}_${JOUR_SEMAINE}.dmp \ - logfile=export_${ORACLE_SID}_${JOUR_SEMAINE}.log \ - flashback_time=systimestamp - reuse_dumpfiles=yes +$ORACLE_HOME/bin/expdp \'/ as sysdba\' full=y directory=$DPDIR dumpfile=export_${ORACLE_SID}_${JOUR_SEMAINE}.dmp logfile=export_${ORACLE_SID}_${JOUR_SEMAINE}.log flashback_time=systimestamp reuse_dumpfiles=yes