Database Install/Upgrade/Opatch (MOSC)

MOSC Banner

Startup DB after moving filesystem to a new server

edited Oct 15, 2020 6:05PM in Database Install/Upgrade/Opatch (MOSC) 7 commentsAnswered ✓

Hi experts, I would like to get a look at the following scenario.

Version DB, Source and Target: 12c EE non-ASM Linux Red-Hat

After moving the filesystems from one host to another, I understand that from the OH 12c I should do the following steps, for DB startup:

Before startup, I deleted an old DB version 19c:

--From ORACLE_HOME 19c

srvctl stop database -d <ORACLE_SID>
srvctl remove database -d <ORACLE_SID>

then:

--FROM ORACLE_HOME 12c

srvctl add database -db <ORACLE_SID> -oraclehome <ORACLE_HOME 12c> -spfile '<PATH spfile>/spfile_ORACLE_SID.ora'

then 2 options;

srvctl start database -d <ORACLE_SID> -o nomount
srvctl start database -d <ORACLE_SID> -o mount 
srvctl start database -d <ORACLE_SID> -o open

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