Show / Hide Table of Contents

Enum DataPumpTableExistsAction

IMPORT: Specifies the action to be performed when data is loaded into a preexisting table, if unspecified ZDM will apply default value.

Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public enum DataPumpTableExistsAction

Fields

Name Description
Append
Replace
Skip
Truncate
UnknownEnumValue
Unspecified
In this article
Back to top