基本的に、テーブル「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 を実行しています。念のため、スクリーンショットを次に示します。