6.2.2 OracleCommand Constructors
OracleCommand constructors instantiate new instances of OracleCommand class.
                  
Overload List:
- 
                        
                        This constructor instantiates a new instance of OracleCommandclass.
- 
                        
                        This constructor instantiates a new instance of OracleCommandclass using the supplied SQL command or stored procedure, and connection to the Oracle database.
- 
                        OracleCommand(string, OracleConnection) This constructor instantiates a new instance of OracleCommandclass using the supplied SQL command or stored procedure, and connection to the Oracle database.