To start SQL Studio, select Start ® Programs ® MaxDB ® SQL Studio.
You can also start SQL Studio from the command line. If you do launch SQL Studio from the command line, you can also specify options for it.
...
...
1. Switch to the directory where the program sqlsto.exe is located.
2. Enter the following command: sqlsto [<options>]
You can use the following options:
-? |
Display all command line options |
-version |
Display information on software version |
-n <server_name> |
Name of database server |
-d <database_name> |
Name of the database instance |
-u <user_name[,password]> |
User name and password |
-c oracle |
SQL mode ORACLE. After starting the SQL Studio, you can also change the SQL mode in the user settings. |
-t <trace_file> |
Generate a log file for logging SQL
statements |