****欧欧美毛片4,国产午夜精品视频,97视频在线观看免费视频,久久七国产精品

數(shù)據(jù)恢復(fù)咨詢熱線:400-666-3702??

歡迎訪問南京兆柏?cái)?shù)據(jù)恢復(fù)公司,專業(yè)數(shù)據(jù)恢復(fù)15年

兆柏?cái)?shù)據(jù)恢復(fù)公司

?行業(yè)新聞

?當(dāng)前位置: 主頁 > 行業(yè)新聞

oracle修復(fù)oracle修復(fù)sysaux表空間,修復(fù)受損的SYSAUX表空間

瀏覽量: 次 發(fā)布日期:2023-08-11 21:27:12

客戶的SYSAUX表空間和對應(yīng)的數(shù)據(jù)文件都完全脫機(jī),且歸檔已經(jīng)不存在,沒辦法執(zhí)行物理級別的恢復(fù)。使用TTS遷移也行不通,因?yàn)閑xp和expdp導(dǎo)出元數(shù)據(jù)會報(bào)錯(cuò);使用expdp、exp按照tablespace、schema導(dǎo)出也行不通,同樣會報(bào)錯(cuò);最后的辦法是使用exp按照tables的傳統(tǒng)方式導(dǎo)出是可以的,但這需要手動處理用戶的視圖、存儲過程、函數(shù)、序列、同義詞等用戶對象,稍微麻煩了一點(diǎn),不過最終還是OK了。下面貼出一篇指導(dǎo)性的metalink文章,供大家參考:

Fixing a Corrupted SYSAUX Tablespace (文檔 ID 950128.1)

修改時(shí)間:2013-6-5

類型:HOWTO

In this Document

This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process and therefore has not been subject to an independent technical review.

APPLIES TO:

Oracle Database - Enterprise Edition - Version 10.2.0.1 and later

Information in this document applies to any platform.

***Checked for relevance on 17-May-2013***

GOAL

How to fix/work-around a corrupted SYSAUX tablespace

SOLUTION

SYSAUX was introduced in 10g?to store all auxiliary database metadata related to Oracle options and features. This is a mandatory tablespace and cannot be dropped. Therefore it is important to have all objects in this tablespace?accessible at all times.

To find out what is stored in this tablespace, look at V$SYSAUX_OCCUPANTS:

SQL> select occupant_name, space_usage_kbytes from v$sysaux_occupants;

Throughout this document, we are assuming that the datafile 3, belonging to the SYSAUX tablespace, is corrupted.

1- RMAN Block Recovery

RMAN block recovery is only possible if you have a backup and all archivelogs from prior to the time of the corruption. Further, block recovery is only available for Oracle Enterprise Edition.

a) check for corruption

RMAN> backup validate check logical tablespace SYSAUX;

or

RMAN> backup validate check logical datafile 3;

b) Once the above RMAN validate is completed, all corruptions found will be written to this view:

SQL> select * from v$database_block_corruption;

c) If? V$DATABASE_BLOCK_CORRUPTION returns more than one corrupted block, recover them

RMAN> blockrecover corruption list;

2?- Restore and Recover the Corrupted Datafile(s)

If you have a backup of the corrupted file(s), then restore and recover the datafile(s) from backup.

兆柏數(shù)據(jù)恢復(fù)公司

eg:

RMAN> restore datafile 3;

RMAN> recover datafile 3;

SQL> alter database datafile 3 online;

3 - Recreate the Corrupted Object

To identify the corrupted objects, please see?. Most indexes can be recreated but only certain tables in the SYSAUX?tablespace can be recreated.?Please contact Oracle Support if you wish to explore this path.

4 - Export

If all of the above options are exhausted, the last resort is to export the database, schema(s) or table(s), create a new database and import.

As long as the export views are accessible you should be able to perform either a database or schema level export.

If a tablespace level export works you might also consider using Transportable Tablespaces for recreating the database as documented in

Note:733824.1?HowTo Recreate a database using TTS (TransportableTableSpace)

Note: If all datafiles belonging to the?SYSAUX are inaccessible then you can only perform export at the table level. Full and schema level export will not work as the export views in SYSAUX are no longer available. You will need to use traditional exp rather than expdp as expdp relies on objects in the SYSAUX tablespace.

