For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hi,
Is there any example on how to use FAN with cx_Oracle?
Cheers,
Mauricio
The process is similar to other FAN environments.
Enable events mode in cx_Oracle, see Module Interface — cx_Oracle 6.0rc2 documentation
In general I'd recommend using a session pool.
Add any extra error handling you want to the application.
Make sure the DB service is configured to emit events, e.g. with svrctl.
FAN is a specialist topic, so check out some of the forums on OTN.
Thanks CJ I'll look at the documentation.