StaticConnectIdentifier

The StaticConnectIdentifier configurable instance-specific property specifies the connection identifier that the DGMGRL client will use when starting database instances.

If this property has a null value, then the DGConnectIdentifier value is used for operations that involve shutting down and starting up the instance.

Category Description

Datatype

String

Valid values

A connect identifier that refers to a service that is statically registered.

Broker default

Connect descriptor that is the concatenation of:Foot 1

  • The ADDRESS attribute value of the listener that is specified for the LOCAL_LISTENER initialization parameter

  • The value for the SERVICE_NAME attribute will be set to a concatenation of
    <db_unique_name>_DGMGRL.<db_domain>
    

Imported?

Yes, from the LOCAL_LISTENER and DB_UNIQUE_NAME initialization parameters.

Parameter class

Not applicable

Role

Primary and standby

Standby type

Physical, logical, or snapshot

Corresponds to

Not applicable

Scope

Instance

Cloud Control name

Not applicable

Footnote 1

If the instance specified by the InstanceName property is started with a different SID (read from the INSTANCE_NAME column of the V$INSTANCE view) than the SID with which it was previously started and/or it is started on a different host (read from the HOST_NAME column of the V$INSTANCE view) than the host on which it was previously started, then the broker automatically updates the default value of the StaticConnectIdentifier property to incorporate the current ADDRESS attribute of the listener that is specified for the LOCAL_LISTENER initialization parameter.

See Also: