Where is all_queue_subscribers dictionary view on oracle 9i?
        Posted  
        
            by thecoop
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by thecoop
        
        
        
        Published on 2010-05-10T13:28:18Z
        Indexed on 
            2010/05/10
            13:34 UTC
        
        
        Read the original article
        Hit count: 237
        
11g and 10g both have the all_queue_subscribers (and user_, dba_) dictionary tables for listing the subscribers to queues, but this doesn't exist on 9i. Does the same concept of queue subscribers exist on 9i databases, and where can I get this information from?
© Stack Overflow or respective owner