I have some C code to populate an OCIDate from the epoch time: In my main program: OCIDate ocidate; epoch_to_ocidate(c.f, &ocidate);
I am getting stale connection error when there is no requests to the database from my java application for couple of hours.
I\'ve a standalone application that we use to connect to the Oracle database. In the past, we used JDBC to connect to it, but now due to various reasons we\'ve switched t开发者_C百科owards using OCI t
I am looking for a s开发者_开发技巧ample program using the OCI JDBC driver (Implementation-Version: 11.2.0.1.0) trying the query notification feature provided by Oracle 11gr2. Since the oracle link sh
I have been reading about how to connect to my oracle database from my C# win application, but I keep “hitting the wall”. I have decided to use odp.net and OCI, such that the client computer not nee
Is there any way to check if an SQL query for Oracle would run successfully (by successfully I mean that the query is syntactically correct, all the table/column names exist, the user has proper permi
Basically I have a C++ app which login to oracle db using OCI. DB is configured to authenticate users from windows domain user accounts.
I want to fix zeoslib bug in writing long raw data bug description: Memo1.Lines.LoadFromFile(\'c:\\t\\ZDbcMetadata.pas\'); // file size ~ 170Kb
Im using the OCI libraries from oracle 9i(personal edtn) for connecting to the database from my c program.(im using visual c++ 2005)
I am using Oracle Database 11g Release 11.2.0.2.0 and trying to enable the o开发者_运维百科ci client cache. It isn\'t working.