About 99 results
Open links in new tab
  1. oracle data integrator - ODI Studio won't start on Windows 11

    May 26, 2023 · According to Oracle Support, Oracle Data Integrator Studio 12.2.1.3.0 is certified on these Windows versions: Microsoft Windows x64 (64-bit) 8.1 Microsoft Windows x64 (64 …

  2. oracle data integrator - ODI 12 how to store a value in a variable …

    Jun 14, 2023 · At the procedure step in the ODI script, I use Jython, take the values from the tables I need - I get a string -> put it in VERSION -> I need to pass the VERSION value …

  3. Oracle Data Integrator - Package - Refresh variable and pass value …

    Oct 13, 2021 · Hi, is it possible to refresh variable in a package and then pass that exact just refreshed value to scenarios inside that package using "additional variables" scenario property?

  4. Difference between lookup and join in oracle data integrator

    Jan 18, 2022 · Difference between lookup and join in oracle data integrator Asked 3 years, 11 months ago Modified 3 years, 11 months ago Viewed 3k times

  5. oracle data integrator - Passing variable to scenario in ODI 11G …

    Jun 20, 2020 · I have a trouble with passing variable value to ODI scenario. On property inspector for scenario step I check "overwrite" against a variable and then provide as a value …

  6. what is Oracle data integrator? - Stack Overflow

    Jul 5, 2012 · What is ODI? what is the actual use of ODI? how oracle data integrator tool, helps with programming? what actually is the difference between an sql developer tool and an ODI …

  7. How to call a Mapping for each incoming file in Oracle Data …

    Oct 6, 2016 · 0 I am working with Oracle Data Integrator 12c and I have a number of txt files, which somebody copies into a folder "/import". ODI should notice this and call a Mapping for …

  8. Run python script oracle data integrator (ODI) - Stack Overflow

    Nov 22, 2022 · I am looking for help to be able to execute a python script on oracle data integrator (ODI) I have not found any documentation for this process I would appreciate if someone can …

  9. sql server - SSIS vs. Oracle Data Integrator - Stack Overflow

    Currently I am a Data Engineer that works mainly with SSIS. While reading about the ETL tools available in the market, i found that Oracle has its own ETL tool called ODI (Oracle Data …

  10. oracle data integrator - Approach on how to delete records from …

    Jan 7, 2020 · I have a scenario in ODI 12c where i need to delete the records from target table on a where condition. SQL Interpretation of ODI Logic: delete from target table where …