'Declaration Public Enum OracleLoaderOptions Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum OracleLoaderOptions : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum OracleLoaderOptions Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum OracleLoaderOptions : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Default | Default behavior. |
DisableIndexes | Disable table indexes when loading data. Applied only when array binding is used for loading data. |
DisableTriggers | Disable table triggers when loading data. Applied both for array binding and direct path loading. |
KeepConstraints | Don't disable constraints. By default, constraints are disabled when using array binding or when using direct path to load data into a specified partition of a partitioned table. |
KeepExternalForeignKeys | Don't disable foreign keys to other tables. By default, constraints are disabled when using array binding or when using direct path to load data into a specified partition of a partitioned table. |
KeepPrimaryKeys | Don't disable primary keys keys. By default, constraints are disabled when using array binding or when using direct path to load data into a specified partition of a partitioned table. |
KeepSelfReferencedForeignKeys | Don't disable foreign keys to the same table (self-referencing foreign keys). By default, constraints are disabled when using array binding or when using direct path to load data into a specified partition of a partitioned table. |
NoLogging | Disables table logging when loading data. Applied only when array binding is used for loading data. |
UseArrayBinding | Use array binding for loading data even when direct path interface can be used. |
UseInternalTransaction | Use a transaction for loading data. Applied only when array binding is used for loading data. |
System.Object
System.ValueType
System.Enum
Devart.Data.Oracle.OracleLoaderOptions
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2