H2 database to Oracle

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2012 10:05 AM
Hi Team,
We have our own database with our own tables. Our plan is to include activiti tables into our oracle database and the activiti engine pointing to the oracle database.
Is there a way i can get the oracle version of the DDL scripts?
I am guessing the solution here.. The build.xml should be changed with the oracle database properties. And when you run the demo.install, it should create the structure in the oracle database.
Could you correct me?
Thanks,
Raj
We have our own database with our own tables. Our plan is to include activiti tables into our oracle database and the activiti engine pointing to the oracle database.
Is there a way i can get the oracle version of the DDL scripts?
I am guessing the solution here.. The build.xml should be changed with the oracle database properties. And when you run the demo.install, it should create the structure in the oracle database.
Could you correct me?
Thanks,
Raj
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2012 03:05 AM
The DDL scripts are in the source code: see https://github.com/Activiti/Activiti/tree/master/modules/activiti-engine/src/main/resources/org/acti...
In the next release, all DDL scripts will be given a prominent place in the distribution so that will make your life a bit easier on that front.
In the next release, all DDL scripts will be given a prominent place in the distribution so that will make your life a bit easier on that front.
