- Learning Informatica PowerCenter 10.x(Second Edition)
- Rahul Malewar
- 170字
- 2021-07-02 20:55:44
Working with relational database tables - the Import option
We will first start working on the relational tables. You can import or create the table structure in the Source Analyzer. After you add these source definitions to the repository, you use them in a mapping.
Perform the following steps to import the table source definition:
- In the Designer, go to Tools | Source Analyzer to open the Source Analyzer.
- Go to Sources | Import from Database.

- From the ODBC data source button, select the ODBC data source that you created to access source tables.
- Enter the username and password to connect to the database. Also, enter the name of the source table owner, if necessary.
- Click on Connect.
- In the Select tables list, expand the database owner and the TABLES heading.
- Select the tables you wish to import, and click on OK.
The structure of the selected tables will appear in the workspace as shown in the following screenshot:

We will now have a look at working with the Import option.
推薦閱讀
- SPSS數(shù)據(jù)挖掘與案例分析應(yīng)用實踐
- JavaScript從入門到精通(微視頻精編版)
- Java入門經(jīng)典(第6版)
- 軟件項目管理(第2版)
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- Android開發(fā)精要
- INSTANT FreeMarker Starter
- 程序員面試算法寶典
- Learning ArcGIS for Desktop
- jQuery Mobile移動應(yīng)用開發(fā)實戰(zhàn)(第3版)
- C++從入門到精通(第6版)
- 嵌入式Linux C語言程序設(shè)計基礎(chǔ)教程
- 數(shù)據(jù)科學(xué)中的實用統(tǒng)計學(xué)(第2版)
- Java多線程并發(fā)體系實戰(zhàn)(微課視頻版)
- Yii2 By Example