OciCompartment

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

Declaration

// C#
public static string OciCompartment { get; set; }

Property Type

System.String

Remarks

This property is optional by default. This property is mandatory if the OciDatabase property is set.

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

There is no default value for this property.