Table of Contents

PowerCenter - Targets

About

PowerCenter can load data into the following targets:

You can load data into targets using ODBC or native drivers, FTP, or external loaders.

A target is design with the target designer.

Powercenter Workflow Manager Connections

Target definitions

Target definitions define the structure of tables in the target database, or the structure of file targets the integration service creates when you run a session. If you add a relational target definition to the repository that does not exist in a database, you need to create target table. You do this by generating and executing the necessary SQL code within the target designer. Menu > Targets > Generate/Execute SQL

Bulk Load Oracle Guidelines

Bulk Load is a property of a task for a target table.

When bulk loading to Oracle, the Integration Service invokes the SQL*Loader.

Use the following guidelines when bulk loading to Oracle:

Note that when you disable parallel mode, you cannot load multiple target instances, partitions, or sessions into the same table. To bulk load in parallel mode, you must drop indexes and constraints in the target tables before running a bulk load session. After the session completes, you can rebuild them. If you use bulk loading with the session on a regular basis, use pre- and post-session SQL to drop and rebuild indexes and key constraints.

Pre and post-session SQL are property of the session task on a Source Qualify transformation or target table. The Integration Service runs:

Documentation / Reference