OCI is the Oracle Call Interface, used for direct programming access to an Oracle Database.
I am getting stale connection error when there is no requests to the database from my java application for couple …
java jdbc oracle10g connection-pooling oracle-call-interfaceSuccinct Version: I'm looking for a C++ OCI adaptation of the following Java technique, where code is able to bind …
c++ sql oracle oracle-call-interface bind-variablesWhat I'm doing I'm working on an Oracle driver incorporating OCI. To test it (mostly stability and fixing memory leaks), …
oracle oracle11g oracle-call-interface oracle-xeI'm new to Oracle and using OCI with PHP. I've been doing ok until I've tried to do an update …
php sql ajax oracle oracle-call-interfaceAs there is not ready made function in oracle to validate the Query so created. So I tried below code …
php oracle oracle-call-interfaceMy OCI application is returning ORA-03106 ("fatal two-task communication protocol error") when performing a SELECT * FROM mytable where mytable has …
oracle oracle10g oracle-call-interfaceOracle OCCI for VS2010 contains following files: oraocci11.dll (~ 500 KB) oraocci11.lib (~ 800 KB) oraocci11.sym (~ 546 KB) The DLL is obvious. …
visual-c++ dll debug-symbols oracle-call-interface occiThis last two days I spend trying to build both debug and release Oracle database drivers for Qt without success. …
windows makefile mingw oracle-call-interface qoci