OracleBulkCopy Members
OracleBulkCopy
members are listed in the following tables.
OracleBulkCopy Constructors
OracleBulkCopy
constructors are listed in Table 17-1.
Table 17-1 OracleBulkCopy Constructors
Constructor | Description |
---|---|
|
OracleBulkCopy Properties
OracleBulkCopy
properties are listed in Table 17-2.
Table 17-2 OracleBulkCopy Properties
Property | Description |
---|---|
Specifies the number of rows to be sent as a batch to the database |
|
Specifies the |
|
Specifies the number of seconds allowed for the bulk copy operation to complete before it is aborted |
|
Specifies the column mappings between the data source and destination table |
|
Specifies the |
|
Specifies the database partition that the data is loaded into |
|
Specifies the database table that the data is loaded in |
|
Defines the number of rows to be processed before a notification event is generated |
OracleBulkCopy Public Methods
OracleBulkCopy
public methods are listed in Table 17-3.
Table 17-3 OracleBulkCopy Public Methods
Method | Description |
---|---|
Closes the |
|
Releases any resources or memory allocated by the object |
|
Copies rows to a destination table |
OracleBulkCopy Events
OracleBulkCopy
events are listed in Table 17-4.
Table 17-4 OracleBulkCopy Events
Event | Description |
---|---|
Triggered every time the number of rows specified by the |