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.
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.
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.
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?
Bookmarks