当前位置:首页 >数据库 >Oracle控制文件的恢复 正文

Oracle控制文件的恢复

来源:益强资讯优选   作者:人工智能   时间:2025-11-05 05:52:15
Oracle控制文件的恢复
复制[oracle@jumper eygle]$ cp control01.ctl control01.ctl.bak   [oracle@jumper eygle]$ sqlplus "/ as sysdba"   SQL*Plus: Release 9.2.0.4.0 - Production on Fri Aug 11 10:46:05 2006   Copyright (c) 1982,控制 2002, Oracle Corporation.   All rights reserved.   Connected to an idle instance.   SQL> startup   ORACLE instance started.   Total System Global Area   139531744 bytes   Fixed Size                    452064 bytes   Variable Size              121634816 bytes   Database Buffers            16777216 bytes   Redo Buffers                  667648 bytes   Database mounted.   Database opened.   SQL> alter system checkpoint;   System altered.   SQL> shutdown immediate;   Database closed.   Database dismounted.   ORACLE instance shut down.   SQL> exit   Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production   With the Partitioning option   JServer Release 9.2.0.4.0 - Production   1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.19.20.21.22.23.24.25.26.27.28.29.30.31.32.

标签:

责任编辑:数据库