Top "Oraclecommand" questions

An OracleCommand object represents a SQL command, a stored procedure, or a table name.

OracleCommand timeout

ODP.NET documentation for OracleCommand.CommandTimeout says Default is 0 seconds, which enforces no time limit. When the specified timeout value …

.net oracle odp.net oraclecommand
ORA-01036: illegal variable name/number

I retrieve data from Oracle database and populate a gridview. Next, I try to run a query to select some …

c# asp.net gridview select oraclecommand
Performing an Oracle Transaction using C# and ODP.NET

I'm confused. On the face of it, performing a transaction in C# seems simple. From here: http://docs.oracle.com/…

c# transactions oracle11g oraclecommand
OracleCommand command, ExecuteNonQuery issue

I have to clear certain tables in the oracle database however when I'm having issues with running the following code …

c# sql oracle10g executenonquery oraclecommand
OracleCommand Update does not commit changes

I am using the following code to update a table in oracle. It executes but the update does not commit. …

c# oraclecommand