Modèle:SQWareProduction sqwter ExecSQL.ksh help : Différence entre versions
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
(32 révisions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
<pre> | <pre> | ||
− | Sourcing sqwter_Global.lib | + | Sourcing sqwter_Global.lib v2024.07 SQWareProduction for Teradata (dbSQWare) ... |
Usage: sqwter_ExecSQL.ksh [-h] -I <instance> [+ options] | Usage: sqwter_ExecSQL.ksh [-h] -I <instance> [+ options] | ||
Ligne 13 : | Ligne 13 : | ||
-F FileName : Filename to execute. | -F FileName : Filename to execute. | ||
OPTIONS | OPTIONS | ||
− | -h | + | -h : Display the full usage. |
-s : Display samples of usage. | -s : Display samples of usage. | ||
− | -Opt option : Additional | + | -Opt option : Additional options for sql connection. |
− | -FRT | + | -FRT code : Force return code value on error. |
− | -NoMail : | + | -NoMail : Deactivate sendmail on error pmexpdba@gmail.com (by default, send on error). |
− | -Locale | + | -Locale locale : Force Locale for help display (fr,en). |
− | -AddMail email | + | -AddMail email : Email address to add at 'pmexpdba@gmail.com'. |
-SendReport : Send execution log report. | -SendReport : Send execution log report. | ||
-Dist : For distant connection to database (change $gvsqw_ConnectString to $gvsqw_DistConnectString ). | -Dist : For distant connection to database (change $gvsqw_ConnectString to $gvsqw_DistConnectString ). | ||
− | -Exec : Run | + | -Exec : Run commands (by default, display generated commands). |
</pre> | </pre> |
Version actuelle datée du 31 octobre 2024 à 15:48
Sourcing sqwter_Global.lib v2024.07 SQWareProduction for Teradata (dbSQWare) ... Usage: sqwter_ExecSQL.ksh [-h] -I <instance> [+ options] DESCRIPTION sqwter_ExecSQL.ksh execute SQL file on instance SUPPORT All rdbms type and version PARAMETERS -I instance : Target instance. -F FileName : Filename to execute. OPTIONS -h : Display the full usage. -s : Display samples of usage. -Opt option : Additional options for sql connection. -FRT code : Force return code value on error. -NoMail : Deactivate sendmail on error pmexpdba@gmail.com (by default, send on error). -Locale locale : Force Locale for help display (fr,en). -AddMail email : Email address to add at 'pmexpdba@gmail.com'. -SendReport : Send execution log report. -Dist : For distant connection to database (change $gvsqw_ConnectString to $gvsqw_DistConnectString ). -Exec : Run commands (by default, display generated commands).