5.12 Viewing Object Reports
SQL Workshop Utilities includes a variety of object reports to help you better manage the objects in your database.
- Viewing Table Reports
Use the Table reports to view specific details about the tables within your database. - Viewing PL/SQL Reports
Use the PL/SQL reports to view program unit arguments or unit line counts and also to search PL/SQL source code. - Viewing Exception Reports
Use the Exception Reports to view unindexed foreign keys and tables without primary keys, indexes, or triggers. - Viewing Security Reports
Use the Security reports to view object or column privileges granted on database objects owned by other schemas. - Viewing All Object Reports
Use the All Object reports to view objects for the selected schema.
Parent topic: Using SQL Workshop Utilities
5.12.1 Viewing Table Reports
Use the Table reports to view specific details about the tables within your database.
To view the Table reports:
Parent topic: Viewing Object Reports
5.12.2 Viewing PL/SQL Reports
Use the PL/SQL reports to view program unit arguments or unit line counts and also to search PL/SQL source code.
- Viewing Package Input and Output Parameters
Use the Program Unit Arguments report to view package input and output parameters. - Viewing the Number of Lines of Code for an Object
Use the Unit Line Counts report to view the number of lines of code for each object. - Searching PL/SQL Source Code
Use the Search PL/SQL Source code page to search the text within your PL/SQL code.
Parent topic: Viewing Object Reports
5.12.2.1 Viewing Package Input and Output Parameters
Use the Program Unit Arguments report to view package input and output parameters.
To view the PL/SQL Unit Arguments report:
Parent topic: Viewing PL/SQL Reports
5.12.2.2 Viewing the Number of Lines of Code for an Object
Use the Unit Line Counts report to view the number of lines of code for each object.
Use this report to identify larger PL/SQL program units.
To view the Unit Line Counts report:
Parent topic: Viewing PL/SQL Reports
5.12.2.3 Searching PL/SQL Source Code
Use the Search PL/SQL Source code page to search the text within your PL/SQL code.
Use this report to find references to tables or functions you might be thinking of deleting. You can also use this page to locate code when you can only recall a code snippet.
To search for PL/SQL source code:
-
On the Workspace home page, click the Utilities icon.
-
Click Object Reports.
The Object Reports page appears.
-
Under PL/SQL Reports, click Search PL/SQL Source Code.
-
To filter the report:
-
In From Line and To Line, enter the range of lines you want to search.
-
Click Set.
-
To filter the report, enter an object name and click Go.
-
-
To view reports for a different schema, select another schema from the Schema list.
Parent topic: Viewing PL/SQL Reports
5.12.3 Viewing Exception Reports
Use the Exception Reports to view unindexed foreign keys and tables without primary keys, indexes, or triggers.
To view Exception reports:
See Also:
Customizing an Interactive Report Using the Actions Menu in Oracle APEX End User’s Guide
Parent topic: Viewing Object Reports
5.12.4 Viewing Security Reports
Use the Security reports to view object or column privileges granted on database objects owned by other schemas.
You can also use these reports to view database role and system privileges.
To view the Security reports:
See Also:
Customizing an Interactive Report Using the Actions Menu in Oracle APEX End User’s Guide
Parent topic: Viewing Object Reports
5.12.5 Viewing All Object Reports
Use the All Object reports to view objects for the selected schema.
To view the All Object reports:
See Also:
-
Customizing an Interactive Report Using the Actions Menu in Oracle APEX End User’s Guide
-
Data Dictionary and Dynamic Performance Views in Oracle Database Conceptsfor information about the data dictionary
Parent topic: Viewing Object Reports