啟動oracle資料庫到只讀模式

cnhtm發表於2010-03-04

(b-14231 第126頁)

啟動資料庫到mount狀態

ora_test@oracle[/home/oracle]> sqlplus / as sysdba

SQL*Plus: Release 10.2.0.1.0 - Production on Sun Mar 7 17:27:26 2010

Copyright (c) 1982, 2005, Oracle. All rights reserved.

Connected to an idle instance.

idle> startup mount;
ORACLE instance started.

Total System Global Area 209715200 bytes
Fixed Size 1218532 bytes
Variable Size 113248284 bytes
Database Buffers 88080384 bytes
Redo Buffers 7168000 bytes
Database mounted.
[@more@]

啟動資料庫到只讀模式

idle> alter database open read only;

Database altered.

idle> select open_mode from v$database;

OPEN_MODE
----------
READ ONLY

idle>

--end--

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22049049/viewspace-1031632/,如需轉載,請註明出處,否則將追究法律責任。

相關文章