Create Table taking long time (more than 60 minutes) and still running
Hi all,
I was able to create and drop table until yesterday, but now the when I issue the below statement the server is stuck, its showing creating table in process.... and then it hangs till you cancel the operation. Query of table and running the procedures are ok, so I am confused why only create table is having issues.
CREATE TABLE table1
( field1 VARCHAR2(20) );
Any help at the earliest will be appreciated,
Thanks