Top "Oracle-call-interface" questions

OCI is the Oracle Call Interface, used for direct programming access to an Oracle Database.

How to find out when an Oracle table was updated the last time

Can I find out when the last INSERT, UPDATE or DELETE statement was performed on a table in an Oracle …

oracle oracle-call-interface
libaio.so.1: cannot open shared object file

I have a simple test program that when I run I get: ./hello: error while loading shared libraries: libaio.so.1: …

linux oracle oracle-call-interface
Fatal error: Call to undefined function oci_connect()

I have the next lines uncommented (in my php.ini): extension=php_oracle.dll extension=php_oci8.dll And I …

php oracle iis oracle-call-interface instantclient
Call to undefined function oci_connect, php_oci8_12c.dll, windows 8.1, php5.6.6

I have a simple php script: <?php $db_user = 'myusername'; $db_pass = 'mypassword'; $db_sid = 'mysid'; $conn = oci_connect( $…

php oracle oracle11g oracle-call-interface
java.lang.UnsatisfiedLinkError: no ocijdbc11 in java. library.path

i am trying to make jdbc oci connection to oracle 11g that uses os authentication i made a sample console …

java oracle jdbc oracle-call-interface
can not load oci8 -> Fatal error: Call to undefined function oci_connect()

I want to connect to my oracle database, but i have a problem with function oci_connect. i have tried …

php oracle oracle-call-interface oci8
how to install oracle instant client for xampp

I have XAMPP for Windows 1.7.3 installed. I'm using Zend Framework and need to use the pdo_oci8 extension. I've enabled …

php oracle-call-interface oci8
Oracle OCI and Thin drivers are missing in SQuirreL SQL

I downloaded SQuirreL SQL and I want to use it as an Oracle client, but when I go to Drivers …

oracle-call-interface ojdbc squirrel-sql
PHP Warning at startup while trying to load php_oci8.dll

I'm using XAMPP and trying to configure Oracle connection for sql. I uncommented the line extension=php_oci8.dll and …

php oracle oracle-call-interface
INSERT of 10 million queries under 10 minutes in Oracle?

I am working on a file loader program. The purpose of this program is to take an input file, do …

sql database oracle oracle-call-interface bulk-load