Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Streams configuration error

Streams configuration error

From: Sami Seerangan <dba.orcl_at_gmail.com>
Date: Wed, 13 Apr 2005 12:32:44 -0400
Message-ID: <f09dd6280504130932109be0a1@mail.gmail.com>


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
Received on Wed Apr 13 2005 - 12:36:44 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US