Home » Server Options » Data Guard » Standby DB as Read-Only
Standby DB as Read-Only [message #236710] |
Thu, 10 May 2007 12:17  |
mlgoins
Messages: 116 Registered: March 2007 Location: Denver, CO
|
Senior Member |

|
|
Currently, the Standby Database has to be started like this:
SQL> Startup nomount;
SQL> Alter database mount standby database;
SQL> alter database recover managed standby database parallel 16 disconnect from session;
And then I can't open it [or show parameters, grant sysdba to a user, etc] -- only mount it.
Is there a clause that allows you to go ahead and open the Standby Database so that it IS read-only and OPEN?
Mike
|
|
|
|
|
|
Re: Standby DB as Read-Only [message #237011 is a reply to message #237010] |
Fri, 11 May 2007 10:38   |
sriram717
Messages: 48 Registered: February 2007 Location: UNITED KINGDOM
|
Member |
|
|
Hi ,
Tiojnams solution is specific to oracle 10g , for 9i database , you need to cancel the managed recovery.Then open the database with read only option , but remember to create temp tablespace/files other wise your queries are going to fail.
Thanks
|
|
|
|
|
Goto Forum:
Current Time: Mon May 19 04:34:04 CDT 2025
|