Difference between revisions of "Template:SQWareProduction sqwsyb LoadDatabase.ksh help"

From Wiki_dbSQWare
Jump to: navigation, search
m (Updated by Expdbtools)
 
m (Updated by Expdbtools)
Line 1: Line 1:
 
<pre>
 
<pre>
Sourcing sqwsyb_Global.lib v1.2.09 SQWareProduction for Sybase (expdbTools GPL v3) ...  
+
Sourcing sqwsyb_Global.lib v1.2.10 SQWareProduction for Sybase (dbSQWare GPL v3) ...  
  
 
Usage: sqwsyb_LoadDatabase.ksh [[-h]] -S <dataserver> -DT <DatabaseTarget> [[+ options]]
 
Usage: sqwsyb_LoadDatabase.ksh [[-h]] -S <dataserver> -DT <DatabaseTarget> [[+ options]]

Revision as of 00:45, 23 December 2010

Sourcing sqwsyb_Global.lib v1.2.10 SQWareProduction for Sybase (dbSQWare GPL v3) ... 

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

DESCRIPTION
   sqwsyb_LoadDatabase.ksh load $lvsqw_LoadType 
SUPPORT
   Sybase supported versions: 12.5 <= v <= 15.5

PARAMETERS
     -S  dataserver     : Target dataserver.
     -DT DatabaseTarget : Target database.
OPTIONS
     -h  help           : Display the full usage.
     -s                 : Display samples of usage.
     -NoMail            : Desactivate sendmail on error dba (by default, send on error).
     -DS DatabaseSource : Source database (by default same than -DT).
     -O on,off,ostb     : Type online (defaut on).
     -F file            : File of dump to load (default take the latest).
     -DD date_dump      : Date of dump to load (default take the latest).
     -RD directory      : Directory to find dump file (default /$(echo ${HOME}|cut -d/ -f2)/syb_dump/$DSQUERY).
     -FRT  return_code  : Force return code value on error.
     -Before  script    : Script to execute before load.
     -After   script    : Script to execute after load.
     -Type type         : Type de load full,inc,stb,fstb (default full).
     -Kill              : Kill connexion on loaded database.
     -Rsync             : Synchronize sysusers and sysalternates with master..syslogins (default no).
     -Exec              : Run load $lvsqw_LoadType (default, display generated commands).