Difference between revisions of "Template:SQWareProduction sqwora Expdp.ksh help"

From Wiki_dbSQWare
Jump to: navigation, search
m (Updated by BatchUser)
m (Updated by BatchUser)
Line 1: Line 1:
 
<pre>
 
<pre>
Sourcing sqwora_Global.lib v3.1.14 SQWareProduction for Oracle (dbSQWare GPL v3) ...  
+
Sourcing sqwora_Global.lib v3.1-beta.05 SQWareProduction for Oracle (dbSQWare GPL v3) ...  
  
 
Usage: sqwora_Expdp.ksh [-h] -I <instance> -T <type_exp> [+ options]
 
Usage: sqwora_Expdp.ksh [-h] -I <instance> -T <type_exp> [+ options]
Line 22: Line 22:
 
     -ZIP extension    : Compressor extension gz,bz2,Z,none (default: none).
 
     -ZIP extension    : Compressor extension gz,bz2,Z,none (default: none).
 
     -FRT return_code  : Force return code value on error.
 
     -FRT return_code  : Force return code value on error.
     -DIR dir_dump     : Expdp directory (default: /$(echo ${HOME}|cut -d/ -f2)/backup/${ORACLE_SID}/expdp).
+
    -AddMail email    : Email Address to add at 'default@dbsqware.com'.
 +
    -SendReport        : Send execution log report.
 +
    -NoConsistent      : Remove 'flashback_time=systimestamp' option.
 +
     -DIR dir_Dump     : Expdp directory (default: /$(echo ${HOME}|cut -d/ -f2)/backup/${ORACLE_SID}/expdp).
 
     -Dist              : For distant connection to database (change $gvsqw_DbaUser to $gvsqw_DistDbaUser@$ORACLE_SID ).
 
     -Dist              : For distant connection to database (change $gvsqw_DbaUser to $gvsqw_DistDbaUser@$ORACLE_SID ).
 
     -Sysdba            : '/ as sysdba' connection until $gvsqw_DbaUser.
 
     -Sysdba            : '/ as sysdba' connection until $gvsqw_DbaUser.

Revision as of 17:44, 5 April 2014

Sourcing sqwora_Global.lib v3.1-beta.05 SQWareProduction for Oracle (dbSQWare GPL v3) ... 

Usage: sqwora_Expdp.ksh [-h] -I <instance> -T <type_exp> [+ options]

DESCRIPTION
   sqwora_Expdp.ksh expdp script
SUPPORT
   Oracle supported versions: 10gR2 <= v <= 11gR2

PARAMETERS
     -I  instance       : Target instance for expdp.
     -T  type_exp       : Type of expdp (full,schema,structure,parfile,tables).
OPTIONS
     -h  help           : Display the full usage.
     -s                 : Display samples of usage.
     -H   nb_gen        : Number of generations to keep (default: 1).
     -P  Nb threads     : Number of threads in parallel (by default 2).
     -FU  owner         : Schema to expdp.
     -PAR parfile       : Parfile to use.
     -OPT option        : Option to add at the expdp command.
     -ZIP extension     : Compressor extension gz,bz2,Z,none (default: none).
     -FRT return_code   : Force return code value on error.
     -AddMail email     : Email Address to add at 'default@dbsqware.com'.
     -SendReport        : Send execution log report.
     -NoConsistent      : Remove 'flashback_time=systimestamp' option.
     -DIR dir_Dump      : Expdp directory (default: /$(echo ${HOME}|cut -d/ -f2)/backup/${ORACLE_SID}/expdp).
     -Dist              : For distant connection to database (change $gvsqw_DbaUser to $gvsqw_DistDbaUser@$ORACLE_SID ).
     -Sysdba            : '/ as sysdba' connection until $gvsqw_DbaUser.
     -NoMail            : Desactivate sendmail on error to default@dbsqware.com (by default, send on error).
     -Exec              : Execute expdp (default, display generated commands).