Difference between revisions of "Template:SQWareProduction sqwsyb DbccDatabase.ksh help"
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
(64 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
− | Sourcing sqwsyb_Global.lib | + | Sourcing sqwsyb_Global.lib v2024.07 SQWareProduction for Sybase (dbSQWare) ... |
− | Usage: sqwsyb_DbccDatabase.ksh [-h] - | + | Usage: sqwsyb_DbccDatabase.ksh [-h] -I <dataserver> [+ options] |
DESCRIPTION | DESCRIPTION | ||
− | sqwsyb_DbccDatabase.ksh | + | sqwsyb_DbccDatabase.ksh Dbcc database |
SUPPORT | SUPPORT | ||
− | Sybase supported versions: 12.0 <= v <= | + | Sybase supported versions: 12.0 <= v <= 16.0 |
PARAMETERS | PARAMETERS | ||
− | - | + | -I dataserver : Target dataserver. |
-D database : Database name. | -D database : Database name. | ||
OPTIONS | OPTIONS | ||
− | -h | + | -h : Display the full usage. |
-s : Display samples of usage. | -s : Display samples of usage. | ||
− | -FRT | + | -FRT code : Force return code value on error. |
+ | -AddMail email : Email address to add at 'pmexpdba@gmail.com'. | ||
+ | -SendReport : Send execution log report. | ||
-Dist : For distant connection to database (change $gvsqw_DbaUser to $gvsqw_DistDbaUser ). | -Dist : For distant connection to database (change $gvsqw_DbaUser to $gvsqw_DistDbaUser ). | ||
− | -NoMail : | + | -NoMail : Deactivate sendmail on error pmexpdba@gmail.com (by default, send on error). |
− | -Exec : Run | + | -Locale locale : Force Locale for help display (fr,en). |
+ | -Exec : Run Dbcc (by default, display generated commands). | ||
</pre> | </pre> |
Latest revision as of 15:56, 31 October 2024
Sourcing sqwsyb_Global.lib v2024.07 SQWareProduction for Sybase (dbSQWare) ... Usage: sqwsyb_DbccDatabase.ksh [-h] -I <dataserver> [+ options] DESCRIPTION sqwsyb_DbccDatabase.ksh Dbcc database SUPPORT Sybase supported versions: 12.0 <= v <= 16.0 PARAMETERS -I dataserver : Target dataserver. -D database : Database name. OPTIONS -h : Display the full usage. -s : Display samples of usage. -FRT code : Force return code value on error. -AddMail email : Email address to add at 'pmexpdba@gmail.com'. -SendReport : Send execution log report. -Dist : For distant connection to database (change $gvsqw_DbaUser to $gvsqw_DistDbaUser ). -NoMail : Deactivate sendmail on error pmexpdba@gmail.com (by default, send on error). -Locale locale : Force Locale for help display (fr,en). -Exec : Run Dbcc (by default, display generated commands).