发新话题
打印

使用pl/sql developer经常遇到这种错误:ora-00600

使用pl/sql developer经常遇到这种错误:ora-00600

rt,请那位大虾帮助解答一下
  
ora-00600;内部错误代码,参数:[17113],[0x000000000],[],[],[],[],[],[]

TOP

回复: 使用pl/sql developer经常遇到这种错误:ora-00600

/wzshhda> oerr ora 600
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

TOP

回复: 使用pl/sql developer经常遇到这种错误:ora-00600

thanks a lot!

TOP

引用:
Originally posted by 土堆 at 2003-11-20 08:11:
thanks a lot!

TOP

引用:
Originally posted by 土堆 at 2003-11-20 08:11:
thanks a lot!

TOP

这是编译时易产生的错误,可以在tools-〉Preferences-〉oracle-〉Debugger中多选框最后一项Add debug information when compiling,将此多选框去掉,则在运行编译不会报上述错误,正常通过编译。楼住不妨试试。

TOP

发新话题