ORA-02068: following severe error from
ORA-00600: internal error code, arguments: [kdsgrp1], [], [], [], [], [], [],[]
I found ORA-00600: internal error code, when My PL/Sql queried by DB LINK.
So, I checked indexes of that TABLE on REMOTE DATABASE and then rebuilt.
It's OK.
Monday, August 11, 2008
Subscribe to:
Post Comments (Atom)
1 comment:
The error you describe can be caused by distributed transactions and global temporary tables, as described here.
Post a Comment