Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-00600: internal error code, arguments: [kqlInvObj:user], [297]

SarwarJul 5 2012 — edited Jul 5 2012
Hi experts,

I am running an oracle database version 11.2.0.1.0 - 64bit on Oracle Enterprise Linux 5.
when I am trying to create a synonym like below:

SQL> create synonym abc for account;
Error at line 1
ORA-00600: internal error code, arguments: [kqlInvObj:user], [297], [], [], [], [], [], [], [], [], [], []

When we try to create a new table it also gives the same error

SQL> create table test (id number) ;
Error at line 1
ORA-00600: internal error code, arguments: [kqlInvObj:user], [297], [], [], [], [], [], [], [], [], [], []

Your Urgent response is highly appreciated.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 2 2012
Added on Jul 5 2012
5 comments
1,291 views