dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLoader Class / PartitionName Property

In This Topic
    PartitionName Property
    In This Topic
    Gets or sets the name of the table partition from a partitioned table to load data into.
    Syntax
    'Declaration
     
    Public Property PartitionName As String
    public string PartitionName {get; set;}

    Property Value

    The name of the table partition from a partitioned table to load data into.
    Remarks
    When loading data via Direct Path interface (in the OCI connection mode), OracleLoader additionally disables the destination table primary key and foreign keys to the table when the PartitionName property is set in order to avoid the "ORA-26017: global indexes not allowed for direct path load of table partition" error. After the data are loaded, OracleLoader enables these constraints again.
    See Also