How to tracking with oracle?

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




Answer this question

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

    One place to start to see how a tracking service can be implemented is within the SDK samples, there is a tracking service written that uses a file system as the store for the information, as well as one which logs to the console.

  • DexterDurai

    O.

    No one answer my question.



  • How to tracking with oracle?