OracleGlobalConfiguration
A class that is being used to initialize the necessary settings for the Oracle data provider.
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.