Unable to Drop Type.
I want to drop type named casedata_rec for droping this type i am using below command.
Drop type casedata_rec force;
Error at Line 1
Ora-21700 Objects does not exists or marked for delete.
My database version is oaracle 10g.
Please help.