Top "Oracle-call-interface" questions

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

Connecting to Oracle DB using Ruby

I am stuck with connecting to Oracle DB, have read lots of stuff but no help on result. I have …

ruby oracle database-connection oracle-call-interface
PHP & Oracle - oci_connect() ORA-12705: Cannot access NLS data files

We've been using Oracle on our server for years, but someone from IT removed it yesterday without clear warning and …

php oracle oracle-call-interface
Enabling PDO OCI

I've tried to install OCI, so I can use new PDO("oci:dbname... After 1,5h of fight I've installed oracle …

php oracle ubuntu pdo oracle-call-interface
THE Procedure entry point OCIstmtgetNextresult could not be located in the dynamic link library oci.dll

I just installed xampp v3.2.2 on my pc. I want to create connection string to oracle using php. when i …

php oracle dll xampp oracle-call-interface
installing php-devel on RHEL6 (PHP 5.3.3)

I'm trying in vain to get the php oci_* extensions installed on our server, but i've hit a brick wall. …

php redhat pecl oracle-call-interface
ocijdbc11 Not found in java.library.path

I inherited a small java utility from other developer -- just a couple of .java files and executable .jar. I …

java oracle jdbc aix oracle-call-interface
JDBC Connect String for Oracle OID Using OCI Driver

I know how to connect to oracle using OID and the thin client jdbc driver: jdbc:oracle:thin:@ldap://server:…

oracle jdbc oracle-call-interface oid
PHP interpreter gets undefined constant OCI_COMMIT_ON_SUCCESS with ADODB

I wrote a php script that must be run on the php interpreter (Without Apache), which uses the adodb library …

php oracle11g interpreter adodb oracle-call-interface
Oracle, PDO_OCI vs OCI8

The company I work for currently uses some basic functions to abstract the OCI libraries as a means for DB …

php oracle pdo oracle-call-interface
GOPATH environment variable not set

I'm trying to install the Oracle Driver for Go (go-oci8) following these instructions The problem I'm facing is with the $…

linux oracle go oracle-call-interface