如何启用和关闭数据库的Oracle归档模式
3 月,跳不动了?>>> 本文简单介绍如何启用和关闭数据库的Oracle归档模式。 一、shutdown normal或shutdown immediate关闭数据库 oracle培训 1 .oracle @jumper oracle]$ sqlplus "/ as sysdba" 2.SQL*Plus: Release 9.2.0.4.0 - Production on Sat Oct 15 15:48:36 2005 3.Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved. 4.Connected to: 5.Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production 6.With the Partitioning option 7.JServer Release 9.2.0.4.0 - Production 8.SQL> shutdown immediate; 9.Database closed. 10.Database dismounted. 11.ORACLE instance shut down. 二、启动数据库到mount状态 1.SQL> startup mount;