High Availability Data Guard, Sharding and Global Data Services (MOSC)

MOSC Banner

Converting Physical Standby to Transient Logical Standby 10g for upgrading DB to 11.2

I'm trying to use "Converting Physical Standby to Transient Logical Standby 10g for upgrading DB to 11.2" for Grid Control repository DB. Once the physical standby is converted to logical standby, I noticed that oracle has skipped SYSMAN schema as its internal schema. Is it possible to unskip an internal schema completely? I tried unskipping it using below command and got an error,

SQL> EXEC DBMS_LOGSTDBY.UNSKIP(stmt => 'INTERNAL SCHEMA',schema_name => 'SYSMAN', object_name => '%' );
BEGIN DBMS_LOGSTDBY.UNSKIP(stmt => 'INTERNAL SCHEMA',schema_name => 'SYSMAN', object_name => '%' ); END;

*
ERROR at line 1:
ORA-16104: Invalid Logical Standby parameter

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