EXPDP Fails With ORA-04031 ("streams pool", ...)
相信大家都有遇到ora-04031這種錯誤,在匯出時也有這樣的錯誤出現。
問題的症狀:
expdp 報告如下錯誤:
ORA-31626: job does not exist
ORA-31637: cannot create job SYS_EXPORT_FULL_01 for user SYSTEM
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPV$FT_INT", line 600
ORA-39080: failed to create queues "KUPC$C_1_20070823095248" and "KUPC$S_1_20070
823095248" for Data Pump job
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPC$QUE_INT", line 1580
ORA-04031: unable to allocate 4194344 bytes of shared memory ("streams pool","unknown object","streams
expdp 報告如下錯誤:
ORA-31626: job does not exist
ORA-31637: cannot create job SYS_EXPORT_FULL_01 for user SYSTEM
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPV$FT_INT", line 600
ORA-39080: failed to create queues "KUPC$C_1_20070823095248" and "KUPC$S_1_20070
823095248" for Data Pump job
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPC$QUE_INT", line 1580
ORA-04031: unable to allocate 4194344 bytes of shared memory ("streams pool","unknown object","streams
pool","fixed allocation callback
問題原因:
這個問題是由於設定了 初始化引數streams_pool_size 的值為0,錯誤的第一個提示 streams pool 就能夠說明問題的原
這個問題是由於設定了 初始化引數streams_pool_size 的值為0,錯誤的第一個提示 streams pool 就能夠說明問題的原
因。
ora-4031 一般說明記憶體過小,應該加大記憶體的大小。
解決辦法:
設定 初始化引數streams_pool_size 的值 最小為48m
alter system set streams_pool_size =48m;
ora-4031 一般說明記憶體過小,應該加大記憶體的大小。
解決辦法:
設定 初始化引數streams_pool_size 的值 最小為48m
alter system set streams_pool_size =48m;
Note: for a large database and/or high workload, the STREAMS_POOL_SIZE parameter may need to be higher
(如 150 MB) in order to avoid the ORA-4031 errors.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22664653/viewspace-687282/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- DataPump Export (EXPDP) Fails With Error LPX-216 Invalid CharacterExportAIError
- [20191211]11g streams_pool_size引數.txt
- OGG-整合模式抽取與資料庫引數streams_pool_size關係模式資料庫
- STREAMS MONITORING
- large pool
- Streams 流處理
- 精讀《web streams》Web
- expdp query用法
- Azkarra Streams簡介:Apache Kafka Streams的第一個微框架ApacheKafka框架
- Nginx配置max_fails fail_timeoutNginxAI
- Oracle日常問題處理ORA-04031Oracle
- 如何解決ORA-04031 錯誤(轉)
- golang work poolGolang
- Flutter Provider and Streams [翻譯]FlutterIDE
- 流和向量(Streams and Vectors)
- Java Streams 的潛力Java
- Node.js Streams(流)Node.js
- OGG Connection test fails with: weblogic.transaction.internal.TimedOutException:AIWebException
- expdp一個例子
- ORA-04031的傻瓜解決辦法(轉)
- sourcetree github clone 報錯 hg clone fails with “repository not found“GithubAI
- 【MOS】Creating a PDB ... Fails With ORA-17630 (文件 ID 2090019.1)AI
- 聊聊rocketmq-streams的ILeaseServiceMQ
- Hystrix Thread Pool 解析thread
- DUBBO Thread pool is EXHAUSTED!thread
- 共享池 shared pool
- oracle stream pool sizeOracle
- [20201209]模擬ora-04031的測試例子.txt
- ORA-04031錯誤導致當機案例分析
- asyncio非同步IO——Streams詳解非同步
- Kafka Streams開發入門(1)Kafka
- java .stream(). 使用介紹 Streams APIJavaAPI
- How to Use the Stdin, Stderr, and Stdout Streams in Bash
- 11.Wagtail streams應用-2AI
- Oracle Shared Pool Memory ManagementOracle
- 批量按使用者expdp
- expdp+compression效能測試
- 正常終止expdp作業
- expdp報錯ORA-39181