Difference between revisions of "Template:SQWareProduction sqwing ExportFullDatabase.ksh example"
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
− | Sourcing sqwing_Global.lib | + | Sourcing sqwing_Global.lib v2021.05 SQWareProduction for Ingres (dbSQWare) ... |
#Standard help for script sqwing_ExportFullDatabase.ksh: | #Standard help for script sqwing_ExportFullDatabase.ksh: |
Revision as of 15:44, 2 July 2021
Sourcing sqwing_Global.lib v2021.05 SQWareProduction for Ingres (dbSQWare) ... #Standard help for script sqwing_ExportFullDatabase.ksh: $gvsqw_IngBin/sqwing_ExportFullDatabase.ksh -h #Display online help for this script $gvsqw_IngBin/sqwing_ExportFullDatabase.ksh -I $INGRES_SID -D <DbName> -NoMail #Deactivate sendmail on error to $gvsqw_GlobalMail (by default, send on error) $gvsqw_IngBin/sqwing_ExportFullDatabase.ksh -I $INGRES_SID -D <DbName> -Exec #Execute generated commands $gvsqw_IngBin/sqwing_ExportFullDatabase.ksh -I $INGRES_SID -D <DbName> #Generate commands but don't execute them ! $gvsqw_IngBin/sqwing_ExportFullDatabase.ksh -I $INGRES_SID -D <DbName> -FRT <NumericValue> -Exec #Force return code to '<NumericValue>' on error (if no error, exit 0!) #You can also force return code of this script on all your #environnement if you set the variable: $gvsqw_ForcedReturnCodeScript_sqwing_ExportFullDatabase=<NumericValue> #in configuration file $gvsqw_IngBin/../etc_cust/sqwing_GlobalVar.cfg