OracleGlobalConfiguration
This class exposes the UseOracle() extension method of GlobalConfiguration, which wires up all the necessary dependencies for Oracle (via OracleBootstrap).
Usability
GlobalConfiguration
.Setup()
.UseOracle();
Call this once during application start-up, before opening any
OracleConnection.