- Learning Informatica PowerCenter 10.x(Second Edition)
- Rahul Malewar
- 330字
- 2021-07-02 20:55:44
Adding new Open Database Connectivity (ODBC) data source
To add a new Database data source connection to import tables, follow the following procedure:
- In the Designer, go to Tools | Source Analyzer to open the Source Analyzer as indicated in the previous screenshot.
- Go to Sources | Import from Database as indicated.
- To add a new Database connection, click on the tab as shown in the following screenshot:

- A popup to add a new connection will appear on the screen.
- We need to add a new User DSN as shown in the following screenshot:

- The next screen will allow you to select the desired database from the list of databases. For our reference, we are using Oracle Database in this book.
- Select the type of Database you wish to add, and click on Finish as shown in the following screenshot:
- A new window will pop up on your screen. Mention the following details to add a new connection, as shown in the following screenshot.
-
- Data Source Name: Enter the name of the Data Source. This can be any name for your reference.
- Description: Specify some description for the connection.
- TNS Service Name: Mention the service name for your connection. We are using XE as the service name (this is the default service name for Oracle 10g Database).
- User ID: Mention the user ID. We are using HR as our user ID for making the connection.

- After providing all the details, click on Test Connection.
- A new window will pop up as shown in the following screenshot.
- Specify the password for Oracle database, and click on OK.

If all the values mentioned by you are correct, the Test Connection will be successful.
We have added a new Database connection to our Repository, and we can import the tables using the new connection.
You can add different types of Databases to your repository. This is just a one-time process you need to perform before you can start using the tables.
推薦閱讀
- 深入理解Android(卷I)
- Python機器學習:數據分析與評分卡建模(微課版)
- Java編程指南:基礎知識、類庫應用及案例設計
- Web開發的貴族:ASP.NET 3.5+SQL Server 2008
- C語言程序設計立體化案例教程
- Learn Scala Programming
- Hands-On JavaScript High Performance
- Python程序設計案例教程
- 精通Linux(第2版)
- bbPress Complete
- 數據結構案例教程(C/C++版)
- HTML5從入門到精通(第4版)
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- 新印象:解構UI界面設計
- Learning Unreal Engine Game Development