V$LOADPSTAT contains statistics about the number of rows loaded into a partition, or subpartition, during a load using the Direct Path API.
| Column | Datatype | Description | 
|---|---|---|
| OWNER | VARCHAR2(31) | Schema name | 
| TABNAME | VARCHAR2(31) | Table name | 
| PARTNAME | VARCHAR2(31) | Partition name | 
| LOADED | NUMBER | Number of rows loaded |