Home » RDBMS Server » Server Administration » Table hang
Table hang [message #132902] Tue, 16 August 2005 14:21 Go to next message
vjeedigunta
Messages: 201
Registered: March 2005
Location: Hyderabad
Senior Member

I have a table XYZ with 750000 Rows .. This table is behaving strange .. I can do a count(*) from the table ..
but i cant analyze the table ..not even with sample 10% ...also export of the schema hangs on that table ..
I tried create abc table as select * from xyz which failed too ..

what could be the reason ?

Thanks for the help
-sai jeedigunta
Re: Table hang [message #132903 is a reply to message #132902] Tue, 16 August 2005 14:48 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10708
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
versions of oracle/os?
did you check for DML locks on the object?
>>I tried create abc table as select * from xyz which failed too ..
what was the error?
And, before collecting new statistics, always remove the old statistics.

Did you validate the structure?
sql> analyze table table_name validate structure cascade;
and
Enable Trace 10046 , level 8 and post the relevent contents of tkprof output

[Updated on: Tue, 16 August 2005 14:52]

Report message to a moderator

Re: Table hang [message #132933 is a reply to message #132903] Tue, 16 August 2005 22:15 Go to previous messageGo to next message
vjeedigunta
Messages: 201
Registered: March 2005
Location: Hyderabad
Senior Member

Hey mahesh,
There is no error .. it just goes on and on ..
Let me try enabling the trace and provide more info on this..

-Sai
Re: Table hang [message #132934 is a reply to message #132933] Tue, 16 August 2005 22:16 Go to previous message
vjeedigunta
Messages: 201
Registered: March 2005
Location: Hyderabad
Senior Member

Oracle version : 9.2.0.5
o/s : solaris 5.6

-Sai
Previous Topic: defrag database
Next Topic: Schema comparision---Info needed
Goto Forum:
  


Current Time: Sun Jan 26 10:37:29 CST 2025