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.
    Requirements

    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

    See Also