Examples |
 |
If you issue the commands
SQLMONITOR OVERVIEW => SET OUTPUT Myfile
SQLMONITOR OVERVIEW => OVERVIEW
SQLMONITOR OVERVIEW => OVERVIEW SESSION
SQLMONITOR OVERVIEW => SET OUTPUT OFF
|
SQLMON creates Myfile and adds images of both the Overview and Overview Session screens to the file.
If you then issue the commands
SQLMONITOR OVERVIEW => SET OUTPUT Myfile
System Filename already exists. Overwrite? yes
SQLMONITOR OVERVIEW => LOCK
SQLMONITOR OVERVIEW => LOCK OBJECT
SQLMONITOR OVERVIEW => SET OUTPUT OFF
|
SQLMON overwrites Myfile and then appends images of the Lock and Lock Object screens to the file.
To prevent accidental data loss, SQLMON prompts you before it overwrites the file, as in
SQLMONITOR OVERVIEW => SET OUTPUT Myfile
SystemFileName already exists. Overwrite? ([NO],YES) no
SystemFileName not overwritten.
|
If you omit the last parameter, SQLMON prompts for it, as in
SQLMONITOR OVERVIEW => SET OUTPUT
SystemFileName <or OFF>: OFF
|