In our organization we have to drop some schemas for that we have to drop all the tables and sp's of those schemas, we have a problem here one table
like "New Text Document" exist in one schema we are unable to drop this table, when we try to drop it says table does not exist. But it exits it systab output. So we are unable to drop a schema now.
I tried this statements
drop table "New Text Document";
drop table "krish.New Text Document"
drop table 'krish.New Text Document'
drop table 'New Text Document';
we are unable select this table also.
thanks in advance
Regards
Krishnam Raju.P