Setting up the Notary Service for Oracle RAC (Corda Enterprise).
I need some help configuring Corda Enterprise in Oracle RAC (reference: \"Highly Av
The use of Oracle RAC to create a HA notary has not been tested. In theory, any database that can be configured to have zero data loss can be used (if the DB doesn't guarantee zero data loss, i.e. it is not strongly consistent and/or doesn't have synchronous replication, data may be lost in failover, allowing double-spends). However, the MySQL HA notary implementation uses some MySQL-specific syntax that may not work with Oracle RAC.
Regarding your specific questions:
Yes, it may work. However, note the caveats above. This has not been tested and it may not work (e.g. due to MySQL-specific syntax). There is no oracle
tag.
Under notary.serviceLegalName
.
Yes, it may work. However, note the caveats above. This has not been tested and it may not work (e.g. due to MySQL-specific syntax).
Remember that each worker needs their own local database, just like a regular Corda node. They also need a shared database that is used for notary-service-specific data.
Yes, that configuration looks like it may work correctly.