Creating a Database Table
In the earlier section, we saw the steps to import the Database table into Informatica.
Informatica PowerCenter tools allow you to create a database table from Informatica itself. If you have a table structure available in PowerCenter but the corresponding table is not available in database, you will not be able to use the table for your mapping purpose as you will not be able to provide the required connections for loading the data. PowerCenter provides a very efficient and faster way to generate a database table directly. So you need not write a CREATE SQL statement to generate a table in your Database.
For our reference, we will create a table named TGT_EMPLOYEES
in oracle database.
In the Designer, got o
Tools
|Target Designer
to open the Target Designer.- In the workspace, select the
TGT_EMPLOYEES
target definition. - Go to
Targets
|Generate/Execute SQL
.

- The Database Object Generation dialog box appears.
- In the File Name field, enter the following text to generate...