oracle 10g asm資料庫imp匯入慢處理
環境:oracle 10GR2 +aIx+6.1+asm+emc儲存
資料庫引數已經調整,imp buffer引數也已經加大,唯一沒修改的就是asm例項引數保持預設
設定,沒做任何修改,開始做imp時,速度非常慢,一個小時才匯入5G
透過檢查和查詢相關文件,asm例項引數做了以下調整:
• shared_pool_size = 12M
• large_pool = 128M
• db_cache_size = 64M
.processes=100
然後重新匯入正常,一個小時達到了30多G,是可以接受的速度。
上面這幾個asm引數值是oracle建議設定的,下面large_pool參考設定值
Large_pool – Additional memory is required to store extent maps. Aggregate the values from the
following queries to obtain current database storage size that is either already on ASM or will be stored in
ASM. Then determine the redundancy type that is used (or will be used), and calculate the shared_pool,
using the aggregated value as input.
select sum(bytes)/(1024*1024*1024) from v$datafile;
select sum(bytes)/(1024*1024*1024) from v$logfile a, v$log b
where a.group#=b.group#;
select sum(bytes)/(1024*1024*1024) from v$tempfile where
status='ONLINE';
For diskgroups using external redundancy = (Every 100Gb of space needs
1Mb of extra shared pool) + 2M
For diskgroups using Normal redundancy: (Every 50Gb of space needs 1Mb of
extra shared pool) + 4M.
For diskgroups using High redundancy: (Every 33Gb of space needs 1Mb of
extra shared pool) + 6M
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-618246/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle資料匯出匯入(exp/imp)Oracle
- Oracle資料庫匯入匯出。imp匯入命令和exp匯出命令Oracle資料庫
- Oracle資料匯入匯出imp/exp命令Oracle
- oracle資料的匯入匯出imp/expOracle
- Oracle資料匯入匯出imp/exp命令(轉)Oracle
- imp 匯入 FK (Foreign Key) 導致資料不能正確匯入處理
- 資料匯入匯出EXP/IMP
- exp/imp匯出匯入資料
- Windows DOS窗體下Oracle 資料庫的匯入匯出(IMP/EXP)命令WindowsOracle資料庫
- 特殊符號密碼處理 - 匯入匯出exp/imp符號密碼
- Oracle資料庫備份與恢復之exp/imp(匯出與匯入裝庫與卸庫)Oracle資料庫
- Oracle資料庫備份與恢復之一:exp/imp(匯出與匯入裝庫與卸庫)Oracle資料庫
- Oracle 資料庫備份與恢復總結-exp/imp (匯出與匯入裝庫與卸庫)Oracle資料庫
- oracle 9i的資料庫的dmp匯入到10G資料庫Oracle資料庫
- Oracle匯入(imp )與匯出(exp )Oracle
- ORACLE匯入匯出命令exp/impOracle
- Oracle中exp,imp(匯入匯出)資料遷移注意事項Oracle
- 使用Oracle 的 imp ,exp 命令實現資料的匯入匯出Oracle
- oracle資料庫匯入匯出命令!Oracle資料庫
- 資料庫響應慢問題處理資料庫
- 資料庫變慢的處理過程資料庫
- Access 匯入 oracle 資料庫Oracle資料庫
- Oracle資料庫資料遷移或匯出匯入(exp/imp,dblink)應該注意的點(總結)Oracle資料庫
- Oracle11g資料庫exp產生的dmp檔案,進行imp匯入時,ORA-01400的處理Oracle資料庫
- 用exp/imp把遠端資料匯入到本地資料庫中資料庫
- Oracle 遠端匯出匯入 imp/expOracle
- 用EXP/IMP從高版本資料庫匯出至低版本資料庫匯入實驗資料庫
- oracle 11g的資料匯入oracle 10gOracle 10g
- 處理資料庫慢的一般方法資料庫
- 解決Oracle中Exp/Imp大量資料處理問題Oracle
- imp工具匯入整個資料庫出現的問題資料庫
- 10g資料庫例項使用11g asm錯誤問題處理資料庫ASM
- 物件及資料存在時的資料匯入(imp)物件
- Sqoop匯入資料異常處理OOP
- Oracle exp/imp匯出匯入工具的使用Oracle
- Mysql匯入資料相當慢MySql
- Oracle資料庫的匯入和匯出命令Oracle資料庫
- 使用csv批量匯入、匯出資料的需求處理