(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. |
启动数据库到只读模式
| 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/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/22049049/viewspace-1031632/
本文介绍了如何使用SQL*Plus命令启动Oracle数据库实例至mount状态,并进一步将其打开为只读模式。通过具体步骤展示了从启动到模式切换的过程,并验证了数据库的状态。
1287

被折叠的 条评论
为什么被折叠?



