ORA-19505: failed to identify file ORA-15308: could not access ASM SPFILE in RDBMS instance ORA-06512: at “SYS.X$DBMS_DISKGROUP”, line 415 ORA-06512: at line 3 (DBD ERROR: OCIStmtExecute)

ORA-19505: failed to identify file ORA-15308: could not access ASM SPFILE in RDBMS instance ORA-06512: at “SYS.X$DBMS_DISKGROUP”, line 415 ORA-06512: at line 3 (DBD ERROR: OCIStmtExecute)

Cause:

Unable to copy spfile in ASM due to cp command

ASMCMD> spget
+MGMTX/asm/asmparameterfile/registry.253.1103578155

[oracle@x3dbzx36 dbs]$ oerr ora 15308
15308, 00000, “could not access ASM SPFILE in RDBMS instance”
// *Cause: A relational database management system (RDBMS) instance
// attempted to access an Automatic Storage Management (ASM) SPFILE.
// *Action: Connect to an ASM instance and reissue the command.
// Alternatively, specify an RDBMS SPFILE.

ASMCMD> cp +MGMTX/asm/asmparameterfile/registry.253.1103578155 /home/oracle/spfile+ASM.ora
copying +MGMTX/asm/asmparameterfile/registry.253.1103578155 -> /home/oracle/spfile+ASM.ora
ASMCMD-8016: copy source '+MGMTX/asm/asmparameterfile/registry.253.1103578155' and target '/home/oracle/spfile+ASM.ora' failed
ORA-19505: failed to identify file "+MGMTX/asm/asmparameterfile/registry.253.1103578155"
ORA-17503: ksfdopn:2 Failed to open file +MGMTX/asm/asmparameterfile/registry.253.1103578155
ORA-15308: could not access ASM SPFILE in RDBMS instance
ORA-06512: at "SYS.X$DBMS_DISKGROUP", line 415
ORA-06512: at line 3 (DBD ERROR: OCIStmtExecute)

Action:

Use spcopy command to copy the ASM spfile

ASMCMD> spcopy +MGMTX/asm/asmparameterfile/registry.253.1103578155 /home/oracle/spfile+ASM.ora
ASMCMD>

Leave a Reply

Discover more from XscalibaL

Subscribe now to keep reading and get access to the full archive.

Continue reading