OciDatabase

This property gets or sets the target database's Oracle Cloud Identifier (OCID).

Declaration

// C#
public string OciDatabase { get; set; }

Property Type

System.String

Remarks

This property is optional.

If it is not set, then ODP.NET requests access to all the cloud compartment's databases identified in the OciCompartment property. If OciCompartment property is also not set, then ODP.NET requests access to all the tenancy's databases specified in the OciTenancy property.

There is no default value for this property.

The value of this property will be part of pool manager identification so different value for this property will result in different connection pools.