Database - RAC/Scalability (MOSC)

MOSC Banner

ORA-38856: cannot mark instance UNNAMED_INSTANCE_2 (redo thread 2) as enabled

edited Nov 27, 2012 7:04AM in Database - RAC/Scalability (MOSC) 2 commentsAnswered ✓
Hi,

I am using RMAN to duplicate a RAC database (two nodes) to a standby non-RAC dataabse on other node.

The RAC database is using ASM and non-RAC is using OMF.

The following command runs well until the last step to open restlog.

RMAN> connect target sys@prd1108;
RMAN> connect auxiliary sys@p1108sb1;

RMAN>
RUN
{
  SET NEWNAME FOR DATAFILE 1 TO '/u02/oradata/p1108sb1/system01.dbf';
  SET NEWNAME FOR DATAFILE 2 TO '/u02/oradata/p1108sb1/sysaux01.dbf';
  SET NEWNAME FOR DATAFILE 3 TO '/u02/oradata/p1108sb1/undotbs01.dbf';
  SET NEWNAME FOR DATAFILE 4 TO '/u02/oradata/p1108sb1/users01.dbf';

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