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

From Wiki_dbSQWare
Jump to: navigation, search
m (Updated by Expdbtools)
 
m (Updated by Expdbtools)
Line 1: Line 1:
 
<pre>
 
<pre>
Sourcing sqwora_Global.lib v1.2.09 SQWareProduction for Oracle (expdbTools GPL v3) ...  
+
Sourcing sqwora_Global.lib v1.2.10 SQWareProduction for Oracle (dbSQWare GPL v3) ...  
  
 
Usage: sqwora_Export.ksh [-h] -I <instance> -T <type_exp> [+ options]
 
Usage: sqwora_Export.ksh [-h] -I <instance> -T <type_exp> [+ options]

Revision as of 00:45, 23 December 2010

Sourcing sqwora_Global.lib v1.2.10 SQWareProduction for Oracle (dbSQWare GPL v3) ... 

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

DESCRIPTION
   sqwora_Export.ksh export script
SUPPORT
   Oracle supported versions: 9iR2 <= v <= 11gR2

PARAMETERS
     -I  instance       : Target instance for export.
     -T  type_exp       : Type of export (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).
     -FU  owner         : Schema to export.
     -PAR parfile       : Parfile to use.
     -LTB list          : List of tables to export (owner.table1,owner.tables2,...).
     -ZIP extension     : Compressor extension gz,bz2,Z,none (default: gz).
     -FRT return_code   : Force return code value on error.
     -DIR dir_dump      : Export directory (default: /$(echo ${HOME}|cut -d/ -f2)/backup/${ORACLE_SID}/exp).
     -DLOG dir_log      : Log directory (default: /$(echo $HOME|cut -d/ -f2)/backup/${ORACLE_SID}/exp/log).
     -NoMail            : Desactivate sendmail on error to dba (by default, send on error).
     -Exec              : Execute export (default, display generated commands).