TOraLoader allows to load external data into the server database.
For a list of all members of this type, see TOraLoader members.
TOraLoader = class(TDALoader);
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:
TDALoader
TOraLoader