다음을 통해 공유


CloudVmClusterProperties.DataStoragePercentage Property

Definition

The percentage assigned to DATA storage (user data and database files). The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are 35, 40, 60 and 80. The default is 80 percent assigned to DATA storage. See Storage Configuration in the Exadata documentation for details on the impact of the configuration settings on storage.

public int? DataStoragePercentage { get; set; }
member this.DataStoragePercentage : Nullable<int> with get, set
Public Property DataStoragePercentage As Nullable(Of Integer)

Property Value

Applies to