插入带有1列的表时出现内部错误?

时间:2013-05-09 05:42:27

标签: sql internal ora-00600

基本上,当我尝试将任何数据插入表“COURT”时,例如:

INSERT INTO court VALUES('Sydney');

我收到以下错误:

Error starting at line 1 in command:
INSERT INTO court VALUES ('Sydney')
Error at Command Line:1 Column:1
Error report:
SQL Error: ORA-00600: internal error code, arguments: [kqd-objerror$], [U], [0], [373],[BIN$XQQxCzAhRPCuX323VsAKNA==$0], [], [], [], [], [], [], []
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

注意:

这个数据库在我大学的服务器上运行,但我仍然拥有完整的编辑权限(我之前已经完成了一些基本工作,没有问题)。

我正在运行Oracle SQL Developer来访问数据库。这是一个屏幕截图,以防万一:

http://i.imgur.com/iD1px3P.jpg

1 个答案:

答案 0 :(得分:0)

问题是我没有按照建议获得足够的权限。这导致连接崩溃。

我联系了我的数据库管理员,他为我解决了这一切。

谢谢大家!