Streams configuration error
- From: Sami Seerangan <dba.orcl@xxxxxxxxx>
- To: "oracle-l@xxxxxxxxxxxxx" <oracle-l@xxxxxxxxxxxxx>
- Date: Wed, 13 Apr 2005 12:32:44 -0400
Using Metalink Note:224255.1I am trying to configure Streams and
getting the following error.
Environment:
Sun Solaris, 2 Node RAC, Oracle 9.2.0.4
Did anyone come across the same error? I am going to open a TAR. Just
wanted to check here before I do that.
Thanks in advance.
SQL> BEGIN
DBMS_STREAMS_ADM.SET_UP_QUEUE(
queue_name =3D> 'STREAMS_QUEUE',
queue_table =3D>'STREAMS_QUEUE_TABLE',
queue_user =3D> 'STRMADMIN');
END; 2 3 4 5 6 =20
7 /
BEGIN
*
ERROR at line 1:
ORA-00600: internal error code, arguments: [kcbgtcr_4], [6602], [0], [1], [=
],
[], [], []
ORA-06512: at "SYS.DBMS_STREAMS_ADM", line 408
ORA-06512: at line 2
=20
=20
SQL> show user=20
USER is "STRMADMIN"
--
http://www.freelists.org/webpage/oracle-l
Other related posts:
- » Streams configuration error