09.12.2012 Views

Advanced Queuing - Oracle

Advanced Queuing - Oracle

Advanced Queuing - Oracle

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Verifying a Queue Type<br />

BEGIN<br />

/* Verify if the queues aquser.q1def and aquser.q2def in the local database<br />

have the same payload type */<br />

DBMS_AQADM.VERIFY_QUEUE_TYPES(<br />

src_queue_name => ’aq.q1def’,<br />

dest_queue_name => ’aq.q2def’,<br />

rc => rc);<br />

DBMS_OUTPUT.PUT_LINE(rc);<br />

END;<br />

Java (JDBC): Verifying a Queue type<br />

Feature not available through Java API<br />

9-80 <strong>Oracle</strong>9i Application Developer’s Guide - <strong>Advanced</strong> <strong>Queuing</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!