- 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.
- Practical UX Design
- vSphere High Performance Cookbook
- Vue.js 2 and Bootstrap 4 Web Development
- Monitoring Elasticsearch
- Visual C++數字圖像處理技術詳解
- 計算機應用基礎項目化教程
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- Qlik Sense? Cookbook
- Python 3 數據分析與機器學習實戰
- Troubleshooting Citrix XenApp?
- TypeScript 2.x By Example
- TypeScript圖形渲染實戰:2D架構設計與實現
- Microsoft Dynamics GP 2013 Cookbook
- 和孩子一起學編程:用Scratch玩Minecraft我的世界
- Unity 3D UI Essentials