我有一个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)