Re: standby physical couldnot query v$database
- From: "Ujang Jaenudin" <ujang.jaenudin@xxxxxxxxx>
- To: "Padda, Ashok Kumar" <ashokp@xxxxxxxxxxxxx>
- Date: Mon, 30 Apr 2007 14:47:50 +0700
that is OK,
but , according to docs, we can directly apply MRP from read only mode.
so, if it is bug, which bug is it?
regards
ujang
On 4/30/07, Padda, Ashok Kumar <ashokp@xxxxxxxxxxxxx> wrote:
Hi Ujang,
After you open the standby in read only mode -> can you try shutdown the
db -> re-mount the db in standby mode and -> turn recovery on?
Something like this for step 2 and 3
-------------------------x-------------------------
alter database managed standby database cancel;
alter database open read only;
select open_mode from v$database;
shutdown immediate;
startup nomount;
alter database managed standby database disconnect from session;
select open_mode from v$database;
-------------------------x-------------------------
+Ashok
--
http://www.freelists.org/webpage/oracle-l
- References:
- standby physical couldnot query v$database
- From: Ujang Jaenudin
Other related posts:
- » standby physical couldnot query v$database
- » Re: standby physical couldnot query v$database
- » Re: standby physical couldnot query v$database
Hi Ujang, After you open the standby in read only mode -> can you try shutdown the db -> re-mount the db in standby mode and -> turn recovery on? Something like this for step 2 and 3 -------------------------x------------------------- alter database managed standby database cancel; alter database open read only; select open_mode from v$database; shutdown immediate; startup nomount; alter database managed standby database disconnect from session; select open_mode from v$database; -------------------------x------------------------- +Ashok
- standby physical couldnot query v$database
- From: Ujang Jaenudin