Enum HandleGrantErrors
The action taken in the event of errors related to GRANT or REVOKE errors. ABORT - (default) stops the load process and displays an error. DROP_ACCOUNT - deletes the account and continues the load process. IGNORE - ignores the error and continues the load process.
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public enum HandleGrantErrors
Fields
| Name | Description |
|---|---|
| Abort | |
| DropAccount | |
| Ignore | |
| UnknownEnumValue |