Difference between revisions of "Template:SQWareProduction sqwora Export.ksh help"
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
− | Sourcing sqwora_Global.lib v2020. | + | Sourcing sqwora_Global.lib v2020.04 SQWareProduction for Oracle (dbSQWare) ... |
Usage: sqwora_Export.ksh [-h] -I <instance> -T <type_exp> [+ options] | Usage: sqwora_Export.ksh [-h] -I <instance> -T <type_exp> [+ options] | ||
Line 7: | Line 7: | ||
sqwora_Export.ksh export script | sqwora_Export.ksh export script | ||
SUPPORT | SUPPORT | ||
− | Oracle supported versions: 9iR2 <= v <= | + | Oracle supported versions: 9iR2 <= v <= 19c |
PARAMETERS | PARAMETERS |
Revision as of 18:45, 20 July 2020
Sourcing sqwora_Global.lib v2020.04 SQWareProduction for Oracle (dbSQWare) ... Usage: sqwora_Export.ksh [-h] -I <instance> -T <type_exp> [+ options] DESCRIPTION sqwora_Export.ksh export script SUPPORT Oracle supported versions: 9iR2 <= v <= 19c PARAMETERS -I instance : Target instance to 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. -Pdb pdb_name : pdb_name for multitenant. -PAR parfile : Parfile to use. -ZIP extension : Compressor extension gz,bz2,Z,none (default: gz). -FRT return_code : Force return code value on error. -AddMail email : Email address to add at 'pmexpdba@gmail.com'. -Consistent : Export full in 'consistent=y'. -SendReport : Send execution log report. -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). -Sysdba : '/ as sysdba' connection instead of $gvsqw_DbaUser. -NoMail : Deactivate sendmail on error to pmexpdba@gmail.com (by default, send on error). -Locale locale : Force Locale for help display (fr,en). -Exec : Execute export (default, display generated commands).