- Learning Informatica PowerCenter 10.x(Second Edition)
- Rahul Malewar
- 220字
- 2021-07-02 20:55:47
Working with Target - the Copy or Drag-Drop option
PowerCenter provides a very convenient way of reusing the existing components in the Repository. It provides the Drag-Drop feature, which helps in reusing the existing components.
Using the Drag-Drop feature, you can copy the existing source definition created earlier to the Target Designer in order to create the target definition with the same structure.
Follow these steps:
- In the Designer, go to Tools | Target Designer to open the Target Designer.
- Drag the SRC_STUDENT source definition from the Navigator to the Target Designer workspace as shown in the following screenshot:
- The Designer creates a target definition, SRC_STUDENT, with the same column definitions as the SRC_STUDENT source definition and the same database type:
- Double-click on the title bar of the SRC_STUDENT target definition to open it and edit properties if you wish to change some properties.
- Click on Rename:

- A new pop-up window will allow you to mention the new name. Change the target definition name to TGT_STUDENT:
-
Click on OK.
- Click on the Columns tab. The target column definitions are the same as the SRC_STUDENT source definition. You can add new columns, delete existing columns, or edit the columns as per your requirement.
- Click on OK to save the changes and close the dialog box.
- Go to Repository | Save.
推薦閱讀
- Django+Vue.js商城項目實戰
- JavaScript語言精髓與編程實踐(第3版)
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- Visual Basic程序設計教程
- Java應用開發與實踐
- OpenNI Cookbook
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- Mastering Google App Engine
- GameMaker Programming By Example
- 劍指MySQL:架構、調優與運維
- C程序設計實踐教程
- 人工智能算法(卷1):基礎算法
- QGIS 2 Cookbook
- Pandas 1.x Cookbook
- Design Patterns and Best Practices in Java