Difference between revisions of "IX.AQ$STREAMS QUEUE TABLE R (view)"
Line 2: | Line 2: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
− | |- | + | |- valign="top" |
| '''View | | '''View | ||
| IX.AQ$STREAMS_QUEUE_TABLE_R | | IX.AQ$STREAMS_QUEUE_TABLE_R | ||
− | |||
|} | |} | ||
− | |||
=== Source === | === Source === | ||
Line 22: | Line 20: | ||
| '''Referenced Object | | '''Referenced Object | ||
− | |- | + | |- valign="top" |
| Select | | Select | ||
| Table | | Table |
Revision as of 06:14, 24 June 2010
wikibot
View | IX.AQ$STREAMS_QUEUE_TABLE_R |
Source
CREATE OR REPLACE VIEW IX.AQ$STREAMS_QUEUE_TABLE_R AS SELECT queue_name QUEUE, s.name NAME , address ADDRESS , protocol PROTOCOL, rule_condition RULE, ruleset_name RULE_SET, trans_name TRANSFORMATION FROM "AQ$_STREAMS_QUEUE_TABLE_S" s , sys.all_rules r WHERE (bitand(s.subscriber_type, 1) = 1) AND s.rule_name = r.rule_name and r.rule_owner = 'IX' WITH READ ONLY
References
Dependency Type | Object Type | Referenced Object |
Select | Table | IX.AQ$_STREAMS_QUEUE_TABLE_S |