無法按 NOARCHIVELOG 模式備份或複製活動文件

C:\Documents and Settings\Administrator>sqlplus / as sysdba

SQL*Plus: Release 10.2.0.1.0 - Production on 星期五 7月 29 21:03:07 2011

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

 

連接到:

Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production

With the Partitioning, OLAP and Data Mining options

 

SQL> archive log list;

數據庫日誌模式             非存檔模式

自動存檔             禁用

存檔終點            USE_DB_RECOVERY_FILE_DEST

最早的聯機日誌序列     44

當前日誌序列           46

 

SQL> shutdown immediate;

數據庫已經關閉。

已經卸載數據庫。

ORACLE 例程已經關閉。

SQL> startup mount;

ORACLE 例程已經啓動。

 

Total System Global Area  352321536 bytes

Fixed Size                  1248936 bytes

Variable Size             134218072 bytes

Database Buffers          209715200 bytes

Redo Buffers                7139328 bytes

數據庫裝載完畢。

SQL> alter database archivelog;

 

數據庫已更改。

 

SQL> alter database open;

 

數據庫已更改。

 

SQL> archive log list;

數據庫日誌模式            存檔模式

自動存檔             啓用

存檔終點            USE_DB_RECOVERY_FILE_DEST

最早的聯機日誌序列     44

下一個存檔日誌序列   46

當前日誌序列           46

SQL> exit

從 Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production

With the Partitioning, OLAP and Data Mining options 斷開

 

C:\Documents and Settings\Administrator>exit

RMAN> backup database format 'c:\databack\%U';

RMAN>

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章