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 over 15 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 Oracle connection] -> corner menu -> Special (see snapshot
on the left side).
Actually the views retrieve the current database status
from the Oracle 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 Oracle 9i. Some
of the views will not show any values with earlier Oracle releases as
older Oracle database servers do not provide all the necessary data. For
more information on how to read the displayed values see your Oracle Data
Dictionary 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. |