Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
We have tested Joget Workflow v3 with Oracle 10g Express, and generally it ran fine. However, if you have found any issue, please feel free to [inform the community through forum discussion|FORUM:Running Joget Workflow with Oracle].
# Create a database schema in Oracle, name it as jwdb (or other preferred name).
# Download jwdb_oracle.sql, and load this SQL file to "jwdb" schema. This will populate all necessary Joget Workflow table structure into "jwdb".
Code Block | ||
---|---|---|
| ||
workflowUser=jwdb
workflowPassword=jwdb
workflowDriver=oracle.jdbc.driver.OracleDriver
workflowUrl=jdbc\:oracle\:thin\:@hostname\:1521\:XE |
Each profile contains 5 datasources. So, as shown above, each property (such as datasource URL) repeats 5 times.
You may need to change the datasource URL, database user, and database user's password accordingly.
Code Block | ||
---|---|---|
| ||
currentProfile=oracle |