Storage Management (ASM ACFS DNFS ODM) (MOSC)

MOSC Banner

Database created from ASM mirror copy, does not read correct spfile

edited Oct 4, 2018 9:56AM in Storage Management (ASM ACFS DNFS ODM) (MOSC) 14 commentsAnswered

I have created a new database using ASM mirror copy(flex diskgroup feature).

SQL> create database orcl_new using mirror copy orclcopy;

I have done the following steps:

1. Created pfile from spfile from old database(from where I took mirror copy)

2. Changed all orcl entries into orcl_new in pfile generated above:

3. Tried to startup new database in nomount state by specifying pfile explicitly:

export ORACLE_SID=orcl_new1
export ORACLE_HOME=/u01/app/oracle/product/18.3.0/dbhome_1

sqlplus  / as sysdba


SQL> startup nomount pfile='/tmp/orclpfile';    <<<<if I indicate explicitely, instance starts

ORACLE instance started.

Created spfile from that pfile in orcl_new database and in $ORACLE_HOME/dbs modified initorcl_new1.ora file by the following way:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center