ODAC

TOraLoader Class

TOraLoader allows to load external data into the server database.

For a list of all members of this type, see TOraLoader members.

Unit

OraLoader

Syntax

TOraLoader = class(TDALoader);

Remarks

TOraLoader serves for fast loading of data to the server. It uses direct path load interface to speed up loading. To specify the name of the loading table set TDALoader.TableName property. Use TDALoader.Columns property to access individual columns. Write TDALoader.OnGetColumnData or TDALoader.OnPutData event handlers to read external data and pass it to the database. Call TDALoader.Load method to start loading data.

Limitations and Restrictions

TOraLoader has the following limitations similar to those of SQL*Loader:

Inheritance Hierarchy

TDALoader
   TOraLoader

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback