Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class SessionMode.
The various session modes of the GoldengateConnection.
Protobuf type google.cloud.oracledatabase.v1.GoldengateOracleConnectionProperties.SessionMode
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ GoldengateOracleConnectionPropertiesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SESSION_MODE_UNSPECIFIED
Value: 0Default unspecified value.
Generated from protobuf enum SESSION_MODE_UNSPECIFIED = 0;
DIRECT
Value: 1Indicates that the resource is using direct session mode.
Generated from protobuf enum DIRECT = 1;
REDIRECT
Value: 2Indicates that the resource is using redirect session mode.
Generated from protobuf enum REDIRECT = 2;