Server and connection status views
The status views for your database server and the current
connection are available via the corner menu of the Connection list
(Database Navigator).
Display Connection Information
If you need to find out more about your database server
release or the release number of your JDBC driver take a look at the
Connection Information window. To open it select "Display Connection
Information..." from the Connection list's corner menu (Database
Navigator).
Display Server Status
SQL4X Manager J includes pre-defined status views to
retrieve more information about your database server's current workload
and status. All status views are available via Database Navigator -> [your
Sybase connection] -> Corner Menu -> Special (see snapshot
on the left side).
Actually the views retrieve the current database status
from the servers Data Dictionary. This means your login users needs
the access privileges to read data from dba views to display most status
views. If your login user does not have enough access privileges the
error message "table or view does not exist" is displayed.
The server status views are optimized for Sybase ASE
12.x. Some of the views will not show any values with earlier Sybase
releases as those releases do not provide all the necessary data. For
more information on how to read the displayed values see your Sybase
documentation.
Modifying Status Views
SQL4X Manager J includes a Script Editor to edit the
SQL scripts that are used to retrieve the status views. Select Tools
menu -> Script Editor to start the Script Editor and load the script
file. Select your Database name (this is the name reported back by
your JDBC driver). The Section list defines where a script is displayed.
The scripts defined in the CONNECTION, CATALOG, SCHEMA and TABLE section
are added to the appropriate section of the Database Navigators Corner
Menu.
After changing a script with the Script Editor you
have to re-open the Database Navigator window. The script file is only
parsed once while the Database Navigator window is opened. |