Modèle:SQWareProduction sqwsyb LoadDatabase.ksh help : Différence entre versions

De WikiFr_dbSQWare
Aller à : navigation, rechercher
m (Updated by BatchUser)
 
m (Updated by BatchUser)
Ligne 1 : Ligne 1 :
 
<pre>
 
<pre>
Sourcing sqwsyb_Global.lib v2019.03 SQWareProduction for Sybase (dbSQWare) ...  
+
Sourcing sqwsyb_Global.lib v2019.04 SQWareProduction for Sybase (dbSQWare) ...  
  
 
Utilisation: sqwsyb_LoadDatabase.ksh [[-h]] -S|-I <dataserver> -DT <DatabaseTarget> [[+ options]]
 
Utilisation: sqwsyb_LoadDatabase.ksh [[-h]] -S|-I <dataserver> -DT <DatabaseTarget> [[+ options]]

Version du 23 juin 2019 à 21:28

Sourcing sqwsyb_Global.lib v2019.04 SQWareProduction for Sybase (dbSQWare) ... 

Utilisation: sqwsyb_LoadDatabase.ksh [[-h]] -S|-I <dataserver> -DT <DatabaseTarget> [[+ options]]

DESCRIPTION
   sqwsyb_LoadDatabase.ksh load $lvsqw_LoadType 
SUPPORT
   Sybase versions supportees: 12.5 <= v <= 16.0

PARAMETERS
     -S|-I  dataserver  : Target dataserver.
     -DT DatabaseTarget : Target database.
OPTIONS
     -h  help           : Affichage de l'aide complete.
     -s                 : Affichage des exemples d'utilisation.
     -NoMail            : Desactive l'envoi de mail sur erreur a pmexpdba@gmail.com (par defaut, envoi sur erreur).
     -AddMail email     : Adresse Email a ajouter a 'pmexpdba@gmail.com'.
     -SendReport        : Envoi du rapport d'execution.
     -DS DatabaseSource : Source database (par defaut same than -DT).
     -O on,off,ostb     : Type online (defaut on).
     -F file            : File of dump to load (defaut take the latest).
     -DD date_dump      : Date of dump to load (defaut take the latest).
     -RD directory      : Repertoire pour trouverdump file (defaut /$(echo ${HOME}|cut -d/ -f2)/syb_dump/$DSQUERY).
     -FRT  return_code  : Valeur forcee du code retour sur erreur
     -Before  script    : Script to execute before load.
     -After   script    : Script to execute after load.
     -Type type         : Type de load full,inc,stb,fstb (defaut full).
     -ADM Adresse       : Email Address to send report.
     -Chk               : Check database size before load.
     -Lock              : Lock all logins during load.
     -Kill              : Kill connexion on Loaded database.
     -Shut              : Run "dbcc dbreboot('shutdown_load',dbname)" before load database (12.5.4 ESD1 and 15.0.2).
     -Rsync             : Synchronize sysusers and sysalternates with master..syslogins (defaut no).
     -CrossPlatform     : Execute sp_post_xpload after load.
     -Upgrade           : Execute sp_checkreswords,sp_checksource,dbcc upgrade_object after load.
     -Locale   locale   : Force la Locale d'affichage de l'aide (fr,en).
     -Exec              : Run load $lvsqw_LoadType (default, display generated commands).