eg:

% exp scott/tiger file=xscott.dmp log=xscott.log tables=emp,dept

Once exported, you can import this dump into a new database.

REFERENCES

NOTE:184327.1- ORA-1157 Troubleshooting

NOTE:243246.1- SYSAUX New Mandatory Tablespace in Oracle 10g and higher

NOTE:472 oracle修復(fù)231.1- How to identify all the Corrupted Objectsoracle修復(fù) in the Database with RMAN

NOTE:733824.1- How To oracle修復(fù) Recreate A Database Using TTS (Transportable TableSpace)

--end--


重要數(shù)據(jù)丟失請聯(lián)系兆柏數(shù)據(jù)恢復(fù)公司 重要數(shù)據(jù)丟失請聯(lián)系兆柏?cái)?shù)據(jù)恢復(fù)公司 重要數(shù)據(jù)丟失請聯(lián)系兆柏?cái)?shù)據(jù)恢復(fù)公司
相關(guān)推薦

. oracle11g修復(fù),Oracle 11g TNS-12545錯(cuò)誤排查與修復(fù)指南

. 控制器壞了如何修復(fù)視頻,控制器故障排查與視頻修復(fù)技巧解析

. 磁盤陣列壞了怎么修復(fù)啊,RAID磁盤陣列故障診斷與修復(fù)全攻略

. 戴爾筆記本硬盤損壞怎么辦,戴爾筆記本硬盤故障排查與修復(fù)指南

. 數(shù)據(jù)恢復(fù)中心有哪些,揭秘硬盤故障與數(shù)據(jù)丟失的解決方案n2. 硬盤數(shù)據(jù)恢復(fù)攻略:數(shù)據(jù)恢

. 戴爾筆記本硬盤損壞修復(fù),戴爾筆記本硬盤故障排查與修復(fù)指南

. oracle數(shù)據(jù)庫數(shù)據(jù)恢復(fù),Oracle數(shù)據(jù)庫數(shù)據(jù)恢復(fù)策略與實(shí)戰(zhàn)指南

. 硬盤數(shù)據(jù)恢復(fù)修復(fù)團(tuán)隊(duì),硬盤數(shù)據(jù)恢復(fù)修復(fù)團(tuán)隊(duì)的專業(yè)守護(hù)

. 硬盤數(shù)據(jù)恢復(fù)維修培訓(xùn),掌握數(shù)據(jù)拯救與設(shè)備修復(fù)的奧秘

. 硬盤數(shù)據(jù)恢復(fù)后文件損壞怎么辦,硬盤數(shù)據(jù)恢復(fù)后文件損壞的應(yīng)對策略與修復(fù)方法

. 聯(lián)想電腦硬盤壞了怎么辦,診斷與修復(fù)策略

. oracle數(shù)據(jù)文件損壞 怎么恢復(fù),全面解析與實(shí)操步驟

. 機(jī)械硬盤怎么修復(fù)數(shù)據(jù),全面解析故障處理與數(shù)據(jù)恢復(fù)技巧

. 西部數(shù)據(jù)移動硬盤維修網(wǎng)點(diǎn),專業(yè)數(shù)據(jù)恢復(fù)與故障修復(fù)服務(wù)

. 電腦硬盤數(shù)據(jù)恢復(fù)原理,從文件系統(tǒng)到物理修復(fù)的全方位解析

. oracle數(shù)據(jù)庫收費(fèi)標(biāo)準(zhǔn),全面了解授權(quán)模式與費(fèi)用構(gòu)成

. oracle數(shù)據(jù)庫官網(wǎng),深入探索Oracle數(shù)據(jù)庫官網(wǎng)——您的數(shù)據(jù)庫學(xué)習(xí)與資源寶庫

. oracle快照恢復(fù)數(shù)據(jù),高效的數(shù)據(jù)保護(hù)與恢復(fù)策略

. 硬盤壞了怎么修復(fù),硬盤壞了怎么辦?數(shù)據(jù)恢復(fù)與修復(fù)指南

. oracle數(shù)據(jù)庫導(dǎo)入dmp,Oracle數(shù)據(jù)庫導(dǎo)入dmp文件詳解