jayjaybigs
IS-IT--Management
I wanted to drop the tablespace EXAMPLE and I got this error - ORA-23515: materialized views and/or their indices exist in the tablespace
Therefore I used the statement below to find the existing objects in the tablespace;
select owner, object_name, from dba_segments where tablespace_name = 'EXAMPLE'
However, this gave me so many objects that I thought it would not be wise to delete all these objects.
Please advise.
Therefore I used the statement below to find the existing objects in the tablespace;
select owner, object_name, from dba_segments where tablespace_name = 'EXAMPLE'
However, this gave me so many objects that I thought it would not be wise to delete all these objects.
Please advise.