Home > Database > Mysql Tutorial > Oracle ORA-32004 解决办法

Oracle ORA-32004 解决办法

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-07 17:14:01
Original
1558 people have browsed it

Oracle ORA-32004 解决办法,造成这个错误的原因是因为指定了已经废弃的参数。

Oracle ORA-32004 解决办法,造成这个错误的原因是因为指定了已经废弃的参数。

可以查看alert日志,在启动加载参数文件的时候。

System parameterswith non-default values:

processes                = 150

__shared_pool_size       = 121634816

__large_pool_size        = 4194304

__java_pool_size         = 4194304

__streams_pool_size      = 0

...................................

Deprecated systemparameters with specified values:

parallel_automatic_tuning

End of deprecatedsystem parameter listing

如提示因为设置了parallel_automatic_tuning而导致ORA-32004错误。

执行下列命令即可重置参数值。

alter system reset parallel_automatic_tuning scope=spfile sid='*' ;

注意:集群环境保持参数一致性。

更多Oracle相关信息见Oracle 专题页面 ?tid=12

linux

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template