<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                企業??AI智能體構建引擎,智能編排和調試,一鍵部署,支持知識庫和私有化部署方案 廣告
                # Informatica 中的源分析器和目標設計器 > 原文: [https://www.guru99.com/source-analyzer-and-target-designer-informatica.html](https://www.guru99.com/source-analyzer-and-target-designer-informatica.html) 在 ETL /數據倉庫中,您將遇到不同的源和目標。 ETL 中的源是從中提取記錄的實體,然后將這些記錄存儲在臨時表(登臺表)或 Informatica 轉換緩存中。 根據映射設計文檔/業務需求,您需要對這些數據記錄進行更改(轉換數據),然后將轉換后的數據加載到另一個稱為目標表的表結構中。 在每個 Informatica 映射中,總會有一個源和一個目標。 要在 Informatica 中管理不同的源和目標,您必須使用源分析器和目標設計器。 這些工具已集成到 Powercenter Designer 工具中,并且可以從那里本身啟動。 借助源分析器,您可以在 Informatica 中創建或導入不同類型的源。 同樣,通過使用目標設計器,您可以創建或導入不同類型的目標。 Informatica 提供了一種功能,可以通過設計其結構從頭開始創建源/目標,也可以通過導入定義來創建源/目標。 從數據庫導入源時,將導入以下元數據。 * 來源(表)名稱 * 數據庫位置 * 列名 * 列數據類型 * 約束條件 您還可以在表中定義鍵關系,這些鍵關系僅適用于 Informatica 級別并存儲在存儲庫中。 在 Informatica 中創建/導入的源或目標可以在不同映射中任意時間重復使用。 每個映射都必須至少具有可加載目標。 否則,映射將無效。 **注意**-在源分析器/目標設計器中創建源/目標時,僅在 Informatica 中創建結構。 在數據庫級別,沒有創建對象。 因此,您必須創建具有與 Informatica 中創建的結構相同的結構的 Database 對象。 您可以使用源代碼分析器導入以下類型的源代碼 * 關系表(數據庫表),視圖和同義詞 * 平面文件 * Cobol 文件 * XML 文件 **性能提示** –要提高關系源表的性能,請使用源數據庫表上的索引。 在目標上,表禁用或刪除性能約束和索引。 在本教程中-您將學習 * [如何打開源代碼分析器](#1) * [如何在源代碼分析器](#2)中導入源表 * [如何在目標設計器](#3)中打開目標設計器&導入目標 * [如何在 Informatica](#4) 中創建文件夾 ## 如何打開源代碼分析器 **步驟 1** -打開 Informatica PowerCenter 設計器工具 ![Source Analyzer and Target Designer in Informatica](https://img.kancloud.cn/a8/79/a8797686a2aba5250ad839f0e060b2c9_598x179.png "Source Analyzer and Target Designer in Informatica") **步驟 2** –在下一個屏幕中 1. 雙擊要連接的存儲庫 2. 輸入用戶名 3. 輸入密碼 4. Click on Connect button ![Source Analyzer and Target Designer in Informatica](https://img.kancloud.cn/a3/59/a35969d40941594e947ed1e2e873b72f_1105x493.png "Source Analyzer and Target Designer in Informatica") 成功登錄后,該用戶的文件夾將在存儲庫名稱下列出 **注–** 1. 如果登錄失敗,請檢查用戶是否具有連接到存儲庫的特權 2. 如果在存儲庫名稱下看不到文件夾,請檢查是否已創建文件夾。 3. 如果最近創建了一個文件夾,則從存儲庫斷開連接并重新連接。 ![Source Analyzer and Target Designer in Informatica](https://img.kancloud.cn/ee/8e/ee8e5477f52ffd77c758aa1c3236caca_289x245.png "Source Analyzer and Target Designer in Informatica") **步驟 3 –** 在下一步 1. 右鍵點擊文件夾 2. 選擇打開選項 ![Source Analyzer and Target Designer in Informatica](https://img.kancloud.cn/82/81/8281234af574928e72dbf26f8ed93911_924x423.png "Source Analyzer and Target Designer in Informatica") 打開文件夾后,將列出該文件夾的子文件夾。 ![Source Analyzer and Target Designer in Informatica](https://img.kancloud.cn/84/1a/841a5e25ed2f28988f466434756c745e_278x283.png "Source Analyzer and Target Designer in Informatica") **步驟 4 –** 單擊 Source Analyzer 菜單,如圖所示。 ![Source Analyzer and Target Designer in Informatica](https://img.kancloud.cn/10/69/106933d93fd2850825449313168c01b5_1118x341.png "Source Analyzer and Target Designer in Informatica") ## 如何在源代碼分析器中導入源表 **步驟 1** -源分析儀中 1. 單擊主菜單中的“來源”標簽 2. Select import from database option, after this ODBC Connection box will open. ![Source Analyzer and Target Designer in Informatica](https://img.kancloud.cn/7d/9a/7d9af7efe3f2b6fcd15153513f70d1f7_789x430.png "Source Analyzer and Target Designer in Informatica") **步驟 2** –我們現在將創建 ODBC 連接(如果您已經具有 ODBC 連接,請轉到步驟 3) 1. 單擊 ODBC 數據源旁邊的按鈕。 ![Source Analyzer and Target Designer in Informatica](https://img.kancloud.cn/79/69/79699e289f849775750851dff210836f_535x174.png "Source Analyzer and Target Designer in Informatica") 2. 在下一頁上,選擇“用戶 DSN”選項卡,然后單擊“添加”按鈕。 ![Source Analyzer and Target Designer in Informatica](https://img.kancloud.cn/55/81/5581dfe40f3a80bd1c36c77c8f0e2861_608x424.png "Source Analyzer and Target Designer in Informatica") DSN(數據源名稱)基本上是一種數據結構,它包含有關特定詳細信息(數據庫類型,位置,用戶詳細信息等)的信息。 ODBC 驅動程序需要此信息,以便它可以連接到該數據庫。 3. When you click on the add button, you will see a list of drivers for various databases (Oracle, SQL Server, Sybase, Microsoft Access, Excel, etc.) The driver which you select depends on what database you want to connect. Select the driver for the data source. Here in guru99 you will be using oracle database tables. Select Oracle wire protocol driver. ![Source Analyzer and Target Designer in Informatica](https://img.kancloud.cn/e7/5f/e75f7e20b7e58b881b743c62c41ca09b_485x357.png "Source Analyzer and Target Designer in Informatica") 4. On the next page, select the general tab and enter database details. Then Click on test connect. **注意** –數據庫詳細信息特定于您的安裝,具體取決于在數據庫安裝期間選擇的主機名,端口和 SID。 您可以通過打開位于 oracle 安裝文件夾中的 **tnsnames.ora 文件**來獲取此詳細信息。 ![Source Analyzer and Target Designer in Informatica](https://img.kancloud.cn/38/c0/38c05b406443bac4d56304279c8321ee_410x662.png "Source Analyzer and Target Designer in Informatica") 5. Once you made a Test Connect, enter database username, password and then select "OK" button ![Source Analyzer and Target Designer in Informatica](https://img.kancloud.cn/68/b4/68b4109f6e550f17e80361a3329161af_336x299.png "Source Analyzer and Target Designer in Informatica") 6. If the connection is successful, it will show a message box. ![Source Analyzer and Target Designer in Informatica](https://img.kancloud.cn/82/40/8240931908f20fba8dd80b347f5fc0c5_193x155.png "Source Analyzer and Target Designer in Informatica") 7. 為測試連接窗口和 ODBC 驅動程序設置窗口選擇確定。 創建的 ODBC 數據源將被添加到用戶數據源。 現在我們已經設置了 ODBC 數據源。 **步驟 3** -在 guru99 中,您將使用 oracle 的 Scott / Tiger 模式表。 如果數據庫中沒有這些表,請使用此腳本創建這些表。 [下載上面的 Scott.sql 文件](https://drive.google.com/uc?export=download&id=0ByI5-ZLwpo25TDBzTExTdEQzSzQ) **步驟 4** –在導入表窗口中。 1. 為 oracle 數據庫選擇 ODBC 數據源。 2. 輸入數據庫用戶名 3. 輸入數據庫密碼 4. 單擊連接/重新連接按鈕。 這將顯示數據庫用戶的表。 5. 展開表格文件夾下的樹,然后選擇 EMP 表 6. Select OK button. ![Source Analyzer and Target Designer in Informatica](https://img.kancloud.cn/d9/ed/d9edded2834ebc023bf51356fa6265e9_549x429.png "Source Analyzer and Target Designer in Informatica") **步驟 5** -該表將被導入 Informatica Source Analyzer。 使用“ ctrl + s”鍵將更改保存到存儲庫。 ![Source Analyzer and Target Designer in Informatica](https://img.kancloud.cn/8b/3e/8b3e9b122d5e6800fb98ef758b6947a5_651x458.png "Source Analyzer and Target Designer in Informatica") 同樣,您可以在源分析器中導入任何其他數據庫表。 ## 如何在目標設計器中導入目標 在本教程中,您將創建目標表 emp_target,該表將具有與源 EMP 表相同的結構。 要導入目標表,目標表必須存在于數據庫中。 要創建目標表,請使用以下腳本。 Informatica 中可用的目標類型是關系文件,XML 文件和平面文件。 [下載上面的 emp_target.sql 文件](https://drive.google.com/uc?export=download&id=0ByI5-ZLwpo25RFZFaVpsUGM1M1U) **注意** –在本教程的此處,源表和目標表都存在于同一數據庫模式(guru99)中。 但是,您也可以在其他架構中創建目標。 **步驟 1** -在 Informatica Designer 中,單擊目標設計器圖標以啟動目標設計器。 ![Source Analyzer and Target Designer in Informatica](https://img.kancloud.cn/b4/9d/b49db97beb988a40559ad4fc63a5f54d_613x388.png "Source Analyzer and Target Designer in Informatica") **步驟 2-**在下一步 1. 從主菜單中選擇選項“目標” 2. 從數據庫選項中選擇“導入” ![Source Analyzer and Target Designer in Informatica](https://img.kancloud.cn/81/91/819175c15156c357d63380ae661bd177_513x452.png "Source Analyzer and Target Designer in Informatica") **步驟 3** -在導入表窗口中。 1. 為 oracle 數據庫選擇 ODBC 數據源。 2. 輸入數據庫用戶名 3. 輸入數據庫密碼 4. 單擊連接/重新連接按鈕。 這將顯示數據庫用戶的表。 5. 展開表格文件夾下的樹,然后選擇 EMP_TARGET 表 6. 選擇確定按鈕 ![Source Analyzer and Target Designer in Informatica](https://img.kancloud.cn/ab/0c/ab0c13542444859c6f24925fa5bdceb1_549x429.png "Source Analyzer and Target Designer in Informatica") 這將在 Informatica Powercenter 的 Target Designer 中導入目標。 使用“ ctrl + s”鍵保存更改。 ![Source Analyzer and Target Designer in Informatica](https://img.kancloud.cn/ec/82/ec82d86f9b7e417e8b4c2d45531da13b_671x357.png "Source Analyzer and Target Designer in Informatica") 在本教程中,您已導入源和目標。 現在,您已經準備創建第一個映射。 ## 如何在 Informatica 中創建文件夾 Informatica 文件夾是邏輯容器,用于保留您在 Informatica Designer /工作流管理器中創建的對象(映射,mapplet,源,目標等)。 創建文件夾 **步驟 1** –打開存儲庫管理器 ![Source Analyzer and Target Designer in Informatica](https://img.kancloud.cn/cd/0d/cd0d7db89252aeb25e5d9668afc12b4f_459x157.png "Source Analyzer and Target Designer in Informatica") **注意**-如果已經打開 Informatica Designer,則可以使用工具箱中的快捷方式打開存儲庫管理器。 ![Source Analyzer and Target Designer in Informatica](https://img.kancloud.cn/d5/ad/d5add165a532da389f27798b81679ad3_985x245.png "Source Analyzer and Target Designer in Informatica") 這將在單獨的窗口中打開 Informatica 存儲庫管理器。 ![Source Analyzer and Target Designer in Informatica](https://img.kancloud.cn/b7/c0/b7c0c3818b985e487503d50e52e764e2_1050x271.png "Source Analyzer and Target Designer in Informatica") **步驟 2** -遵循以下步驟 1. 點擊文件夾菜單 2. 選擇創建選項 ![Source Analyzer and Target Designer in Informatica](https://img.kancloud.cn/60/a4/60a4ad3526347ae5c13599bb8107ba6c_690x150.png "Source Analyzer and Target Designer in Informatica") **步驟 3** –下一步 1. 輸入所需的文件夾名稱 2. 選擇確定 ![Source Analyzer and Target Designer in Informatica](https://img.kancloud.cn/39/08/390871fc613a0435553abed416f48cba_424x534.png "Source Analyzer and Target Designer in Informatica") 這將創建一個新文件夾,并顯示一條消息,提示“該文件夾已成功創建”。 ![Source Analyzer and Target Designer in Informatica](https://img.kancloud.cn/77/a6/77a6df39a8aaf20382f2c3512f54e977_367x194.png "Source Analyzer and Target Designer in Informatica") 新創建的文件夾將在相應的存儲庫下列出。 ![Source Analyzer and Target Designer in Informatica](https://img.kancloud.cn/ee/8e/ee8e5477f52ffd77c758aa1c3236caca_289x245.png "Source Analyzer and Target Designer in Informatica") 這樣就完成了本教程。 下一個見!
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看