- Learning Informatica PowerCenter 10.x(Second Edition)
- Rahul Malewar
- 258字
- 2021-07-02 20:55:48
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 an SQL script called MKTABLES.SQL - C:\MKTABLES.SQL. You can provide any path. Informatica PowerCenter will generate the SQL file at the specified location.
- Select the ODBC data source to connect to the target database.
- Enter the necessary username and password, and then click on Connect:

- Select the appropriate option for generating a table:
- Click on Generate and execute.
- Click on Close to exit the Database Object Generation dialog box.
With this, the table TGT_EMPLOYEES will be generated in the Oracle database, which can be cross-checked by writing a query in the database.
- C程序設(shè)計(jì)簡(jiǎn)明教程(第二版)
- 編程的修煉
- Getting started with Google Guava
- 動(dòng)手玩轉(zhuǎn)Scratch3.0編程:人工智能科創(chuàng)教育指南
- 看透JavaScript:原理、方法與實(shí)踐
- Internet of Things with the Arduino Yún
- Visual FoxPro程序設(shè)計(jì)習(xí)題集及實(shí)驗(yàn)指導(dǎo)(第四版)
- Learning C++ by Creating Games with UE4
- 3D Printing Designs:The Sun Puzzle
- 你必須知道的.NET(第2版)
- Three.js Essentials
- C#程序設(shè)計(jì)基礎(chǔ)與實(shí)踐
- Mastering Puppet(Second Edition)
- Game Development with SlimDX
- C++程序設(shè)計(jì)教程(第3版)(通用版)