Errors while running oracle AQ
Hi,
We have the databases with different oracle version which are on cross platform with different char set.
10g database: Oracle version 10.2.0.4 on HP-UX with character set WE8MSWIN1252
11g database: Oracle version 11.2.0.4 on OEL6 with character set AL32UTF8
where getting below errors:
1. ORA-22370: incorrect usage of method(On 10g database where DBLINK points to 11g database)
2. ORA-25226: dequeue failed, queue AQADM.OUT_MESSAGE_QUEUE is not enabled for dequeue(On 11g database where dblink points to 10g database)
And the scheduler is getting disabled every 10sec.
3. Script to create queue objects in 11.2.0.4 database --may be we are missing anything while creating the queues