TABLE
|
For a child node, displays details about the following:
Columns - A list of all columns and related SQL information.
Indexes - A list of indexes in the selected table.
Primary key - A list of the primary keys defined for the selected table.
Foreign key - A list of any foreign key restraints defined for a selected SQL table.
Preview - A subset of the records in the selected table. You can set the number of rows returned in the Preferences page.
Row count - The total number of rows in the selected table.
Privileges - A list of both table and column privileges (as a toggle).
Dependent Objects - A list of objects dependent on that table, identified by owner, type, and name.
Status - Status details, including properties and their values.
|
VIEW
|
For a child node, displays details about the following:
Columns -A list of all columns and related SQL information.
Indexes - A list of indexes in the selected table.
Primary key - A list of the primary keys defined for the selected table.
Foreign key - A list of any foreign key restraints defined for a selected SQL table.
Preview - A subset of the records in the selected table. You can set the number of rows returned in the Preferences page.
Row count - The total number of rows in the selected table.
Privileges - A list of both table and column privileges (as a toggle).
Dependent Objects - A list of objects dependent on that table, identified by owner, type, and name.
Status - Status details, including properties and their values.
|
SEQUENCE
|
Displays the properties of the sequence, including its current value.
|
PACKAGE
|
Displays details about each package, including the SQL code, properties and their values, and a list of dependent objects.
|
PACKAGE BODY
|
Displays details about each package body, including the SQL code, and properties and their values.
|
FUNCTION
|
Displays details about each function, including parameters, SQL code, properties and their values, and a list of dependent objects.
|
PROCEDURE
|
Displays details about a procedure, including parameters, SQL code, properties and their values, and a list of dependent objects.
|
TRIGGER
|
Displays details about a trigger, including properties and their values, details about other properties, and SQL code.
|
SESSIONS
|
Displays details about the current schema. Includes the columns Username, OS User, Session ID, Serial No, Process ID, LockWait, Status, PGA (Kb), UGA (Kb), Module, Machine, Program, and Logon Time.
|
JAVA SOURCE
|
Displays details about a Java object, including information about properties and a display of the Java object source.
|
DATABASE LINK
|
Displays details about a database link, including the user name, host, and when the link was created.
|
SESSIONS
|
Displays the following session information: Username, OS User, Session ID, Serial No, Process ID, LockWait, Status, PGA (Kb), UGA (Kb), Module, Machine, Program, and Logon Time.
|
JOBS
|
Displays the following job information: Log User, Priv User, Schema User, Last Date, This Date, Next Date, Total Time, Broken, Interval, Failures, What, NLS Env, and Misc Env.
|
TOP SQL
|
Displays the following SQL executions data: SQL Text, Reads/Execution, Buffer Gets, Disk Reads, Executions, Sorts, Address, and Hash Value.
|
System Parameters
|
Displays all the system parameters, which are retrieved from the v$system_parameter table. Includes the columns NUM, NAME, TYPE, and VALUE.
|
TableSpace
|
Displays child nodes for every existing table space. Includes Allocation Type, Contents, Extent Management, Initial Extent, Logging, Max Extent, Min ExtLen, Min Extent, Next Extent, PCT Increase, and Status.
|