Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.


Chapter 10 Queue Participation and Redirection : redir_defn

redir_defn
The redir_defn table holds information about which queues are being redirected and which queues they are being redirected to.
Structure
The redir_defn table has the following structure:
TABLE redir_defn (
redir_id
number(5) NOT NULL,
start_time number(4) NOT NULL,
start_date number(7) NOT NULL,
end_time number(4) NOT NULL,
end_date number(7) NOT NULL,
queue_name varchar2(24) NOT NULL,
destination varchar2(49) NOT NULL)
Primary Key
The following primary key is defined for this table.
Foreign Keys
None.
Indexes
None.
Storage
The following STORAGE values are defined for this table.
Table Activity
The redir_defn table contains one record for each redirection record defined on the system.
Rows are added, updated and deleted in the following situations.
 

Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.