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

MOSC Banner

10g dataguard creating standby controlfile.

When I read the manul, it says the standby controlfile creating is like below.

SQL>STARTUP MOUNT;
SQL>ALTER DATABASE CREATE STANDBY CONTROLFILE AS '/tmp/stdby.ctl';
SQL>ALTER DATABASE OPEN;

My question is do I have to create a standby controlfile when the db is in mount mode? if the db is opened, will standby controlfile work?

Also, the other question is related to above.

If db is opened, then I will be able to create standby without shuttting down primary db, is there a procedure for doing that?

Thanks

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