Modèle:SQWareProduction sqwsyb LoadDatabase.ksh help : Différence entre versions
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
Ligne 1 : | Ligne 1 : | ||
<pre> | <pre> | ||
− | Sourcing sqwsyb_Global.lib | + | Sourcing sqwsyb_Global.lib v2020.01 SQWareProduction for Sybase (dbSQWare) ... |
− | Utilisation: sqwsyb_LoadDatabase.ksh [[-h]] | + | Utilisation: sqwsyb_LoadDatabase.ksh [[-h]] -I <dataserver> -DT <DatabaseTarget> [[+ options]] |
DESCRIPTION | DESCRIPTION | ||
Ligne 10 : | Ligne 10 : | ||
PARAMETERS | PARAMETERS | ||
− | + | -I dataserver : Target dataserver. | |
-DT DatabaseTarget : Target database. | -DT DatabaseTarget : Target database. | ||
OPTIONS | OPTIONS | ||
Ligne 20 : | Ligne 20 : | ||
-DS DatabaseSource : Source database (par defaut same than -DT). | -DS DatabaseSource : Source database (par defaut same than -DT). | ||
-O on,off,ostb : Type online (defaut on). | -O on,off,ostb : Type online (defaut on). | ||
− | -F file : | + | -F file : Dump file to load (defaut take the latest). |
− | -DD date_dump : | + | -DD date_dump : Dump date to load (defaut take the latest). |
− | -RD directory : Repertoire pour | + | -RD directory : Repertoire pour trouver le fichier dump (defaut /$(echo ${HOME}|cut -d/ -f2)/syb_dump/$DSQUERY). |
-FRT return_code : Valeur forcee du code retour sur erreur | -FRT return_code : Valeur forcee du code retour sur erreur | ||
-Before script : Script to execute before load. | -Before script : Script to execute before load. | ||
-After script : Script to execute after load. | -After script : Script to execute after load. | ||
-Type type : Type de load full,inc,stb,fstb (defaut full). | -Type type : Type de load full,inc,stb,fstb (defaut full). | ||
− | -ADM Adresse : Email | + | -ADM Adresse : Email address to send report. |
-Chk : Check database size before load. | -Chk : Check database size before load. | ||
-Lock : Lock all logins during load. | -Lock : Lock all logins during load. | ||
− | -Kill : Kill connexion on | + | -Kill : Kill connexion on loaded database. |
-Shut : Run "dbcc dbreboot('shutdown_load',dbname)" before load database (12.5.4 ESD1 and 15.0.2). | -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). | -Rsync : Synchronize sysusers and sysalternates with master..syslogins (defaut no). |
Version du 8 mars 2020 à 18:31
Sourcing sqwsyb_Global.lib v2020.01 SQWareProduction for Sybase (dbSQWare) ... Utilisation: sqwsyb_LoadDatabase.ksh [[-h]] -I <dataserver> -DT <DatabaseTarget> [[+ options]] DESCRIPTION sqwsyb_LoadDatabase.ksh load $lvsqw_LoadType SUPPORT Sybase versions supportees: 12.5 <= v <= 16.0 PARAMETERS -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 : Dump file to load (defaut take the latest). -DD date_dump : Dump date to load (defaut take the latest). -RD directory : Repertoire pour trouver le fichier dump (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).