Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
dba_objects « System Tables Views « Oracle PL / SQL
Oracle PL / SQL
System Tables Views
dba_objects
1.
Query dba_objects table group by object_type
2.
Query object name by object id against dba_objects
3.
list table, table partition, index, index partition and lob from dba_objects
4.
List all not valid database objects
5.
List all sys owned package name
6.
Get all system packages