Oracle8i Reference
Release 2 (8.1.6)

A76961-01

Library

Product

Contents

Index

Prev Up Next

Dynamic Performance (V$) Views, 78 of 179


V$LOADCSTAT

This view contains SQL*Loader statistics compiled during the execution of a direct load. These statistics apply to the whole load. 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 

READ 

NUMBER 

Number of records read 

REJECTED 

NUMBER 

Number of records rejected 

TDISCARD 

NUMBER 

Total number of discards during the load 

NDISCARD 

NUMBER 

Number of discards from the current file 


Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index