【发布时间】:2012-01-19 08:34:45
【问题描述】:
我在一张桌子上运行这个命令:
ALTER TABLE testTable ADD column1 NUMBER(1) DEFAULT 0 NOT NULL;
我不断收到此错误:Error report:
SQL Error: ORA-00600: internal error code, arguments: [kkpoffoc], [], [], [], [], [], [], [], [], [], [], []
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
对此有什么想法吗?
【问题讨论】: