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

Thread: LOB object drop error

  1. #1
    Join Date
    Oct 2009
    Posts
    30

    LOB object drop error

    Hi,

    In the process of refreshing a schema, I have already dropped the columns from LOB table.
    Then I tried dropping the rest of the objects, but few objects of type LOB are not getting dropped and I am receiving the below error:

    drop LOB ABC.SYS_LOB0000435014C00002$$
    *
    ERROR at line 1:
    ORA-00950: invalid DROP option

    (Here LOB-> object type and ABC- owner)

    Can someone please help in resolving the same and what could be its affect on the refresh.


    Thanks in advance
    Regards,
    Aakriti

  2. #2
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    There is not such a command as drop lob.

    LOBs are datatypes, datatypes for columns that are stored into tables so you can delete rows and truncate tables.

    If what you want is to get rid of physical files you have to purge.
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

  3. #3
    Join Date
    Oct 2009
    Posts
    30
    Hi,

    I have dropped the LOB objects by dropping the column of the LOB_table.
    Then tried dropping the objects of the schema, wherein encountered this error.
    Also, purged the recyclebin, yet receiving the same error.

    I hope its more understandable now. Any help please.

    Thanks in advance

    Regards,

  4. #4
    Join Date
    Feb 2010
    Posts
    36
    can you do "purge dba_recyclebin;" and check.

    Regards...Mayura

  5. #5
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    Quote Originally Posted by getnami View Post
    Hi,

    I have dropped the LOB objects by dropping the column of the LOB_table.
    Then tried dropping the objects of the schema, wherein encountered this error.
    Also, purged the recyclebin, yet receiving the same error.

    I hope its more understandable now. Any help please.

    Thanks in advance

    Regards,
    receiving what error, what exactly are you trying to do?

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