Created
November 3, 2011 21:31
-
-
Save sachin-handiekar/1337835 to your computer and use it in GitHub Desktop.
Create a Oracle AQ Queue Table with XMLType payload
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BEGIN | |
DBMS_AQADM.CREATE_QUEUE_TABLE( Queue_table => 'QT_SAMPLE', Queue_payload_type => 'SYS.XMLTYPE', Sort_list => 'ENQ_TIME', COMMENT => 'A sample queue table'); | |
END; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment