Skip to Main Content

DevOps, CI/CD and Automation

Announcement

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!

cx_Oracle and Oracle FAN on RAC

Mauricio75Aug 3 2017 — edited Aug 4 2017

Hi,

Is there any example on how to use FAN with cx_Oracle?

Cheers,

Mauricio

This post has been answered by Christopher Jones-Oracle on Aug 4 2017
Jump to Answer

Comments

Answer

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.

Marked as Answer by Mauricio75 · Sep 27 2020
Mauricio75

Thanks CJ I'll look at the documentation.

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 1 2017
Added on Aug 3 2017
2 comments
760 views