Persistence service with oracle ,only create a table with GUID column and STATE column.
But tracking service with oracle, a lot of table must be created.
Can you tell me a easy way to do that, thanks
Persistence service with oracle ,only create a table with GUID column and STATE column.
But tracking service with oracle, a lot of table must be created.
Can you tell me a easy way to do that, thanks
How to tracking with oracle?
sanjay_shinder
Add some comments here:
SqlTrackingService and SqlWorkflowPersistenceService are SQL-based. They do not support Oracle. You need to create your own tracking and persistence services for Oracle.
The SDK samples can be used as a good starting point for custom persistence and tracking services.
acgentry
DexterDurai
No one answer my question.