OceanBase Connector/NET OracleCommand supports ExecuteNonQueryAsync, ExecuteScalarAsync, result set retrieval, the PS protocol, and stored procedure calls.
Supported features
- ExecuteNonQueryAsync, ExecuteScalarAsync, and result set retrieval
- CommandType.Text
- CommandType.StoredProcedure
- OracleParameter.Add (input in text mode; output, inputoutput, and returnvalue in stored procedure mode)
- refcursor (used with stored procedures)
Unsupported features
- Returning result sets by using output parameters in non-stored procedure scenarios