The list of topics available for messaging.

Column

Data Type

Constraint

topic_name

VARCHAR(250)

NULL

The unique name of the topic used by clients to send messages to and receive messages from a specific topic.

topic_id

NUMERIC(19)

NOT NULL

The unique numeric representation of the topic used internally by the SQL-JMS system.

temp_id

NUMERIC(19)

NULL

Denotes whether or not the topic is a temporary topic. If the topic is a temporary topic, the column contains the client ID of the client that created the temporary topic. If the topic is not a temporary topic, the column contains the value zero.


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved.

Legal Notices