ORA-00843,ORA-00849 When Trying To Change SGA_TARGET With MEMORY_MAX_TARGET=0
ORA-00843, ORA-00849 When Trying To Change SGA_TARGET With MEMORY_MAX_TARGET=0 Being Active (文件 ID 1397761.1)
Information in this document applies to any platform.
***Checked for relevance on 25-Sep-2013***
Applies to:
Oracle Database - Enterprise Edition - Version 11.1.0.6 and laterInformation in this document applies to any platform.
***Checked for relevance on 25-Sep-2013***
Symptoms
When trying to set SGA_TARGET using an ALTER SYSTEM command, the following errors are raised:
ORA-00843: Parameter not taking MEMORY_MAX_TARGET into account
ORA-00849: SGA_TARGET 10737418240 cannot be set to more than MEMORY_MAX_TARGET 0.
ORA-00849: SGA_TARGET 10737418240 cannot be set to more than MEMORY_MAX_TARGET 0.
Changes
MEMORY_MAX_TARGET was set to 0.
Cause
The problem is caused by the MEMORY_MAX_TARGET parameter explicitly being set to 0. In case AMM should not be used, MEMORY_MAX_TARGET should not be set at all.
Solution
The solutions to the problem are:
-
create a PFILE from the SPFILE being used and remove the MEMORY_MAX_TARGET=0 and MEMORY_TARGET=0 lines.
After that, use the modified PFILE to create a new SPFILE and start the instance with this new setup.
-
should the instance be running, then use the following commands to
remove the explicit setting of MEMORY_TARGET=0 and MEMORY_MAX_TARGET=0:
alter system reset memory_target;
alter system reset memory_max_target;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/2317695/viewspace-2155811/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- OracleASM關閉AMM,開啟ASMM,修改引數後報ORA-00843 ORA-00849OracleASM
- [20190507]sga_target=0注意修改_kghdsidx_count設定.txt
- Trying to hack Redis via HTTP requestsRedisHTTP
- sqlserver Change Data Capture&Change TrackingSQLServerAPT
- statistics_level與SGA_TARGET衝突
- Incorrect MEMORY_MAX_TARGET (> Available RAM) Can Lead To Database HangsAIDatabase
- JavaScript change 事件JavaScript事件
- Madagascar Projection ChangeProject
- Oracle Rac 修改SGA_TARGET值無變化Oracle
- case when 語句
- chmod命令(change mode)
- 322. Coin Change
- change ^M to new line
- change tabs in Adobe AcrobatBAT
- Bitmap回收—Canvas: trying to use a recycled bitmap android.graphicsCanvasAndroid
- [20190312]檢視v$datafile欄位OFFLINE_CHANGE#, ONLINE_CHANGE#.txt
- ORA-00837: Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET
- How to change the background color for PyCharmPyCharm
- gerrit "missing Change-Id"
- mysql change buffer小結MySql
- Innodb特性之change buffer
- Use Nid to Change dbname(轉)
- HDU 1792 A New Change Problem
- mysql中case when的使用MySql
- sql case when, Exist ,group by ,聚合SQL
- Oracle case when改寫SQLOracleSQL
- Laravel query when 的查詢Laravel
- SpokenEnglish01_ When's it due?
- [Reactive] Run functions when data changesReactFunction
- SQL Server CASE WHEN ... THEN ... ELSE ... ENDSQLServer
- What are general rules when deciding on index?Index
- drools中的條件 when
- TLS Poison - When TLS Hack youTLS
- input與change事件區別事件
- [LeetCode] 518. Coin Change 2LeetCode
- CSS中will-change如何使用CSS
- 「 CodeForces」10E Greedy Change
- LeetCode - Medium - 322. Coin ChangeLeetCode