db2 -svtf com.sql Kommandozeilenparameter
- Dieses Thema hat 1 Antwort und 1 Teilnehmer, und wurde zuletzt aktualisiert vor 17 Jahre, 7 Monaten von
Anonym.
-
AuthorPosts
-
3. Februar 2006 um 10:05 Uhr #2666
AnonymGastfolgende Zeile ist gegeben: db2 -svtf com.sql
für was stehen den die Parameter v und f ?
Gibt es hierfür eine Dokumentationsliste?
Danke
3. Februar 2006 um 11:13 Uhr #3075
AnonymInaktivv steht für "verbose". Beeinflusst (vergrössert) den Umfang der ausgegebenen Meldungen
f steht für "file" und besagt, dass das auszuführende Commando in einer Datei steht ( bei Dir die com.sql )die hier müsste es alle geben:
( solltest Du mit DB2 HELP  oder DB2 ? angezeigt bekommen )-a  This option tells the command line processor to display SQLCA data.  OFF Â
-c  This option tells the command line processor to automatically commit SQL statements.  ON Â
-e{c|s} Â This option tells the command line processor to display SQLCODE or SQLSTATE. These options are mutually exclusive. Â OFF Â
-f filename  This option tells the command line processor to read command input from a file instead of from standard input.  OFF Â
-l filename  This option tells the command line processor to log commands in a history file.  OFF Â
-n  Removes the new line character within a single delimited token. If this option is not specified, the new line character is replaced with a space. This option must be used with the -t option.  OFF Â
-o  This option tells the command line processor to display output data and messages to standard output.  ON Â
-p  This option tells the command line processor to display a command line processor prompt when in interactive input mode.  ON Â
-r filename  This option tells the command line processor to write the report generated by a command to a file.  OFF Â
-s  This option tells the command line processor to stop execution if errors occur while executing commands in a batch file or in interactive mode.  OFF Â
-t  This option tells the command line processor to use a semicolon (;) as the statement termination character.  OFF Â
-tdx  This option tells the command line processor to define and to use x as the statement termination character.  OFF Â
-v  This option tells the command line processor to echo command text to standard output.  OFF Â
-w  This option tells the command line processor to display SQL statement warning messages.  ON Â
-z filename  This option tells the command line processor to redirect all output to a file. It is similar to the -r option, but includes any messages or error codes with the output.  OFF Â
-
AuthorPosts
You must be logged in to reply to this topic.