自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

Oracle數(shù)據(jù)庫(kù)閃回恢復(fù)區(qū)在操作中的限制

數(shù)據(jù)庫(kù) Oracle
以下的文章主要描述的是Oracle數(shù)據(jù)庫(kù)閃回恢復(fù)區(qū)在實(shí)際操作中的一些限制條件,以下的文章,希望你瀏覽之后會(huì)有所收獲。

以下的文章主要介紹的是Oracle數(shù)據(jù)庫(kù)閃回恢復(fù)區(qū)在實(shí)際操作中的一些限制,我們都知道如果我們?cè)O(shè)置了閃回恢復(fù)區(qū),那么log_archive_dest和與og_archive_duplex_dest將不可在用,以下就是相關(guān)內(nèi)容。

  1. alter system set log_archive_dest='e:/' 

第 1 行出現(xiàn)錯(cuò)誤:

ORA-02097: 無(wú)法修改參數(shù), 因?yàn)橹付ǖ闹禑o(wú)效

ORA-16018: 無(wú)法將 LOG_ARCHIVE_DEST 與 LOG_ARCHIVE_DEST_n 或

DB_RECOVERY_FILE_DEST 一起使用

  1. SQL> alter system set log_archive_duplex_dest='e:/';   
  2. alter system set log_archive_duplex_dest='e:/' 

第 1 行出現(xiàn)錯(cuò)誤:  

ORA-02097: 無(wú)法修改參數(shù), 因?yàn)橹付ǖ闹禑o(wú)效  

ORA-16018: 無(wú)法將 LOG_ARCHIVE_DUPLEX_DEST 與 LOG_ARCHIVE_DEST_n 或  

DB_RECOVERY_FILE_DEST 一起使用 

設(shè)置閃回恢復(fù)區(qū)后,如果沒(méi)有設(shè)置過(guò)log_archive_dest_n參數(shù),則歸檔日志默認(rèn)是保存到該區(qū)域的

  1. SQL> archive log list  

Oracle數(shù)據(jù)庫(kù)日志模式 存檔模式  

自動(dòng)存檔 啟用  

存檔終點(diǎn) USE_DB_RECOVERY_FILE_DEST  

最早的聯(lián)機(jī)日志序列 245  

下一個(gè)存檔日志序列 247  

當(dāng)前日志序列 247 

實(shí)際上,oracle是通過(guò)隱式的設(shè)置

  1. log_archive_dest_10='location= USE_DB_RECOVERY_FILE_DEST' 

來(lái)實(shí)現(xiàn)的。所以,如果之后你修改過(guò)log_archive_dest_n將歸檔日志保存到其他位置,也可以修改該參數(shù)繼續(xù)使用閃回恢復(fù)區(qū)。

多個(gè)Oracle數(shù)據(jù)庫(kù)的閃回恢復(fù)區(qū)可以指定到同一個(gè)位置,但是db_name不能一樣,或者db_unique_name不一樣。

RAC的閃回恢復(fù)區(qū)必須位于共享磁盤上,能被所有實(shí)例訪問(wèn)。

閃回恢復(fù)區(qū)的空間管理

當(dāng)閃回恢復(fù)區(qū)空間不足(使用超過(guò)85%)時(shí),alert中會(huì)有警告記錄

  1. Tue Dec 19 10:45:41 2006  
  2. Errors in file e:/oracle/ora10/admin/ning/bdump/ning_rvwr_31968.trc: 

ORA-19815: 警告: db_recovery_file_dest_size 字節(jié) (共 52428800 字節(jié)) 已使用 87.29%, 尚有6665216 字節(jié)可用。

同時(shí),oracle在alert中還會(huì)給出解決該問(wèn)題的建議

  1. Tue Dec 19 10:45:41 2006  
  2. You have following choices to free up space from flash recovery area:  
  3. 1. Consider changing RMAN RETENTION POLICY. If you are using Data Guard,  
  4. then consider changing RMAN ARCHIVELOG DELETION POLICY.  
  5. 2. Back up files to tertiary device such as tape using RMAN  
  6. BACKUP RECOVERY AREA command.  
  7. 3. Add disk space and increase db_recovery_file_dest_size parameter to  
  8. reflect the new space.  
  9. 4. Delete unnecessary files using RMAN DELETE command. If an operating  
  10. system command was used to delete files, then use RMAN CROSSCHECK and  
  11. DELETE EXPIRED commands. 

上述的相關(guān)內(nèi)容就是對(duì)Oracle數(shù)據(jù)庫(kù)閃回恢復(fù)區(qū)的一些限制的描述,希望會(huì)給你帶來(lái)一些幫助在此方面。

【編輯推薦】

  1. Oracle服務(wù)器如何進(jìn)一步的獲取權(quán)限
  2. 對(duì)Oracle數(shù)據(jù)庫(kù)設(shè)計(jì)中字段的正確使用方案
  3. 訪問(wèn) Oracle 數(shù)據(jù)庫(kù)的實(shí)例描述
  4. Oracle數(shù)據(jù)庫(kù)的密集型實(shí)際應(yīng)用程序的開(kāi)發(fā)
  5. 提高 Oracle JDBC的性能的辦法

 

責(zé)任編輯:佚名 來(lái)源: 博客園
相關(guān)推薦

2010-04-15 11:41:21

Oracle 數(shù)據(jù)庫(kù)

2010-04-15 11:33:39

Oracle數(shù)據(jù)庫(kù)

2011-08-30 14:51:54

Oracle 10g閃回區(qū)的2G空間大小限

2010-05-10 17:46:21

Oracle數(shù)據(jù)庫(kù)

2011-08-09 13:14:37

Oracle 10g數(shù)據(jù)庫(kù)閃回

2010-05-05 15:45:52

Oracle數(shù)據(jù)庫(kù)

2011-03-24 17:21:42

Oracle數(shù)據(jù)庫(kù)Redo故障

2011-05-11 13:25:57

Oracle數(shù)據(jù)庫(kù)后備恢復(fù)

2009-11-20 13:29:59

Oracle數(shù)據(jù)庫(kù)恢復(fù)

2011-02-28 13:31:17

Oracle數(shù)據(jù)庫(kù)

2011-05-26 09:36:07

Oracle數(shù)據(jù)庫(kù)Redo故障

2010-04-02 09:30:27

Oracle數(shù)據(jù)庫(kù)

2011-07-29 16:21:21

Oracle數(shù)據(jù)庫(kù)回滾段

2010-03-31 19:34:03

Oracle數(shù)據(jù)庫(kù)

2011-05-26 10:01:16

Oracle數(shù)據(jù)庫(kù)ODU

2011-04-12 15:44:08

Oracle數(shù)據(jù)庫(kù)

2010-04-12 10:40:49

Oracle數(shù)據(jù)庫(kù)

2011-08-29 16:41:14

OracleRMAN恢復(fù)數(shù)據(jù)文件的恢復(fù)

2009-04-03 10:54:49

Oracle備份恢復(fù)

2011-08-05 13:17:34

Oracle數(shù)據(jù)庫(kù)閃回個(gè)性
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)