Home >Database >Mysql Tutorial >ORA-00600: 内部错误代码, 参数: [evapls1], [], [], [], [], [], [], []

ORA-00600: 内部错误代码, 参数: [evapls1], [], [], [], [], [], [], []

WBOY
WBOYOriginal
2016-06-07 17:06:481025browse

ORA-00600: 内部错误代码, 参数: [evapls1], [], [], [], [], [], [], []

ORA-00600: 内部错误代码, 参数: [evapls1], [], [], [], [], [], [], []

分析错误原因:

以前使用Oracle10.1g版本就没有出现此错误。初步分析是数据库版本不同造成的。

通过查询相关资料发现了一个相关的数据库参数:_optimizer_filter_pred_pullup

解决方式:

alter session set "_optimizer_filter_pred_pullup"=false;

alter system set "_optimizer_filter_pred_pullup"=false;

linux

Statement:
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