Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: alter database recover managed standby database disconnect from session;
Yes, the session is still active because it returns my SQLs.
Below is the alter log:
Tue Sep 19 14:04:23 2006
alter database mount standby database
Tue Sep 19 14:04:27 2006
Successful mount of redo thread 1, with mount id 2594872103
Tue Sep 19 14:04:27 2006
Standby Database mounted.
Completed: alter database mount standby database
Tue Sep 19 14:05:07 2006
alter database recover managed standby database disconnect from session
Attempt to start background Managed Standby Recovery process
MRP0 started with pid=13
MRP0: Background Managed Standby Recovery process started
Media Recovery Waiting for thread 1 seq# 19
Tue Sep 19 14:05:12 2006
Completed: alter database recover managed standby database di
-----Original Message-----
From: Reidy, Ron [mailto:Ron.Reidy_at_arraybiopharma.com]
Sent: Tuesday, September 19, 2006 2:31 PM
To: Roger Xu; Oracle-L_at_Freelists. Org (E-mail)
Subject: RE: alter database recover managed standby database disconnect from session;
An Oracle session is not the same as a SQL*Plus session running on the OS. Did/can you verify the session is still active in that instance after that command is issued?
rr
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Roger Xu
Sent: Tuesday, September 19, 2006 1:10 PM
To: Oracle-L_at_Freelists. Org (E-mail)
Subject: alter database recover managed standby database disconnect from session;
Hi List,
I am following
<http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96653/create_ps.htm> http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96653/create_ps.htm
to create a simple physical standby database.
SQL> startup nomount;
ORACLE instance started.
Total System Global Area 420480856 bytes
Fixed Size 730968 bytes Variable Size 117440512 bytes Database Buffers 301989888 bytes Redo Buffers 319488 bytesSQL> alter database mount standby database;
Database altered.
SQL> alter database recover managed standby database disconnect from session;
Database altered.
SQL> Why the prompt returns? I thought "disconnect from session" will kill the session?
Thanks,
Roger
This e-mail is intended solely for the person or entity to which it is addressed and may contain confidential and/or privileged information. Any review, dissemination, copying, printing or other use o
This electronic message transmission is a PRIVATE communication which contains information which may be confidential or privileged. The information is intended to be for the use of the individual or entity named above. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. Please notify the sender of the delivery error by replying to this message, or notify us by telephone (877-633-2436, ext. 0), and then delete it from your system.
This e-mail is intended solely for the person or entity to which it is addressed and may contain confidential and/or privileged information. Any review, dissemination, copying, printing or other use o
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Sep 19 2006 - 14:35:46 CDT
![]() |
![]() |