Cannot drop a table (merged 3) [message #382688] |
Fri, 23 January 2009 10:28 |
eagyeman
Messages: 6 Registered: May 2007
|
Junior Member |
|
|
Oracle version is 10.2.0.1.0 on Linux.
I am trying to drop a table and I have issued both commands below to drop it which is a straigth forward drop, but none works.
drop table test cascade constraints;
drop table test;
It hangs for a long time. It is a small table with only about 30 records in it. When i issue any commnad against the table it hangs -- select, delete, update. There is nothing written in the alert log file to indicate a corruption or anything. when I check the status in dba_tables, it shows it as valid. Is there anyway I can zap this table and recreate it.
Is there anyway to do this?
|
|
|
|
|
|
|
|
|
|