Database Administration (MOSC)

MOSC Banner

Database Link (DB_LINK) on Win_based 9i_database gives ERROR: ORA-00600: internal error code

edited May 12, 2010 1:49AM in Database Administration (MOSC) 2 commentsAnswered

Hello Team,

We are using Windows Based ORACLE 9i_Database on win2k3.

I have recently created a Database_LINK by the name animesh_to_spx1 using the basic DB_LINK creation command as:

SQL> Create Database Link animesh_to_spx connect to LGSIM identified by LGSIM using using 'SPX1';

Database link created.

However, when I test this db_link by using :

SQL> select sysdate from dual@animesh_to_spx1 

or by using

SQL> select instance_name from v$instance@animesh_to_spx1;

select instance_name from v$instance@animesh_to_spx1
                                     *
ERROR at line 1:
ORA-00600: internal error code, arguments: [2252], [12367], [2553766841], [],

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center