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

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

WBOY
Release: 2016-06-07 17:06:48
Original
1019 people have browsed it

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

Related labels:
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