SYS.V$DISTRIBUTION_CURRENT

This view contains a subset of the records in the SYS.V$DISTRIBUTION_MAP in the current installed distribution map.

Usage with TimesTen Scaleout

This view contains data for the local element.

Usage with TimesTen Classic

This view is not supported in TimesTen Classic.

Columns

Column name Type Description

INSTANCEGUID

TT_VARCHAR(36) INLINE NOT NULL

Id number that identifies the instance

MAPPEDELEMENTID

TT_INTEGER NOT NULL

Id number of the element

DATASPACE

TT_INTEGER NOT NULL

Id for the data space of the element

REPSET

TT_INTEGER NOT NULL

Id for the replica set of the element

SYNCREPSET

TT_INTEGER NOT NULL

Reserved for future use

MASTER

TT_INTEGER NOT NULL

Reserved for future use

INPT

TT_INTEGER NOT NULL

Indicates the element is in the partition map. If an instance has been recently replaced, the value of this column may be 0.

HOSTNAME

TT_VARCHAR(256) INLINE NOT NULL

Name of the host in the model of the grid on which the element resides

HOSTINTERNALADDRESS

TT_VARCHAR(256) INLINE NOT NULL

Internal network address of the instance for the element

HOSTEXTERNALADDRESS

TT_VARCHAR(256) INLINE NOT NULL

External network address of the instance for the element

INSTANCENAME

TT_VARCHAR(256) INLINE NOT NULL

Name of the instance for the element

DAEMONPORT

TT_INTEGER NOT NULL

Port number on which the main daemon of the instance is listening

SERVERPORT

TT_INTEGER

Port number in which the ttcServer of the instance is listening

PTVERSION

TT_INTEGER NOT NULL

Indicates the element is present in the partition table with this version number

ELEMENTID

TT_INTEGER NOT NULL

Element id of the element reporting the distribution map