7.11 Partitioned Object Support in SQL*Loader
Partitioned database objects enable you to manage sections of data, either collectively or individually. SQL*Loader supports loading partitioned objects.
A partitioned object in Oracle Database instances is a table or index consisting of partitions (pieces) that have been grouped, typically by common logical attributes. For example, sales data for a particular year might be partitioned by month. The data for each month is stored in a separate partition of the sales table. Each partition is stored in a separate segment of the database, and can have different physical attributes.
SQL*Loader partitioned object support enables SQL*Loader to load the following:
-
A single partition of a partitioned table
-
All partitions of a partitioned table
-
A nonpartitioned table
Parent topic: Understanding How to Use SQL*Loader