Steve,
Recently I got same problem and I have resolved it. This will
happen if you setup INITIAL and NEXT extent size very small for TEMPORARY
tablespace. Look at the following information:
http://metalink.oracle.com and look for
the following DOC ID:
DOC ID: 61997.1
DOC ID: 1076161.6
I
created new LOCALLY MANAGED TEMPORARY tablespace which handles better than
DICTIONARY tablespace:
CREATE TEMPORARY TABLESPACE
temp
TEMPFILE
'/d05/oradata/prod/temp01.dbf' SIZE 2048M
EXTENT MANAGEMENT LOCAL
UNIFORM SIZE 1M;
ALTER DATABASE DEFAULT TEMPORARY TABLESPACE
temp;
Muthar
Ahmed
DBA
|
Title: Message
- Shutdown Immediate Hanging Steve Perry
- Re: Shutdown Immediate Hanging Connor McDonald
- Muqthar Ahmed