Search notes:

Oracle.DataAccess.Client.OracleCommand (class)

Oracle.DataAccess.Client.OracleCommand represents an (Oracle-) SQL statement.
OracleCommand derives from System.Data.Common.DbCommand.

InitialLONGFetchSize

I found the InitialLONGFetchSize property to be immensly valuable when I needed to extract long raw data from a table: if this value is set to -1, an ADO.NET program can access the entire length of the binary data that is stored in a long raw, even if larger than 32 KB!
See the Oracle.DataAccess.Types.OracleBinary class for an example that demonstrates how long raws are extracted from tables.

See also

ExecuteNonQuery()

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Microsof...', 1758198567, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Microsoft/dot-net/namespaces-classes/Oracle/DataAccess/Client/OracleCommand/index(47): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78