OciDatabase

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

Declaration

// C#
public static string OciCompartment { 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.