Skip to content

Process Runner Script Executor (experimental)

Peter G. Horvath edited this page Nov 1, 2016 · 3 revisions

Process Runner Script Executor allows the client to execute local operating system commands or console oriented applications via the JDBC API. Once the connection is established, the user script will be passed to the local operating system and the output captured will be returned as a Java JDBC Result Set.

Please note that this feature is EXPERIMENTAL.

The (experimental) Process Runner uses the following JDBC URL: jdbc:dyna4jdbc:experimental-process-runner

Clone this wiki locally