Objects dropped along with table in oracle
Which objects are dropped along with table and which objects become INVALID.
Below are automatically dropped with table.
- Table structure
- Table data
- Indexes on the table
- Triggers associated with table
- Views
- Procedures
- Functions
- Packages
- Materialized views
No comments:
Post a Comment