6.4.2 OracleConnection Constructors
OracleConnection constructors instantiate new instances of the OracleConnection class. 
                  
Overload List:
- 
                        
                        This constructor instantiates a new instance of the OracleConnectionclass using default property values.
- 
                        
                        This constructor instantiates a new instance of the OracleConnectionclass with the provided connection string.
- 
                        OracleConnection(string, OracleCredential) This constructor instantiates a new OracleConnectionclass instance using the provided connection string andOracleCredentialclass.