I find persistence service and tracking service for oracle several days, but nothing I can find.
first question:How can I get the persistence service and tracking service for oracle If I write them by myself, is it possible
second question: if I have the persistence service and tracking service for oracle, does any other work I must do I can't find anything in WWF for let developer select database such as Sql Server or Oracle.
thanks!

can wwf use oracle but not SQL Server?
Scott
There is a custom file persistence service in the sdk that shows how to build a persistence service. you'll need to supply the implementation to persist to oracle.
Matt
ernieracer
Yes, if you want to do persistence or tracking to Oracle, you'll need to write your own persistence service and tracking service. there are examples in the SDK for writing both of these types of services.
Matt
yitzle
Matt, thanks!
" there are examples in the SDK for writing both of these types of services. "
do you mean the examples is in
"Microsoft SDKs\Windows Workflow Foundation\Samples\Samples\Technologies\Tracking",but I can find the useful examples for persistence for oracle, can you tell me the detaile
thanks again!