DDL are very slow on Oracle9i [message #133262] |
Thu, 18 August 2005 05:07 |
Hamlet
Messages: 4 Registered: August 2005
|
Junior Member |
|
|
A little history:
there was database crash due hardware problems.
Using old scripts was created database, similar to old one, and using imp FULL=Y DESTROY=Y full database dump was imported.
For this moment database are up and running, all sql queries are ok, but all DDL command are extreamly slow !!! droping empty table are takes about 3-5 minutes
mostly during this operation CPU a disk subsistem are not overloaded (about 10%).
for this moment drop user are running, and current statement for this command (I can see it using TOAD) is UPDATE seg$ set ....
Any ideas ?
|
|
|
|
|
|
|
|
Re: DDL are very slow on Oracle9i [message #133350 is a reply to message #133341] |
Thu, 18 August 2005 10:31 |
Hamlet
Messages: 4 Registered: August 2005
|
Junior Member |
|
|
Mahesh Rajendran wrote on Thu, 18 August 2005 09:59 | happen to be using Dictionary Managed tablespaces?
then the behaviour is expected.
Else
Open a tar.
|
in Dictionary Managed tablespaces case - what need to do, if it happens again ?
|
|
|
|