This table contains information used by the SQL Repository caching feature when you use cache-mode="distributed" on one or more item descriptors. This table is automatically populated by the SQL Repository at application startup and used by each server to determine which other servers need to receive cache invalidation events when items are modified.

Column

Data Type

Constraint

id

INTEGER

NOT NULL

The unique identifier associated with the server

address

VARCHAR(15)

NOT NULL

The IP address of the GSAEventServer

port

INTEGER

NOT NULL

The port number of the GSAEventServer

itemdescriptor

VARCHAR(256)

NOT NULL

The name of the itemdescriptor where you set the cache-mode


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

Legal Notices