Standby DB as Read-Only [message #236710] |
Thu, 10 May 2007 12:17 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
mlgoins
Messages: 116 Registered: March 2007 Location: Denver, CO
|
Senior Member |
![michael.goins@hp.com](/forum/theme/orafaq/images/jabber.png)
|
|
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 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
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
|
|
|
|
|