Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Standy Startup READ ONLY

Standy Startup READ ONLY

From: <Joel.Patterson_at_crowley.com>
Date: Mon, 19 Mar 2007 15:49:51 -0400
Message-ID: <02C2FA1C9961934BB6D16DE35707B27B02BB224E@JAX-MBH-01.crowley.com>


Are these two the same? Why does startup appear to work the same? In other words I could have a start 'all' script without making exceptions for the READ ONLY standby database? What is making it start this way automatically. (which is fine if it is correct).

Startup nomount
alter database mount standby database;
alter database open read onlyl;
select open mode from v$database;
READ ONLY shutdown immediate
startup
select open mode from v$database;
READ ONLY Joel Patterson
Database Administrator
joel.patterson_at_crowley.com
x72546
904 727-2546

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Mar 19 2007 - 14:49:51 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US