ORA-00060: Deadlock Detected Trying to Create a Tablespace
(Doc ID 2515716.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 10.1.0.4 to 18.4.0.0.0 [Release 10.1 to 18]Information in this document applies to any platform.
Symptoms
- Trying to create a tablespace results in ORA-00060: deadlock detected while waiting for resource:
CREATE TABLESPACE T_WORKSPACE_COMPRESS DATAFILE
'<path>/file_01.dbf' SIZE 1M AUTOEXTEND ON NEXT 5G MAXSIZE 30G
NOLOGGING
DEFAULT
NO INMEMORY
TABLE COMPRESS
INDEX COMPRESS ADVANCED HIGH
ONLINE
EXTENT MANAGEMENT LOCAL AUTOALLOCATE
SEGMENT SPACE MANAGEMENT AUTO
FLASHBACK OFF;
ERROR at line 1:
ORA-00060: deadlock detected while waiting for resource
Changes
No change, tablespaces were created in the DB before. This is pluggable databases (PDBs) and container database (CDB).
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |