Friday, June 22, 2012

Oracle Data Integrator and Jython


Oracle Data Integrator and Jython

Jython (Java version of Python) is an object-oriented scripting language. Jython scripts run on any platform that has a java virtual machine.
Oracle Data Integrator includes the Jython Interpreter within the execution agent. The agent is able to run script written in Jython.
Oracle Data Integrator users may write procedures or knowledge modules using Jython, and may mix Jython code with SQL, PL/SQL, OS Calls, etc.
Thanks to Jython, the programming capabilities of Oracle Data Integrator are dramatically increased. It is possible to perform complex processing with strings, lists, "dictionaries", call FTP modules, manage files, integrate external Java classes, etc.
Note: To use Jython code in KM procedure commands or procedures commands, you must systematically set the technology to Jython.

No comments:

Post a Comment