ORA-00600: 内部错误代码, 参数: [kqlInvObj:user]
oracle 11g
在创建表,存储过程...时就报错,如下:
----------------------------------------------------
在行 1 上开始执行命令时出错:
CREATE TABLE USER222.TABLE2
(
COLUMN1 VARCHAR2(20)
)
命令出错, 行: 1 列: 0
错误报告:
SQL 错误: ORA-00600: 内部错误代码, 参数: [kqlInvObj:user], [114], [], [], [], [], [], [], [], [], [], []
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
各位老大,帮帮忙啊。