Oracle9i Database Reference
Release 1 (9.0.1)

Part Number A90190-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

Dynamic Performance (V$) Views, 94 of 211


V$LOADTSTAT

SQL*Loader statistics compiled during the execution of a direct load. These statistics apply to the current table. Any SELECT against this table results in "no rows returned" since you cannot load data and do a query at the same time.

Column  Datatype  Description 

LOADED 

NUMBER 

Number of records loaded  

REJECTED 

NUMBER 

Number of records rejected 

FAILWHEN 

NUMBER 

Number of records that failed to meet any WHEN clause 

ALLNULL 

NUMBER 

Number of records that were completely null and were therefore not loaded 

LEFT2SKIP 

NUMBER 

Number of records yet to skip during a continued load 

PTNLOADED 

NUMBER 

Number of records loaded PTN 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback