CSO_JGROUPS_PING

See the class JDBC_PING in JGroups 3.6.1 jar.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_JGROUPS_PING_PK

OWN_ADDR, CLUSTER_NAME

Columns

Name Datatype Length Not-null Comments
OWN_ADDR VARCHAR2 200 Yes Part of the primary key of the table.
CLUSTER_NAME VARCHAR2 200 Yes Part of the primary key of the table.
DATE_ADDED TIMESTAMP Yes This is the date that the record was added to the database.
DATE_MODIFIED TIMESTAMP Yes Date record was last modified in database.
PING_DATA BLOB 5000 Yes The address/port and other info stored in opaque binary format.

Indexes

Index Uniqueness Columns
CSO_JGROUPS_PING_U1 Unique OWN_ADDR, CLUSTER_NAME