Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Java Dequeue msg with >32kb RAW payload not possible error ORA-25236

499821Mar 20 2006 — edited Mar 23 2006
We try to read a message with more then 32k RAW payload in a multiconsumer queue but we get the error ORA-25236. We use oracle.AQ to dequeue.
The limit for the called funtion in DBMS_AQIN is for PL/SQL 32kb. We try also to use OCI but for the dequeing the driver switch also to the DBMS_AQIN function in this package.
I need an running example within Java to dequeue more the 32kb RAW payload data. It is not important how we do this (maybe JMS, OCCI, PL/SQL) necessary is that we can do this.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 20 2006
Added on Mar 20 2006
2 comments
1,371 views