DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: ORA-29857: Domain Indexes and/or Secondary Objects Exist in TS

  1. #1
    Join Date
    Feb 2001
    Posts
    44

    ORA-29857: Domain Indexes and/or Secondary Objects Exist in TS

    I'm getting below error message when I try to drop a XDB tablespace in 9i.

    ORA-29857: Domain Indexes and/or Secondary Objects Exist in TS

    I'm getting below error message when I try to drop a EXAMPLE tablespace in 9i.

    ORA-23515: materialized views and/or their indices exist in the tablespace

    How can I drop these tablespaces?
    I don't need to keep these tablespaces right?

  2. #2
    Join Date
    Apr 2001
    Location
    Bangalore, India
    Posts
    727
    ORA-29857: Domain Indexes and/or Secondary Objects Exist in TS

    Solution: There is an IOT is in the tableaspace. Drop that first before droping the tablespace

    ORA-23515: materialized views and/or their indices exist in the tablespace

    Drop the materialized views before droping the tablespace


    Thomas
    Thomas Saviour(royxavier@yahoo.com)
    Technical Lead (Databases)
    Thomson Reuters (Markets)

    http://ora600tom.wordpress.com/

  3. #3
    Join Date
    Feb 2001
    Posts
    44
    Ok, I was able to drop XDB Tablespaces by dropping user XDB. How can I drop EXAMPLE Tablespaces? Which user is using EXAMPLE Tablespaces? Which Dictionary View can I query to retrieve the Materialized view info?

  4. #4
    Join Date
    Apr 2001
    Location
    Bangalore, India
    Posts
    727
    select object_name,owner
    from dba_objects
    where object_type='UNDEFINED';


    Thomas
    Thomas Saviour(royxavier@yahoo.com)
    Technical Lead (Databases)
    Thomson Reuters (Markets)

    http://ora600tom.wordpress.com/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width