Home » Server Options » Streams & AQ » Register Oracle Streams with OID
Register Oracle Streams with OID [message #235975] Tue, 08 May 2007 09:58
brutus35
Messages: 1
Registered: May 2007
Junior Member
I'm trying to setup an Oracle Streams environment that registers queues with OID. I have the db registered, and set global_toppic_enabled=true. DB is in archivemode. When I try to setup a queue with:

BEGIN
DBMS_STREAMS_ADM.SET_UP_QUEUE(
queue_table => 'STREAMS_QUEUE_TABLE',
queue_name => 'STREAMS_QUEUE',
queue_user => 'STRMADMIN');
END;

I get


Error report:
ORA-00600: internal error code, arguments: [kcbgtcr_5], [52583], [4], [0], [], [], [], []
ORA-06512: at "SYS.DBMS_STREAMS_ADM", line 739
ORA-06512: at line 2
00600. 00000 - "internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s]"
*Cause: This is the generic internal error number for Oracle program
exceptions. This indicates that a process has encountered an
exceptional condition.
*Action: Report as a bug - the first argument is the internal error number

Some lines from the alert log:

Mon May 07 15:04:07 2007
Errors in file c:\oracle\product\10.2.0\admin\thanatos\udump\thanatos_ora_1764.trc:
ORA-00600: internal error code, arguments: [kcbgtcr_5], [52583], [4], [0], [], [], [], []

Mon May 07 15:04:33 2007
Errors in file c:\oracle\product\10.2.0\admin\thanatos\udump\thanatos_ora_2672.trc:
ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [unable_to_trans_pc] [PC:0x6256839A] [ADDR:0x0] [UNABLE_TO_READ] []


If I set GLOBAL_TOPIC_ENABLED = FALSE, the queue gets created fine.

Has anyone run into this? I searched metalink, but couldn't find anything. I'm running 10.2.0.1 on Windows 2K.

Thanks in advance.

[Updated on: Tue, 08 May 2007 09:59]

Report message to a moderator

Previous Topic: Data is not propagating from 10.2.0.2-->9.2.0.8-->9.2.0.4 (by using streams)
Next Topic: DataReplication
Goto Forum:
  


Current Time: Fri Mar 29 10:11:46 CDT 2024