Issues while running ODI mapping in OCI. (ODI Marketplace)
-
Using LKM Oracle to Oracle Pull (DB Link)
-
Pulling data from Oracle DB to Oracle Autonomous Database
-
Using ADB as staging
In the screenshot below, we are running a mapping to push data from Onprem to Oracle Autonomous DB. However, an error occurred when running the mapping.
Error Screenshot
Upon investigating the issue, we discovered that the Create_DB_Link option in the Loading Knowledge Modules of the mapping was set to True, which caused the problem. This setting led to the automatic creation of a database link for the source database, resulting in the error.To resolve this issue we Manually Create a DB link using below Document.
https://docs.google.com/document/d/1erV5a6QjXzZDxwE22usQ6zzXONpVOPoqC-IReHyW_TI/edit?usp=drive_link
Once the database link is created go to the loading Knowledge Module Properties of the mapping, as shown in the image below. Set the Create_DB_Link option to False, as depicted in the screenshot
Then, specified, the newly created database link name in the Source_Access_DB_Link option, as highlighted in the screenshot below.
We added the KM Oracle Insert as highlighted in the screenshot below. Causing the Issue to resolve and smooth running of the mapping.