ORA-19504 & ORA-15046 when using DBMS_STREAMS_TABLESPACE_ADM or DBMS_FILE_TRANSFER
(Doc ID 566561.1)
Last updated on DECEMBER 20, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 10.2.0.1 to 11.1.0.6 [Release 10.2 to 11.1]Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
- Database files stored in ASM using Oracle Managed Files (OMF) format
- Packages DBMS_FILE_TRANSFER or DBMS_STREAMS_TABLESPACE_ADM used to move files from/to another ASM diskgroup.
- Reported Errors ORA-19504, ORA-17502, ORA-15046 and ORA-6512
- On the destination database, files will be stored in ASM and the provided name was in OMF format.
Example when using dbms_file_transfer:
ERROR at line 1:
ORA-19504: failed to create file "+<DGNAME1>/<DISK #1>.3300.653394733"
ORA-17502: ksfdcre:4 Failed to create file +<DGNAME1>/<DISK #1>.3300.653394733
ORA-15046: ASM file name '+<DGNAME1>/<DISK #1>.3300.653394733' is not in single-file
creation form
ORA-06512: at "SYS.DBMS_FILE_TRANSFER", line 84
ORA-06512: at "SYS.DBMS_FILE_TRANSFER", line 193
ORA-06512: at line 2
ORA-19504: failed to create file "+<DGNAME1>/<DISK #1>.3300.653394733"
ORA-17502: ksfdcre:4 Failed to create file +<DGNAME1>/<DISK #1>.3300.653394733
ORA-15046: ASM file name '+<DGNAME1>/<DISK #1>.3300.653394733' is not in single-file
creation form
ORA-06512: at "SYS.DBMS_FILE_TRANSFER", line 84
ORA-06512: at "SYS.DBMS_FILE_TRANSFER", line 193
ORA-06512: at line 2
Example when using DBMS_STREAMS_TABLESPACE_ADM:
ORA-19504: failed to create file "+<DGNAME2>/<DISK #1>.3353.653315111"
ORA-17502: ksfdcre:4 Failed to create file +<DGNAME2>/<DISK #1>.3353.653315111
ORA-15046: ASM file name '+<DGNAME2>/.3353.653315111' is not in single-file creation form
ORA-06512: at "SYS.DBMS_STREAMS_TABLESPACE_ADM", line 2355
ORA-06512: at line 11
ORA-17502: ksfdcre:4 Failed to create file +<DGNAME2>/<DISK #1>.3353.653315111
ORA-15046: ASM file name '+<DGNAME2>/.3353.653315111' is not in single-file creation form
ORA-06512: at "SYS.DBMS_STREAMS_TABLESPACE_ADM", line 2355
ORA-06512: at line 11
Changes
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 |