1
0
BEGIN DBMS_AQADM.CREATE_QUEUE_TABLE(
Queue_table => '
.
',
Queue_payload_type => '
.
',
storage_clause => '
'
,
Sort_list => '
'
,
Multiple_consumers =>
TRUE
FALSE
,
Message_grouping => 1
,
Compatible => '
'
,
Comment => '
'
,
Primary_instance =>
,
Secondary_instance =>
,
Secure =>
TRUE
FALSE
);
END;