CREATE TABLE AS SELECT... Hangs
596722Feb 25 2009 — edited Mar 3 2009Hi,
Create table xxx as select col1, col2 from myTable hangs. myTable is a very small table with few hundred rows, but still create table fails.
Can anyone suggest where to and what to check and what action needs to be taken. Its a Production database, so cannot afford to restart the db.
Thanks
SA