Я запускаю эту команду для таблицы:
ALTER TABLE testTable ADD column1 NUMBER(1) DEFAULT 0 NOT NULL;
И я продолжаю получать эту ошибку:
Error report:<br>
SQL Error: ORA-00600: internal error code, arguments: [kkpoffoc], [], [], [], [], [], [], [], [], [], [], []<br>
00600. 00000 - "internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s]"<br>
*Cause: This is the generic internal error number for Oracle program<br>
exceptions. This indicates that a process has encountered an
exceptional condition.<br>
*Action: Report as a bug - the first argument is the internal error number
Есть мысли по этому поводу?