小编Lal*_*len的帖子

在Oracle 11g2 XE中编译PL/SQL函数有时会导致ORA-00600:内部错误

我有一个PL/SQL函数,我正在使用它有时编译好,但有时给我这个错误.

ORA-00600: internal error code, arguments: [17285], [0x318FDE2C], [1], [0x273F1C60], [], [], [], [], [], [], [], []
00600. 00000 -  "internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s]"
*Cause:    This is the generic internal error number for Oracle program
       exceptions.  This indicates that a process has encountered an
       exceptional condition.
*Action:   Report as a bug - the first argument is the internal error number
Run Code Online (Sandbox Code Playgroud)

断开连接并重新连接到Oracle并且函数编译确定感觉很疯狂...

谷歌搜索错误代码和参数给了我这个

ERROR:
ORA-600 [17285] [a] [b] [c]

VERSIONS:
versions 7.0 …
Run Code Online (Sandbox Code Playgroud)

oracle pipelined-function ora-00600

7
推荐指数
1
解决办法
2660
查看次数

标签 统计

ora-00600 ×1

oracle ×1

pipelined-function ×1