When bulk loading to Oracle, the Integration Service invokes the SQL*Loader.
Use the following guidelines when bulk loading to Oracle:
|
|
Do not define CHECK constraints in the
database. |
|
|
Do not define primary and foreign keys in the database.
However, you can define primary and foreign keys for the target definitions in
the Designer. |
|
|
To bulk load into indexed tables, choose non-parallel
mode and disable the Enable Parallel Mode option. For more information, see Relational Database
Connections. |
|
|
When you use the LONG datatype, verify it is the last
column in the table. |
|
|
Specify the Table Name Prefix for the target when you
use Oracle client 9i. If you do not specify the table name prefix, the
Integration Service uses the database login as the
prefix. |