Dear CloverETL,
As far as I know, CloverETL server use Apache Derby DB as a default database.
In production environment, I want to use Orace Database as a storage of configuration.
Which version of Oracle database support? (such as Oracle 9, 10, 11, 12c etc)
Thank you,
Bongki.
http://www.cloveretl.com/documentation/ … _0_057.pdf
Examples of DB Connection Configuration
In standalone deployment (non-clustered), configuration of DB connection is optional, since embedded Apache
Derby DB is used by default and it is sufficient for evaluation. However, configuration of external DB connection
is strongly recommended for production deployment. It is possible to specify common JDBC DB connection
attributes (URL, username, password) or JNDI location of DB DataSource.