Top "Oracle-call-interface" questions

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

PHP 5.4 compilation with PDO-OCI driver using Oracle Instant client 10.2.0.4

I have downloaded Instant client 10.2.0.4 basic and sdk zip files from Instant Client downloads for Mac OS X (Intel x86), …

php pdo oracle-call-interface instantclient
Oracle thin driver vs. OCI driver. Pros and Cons?

When you develop a Java application that talks to oracle DBs, there are 2 options right? One is oracle thin driver, …

java oracle persistence oracle-call-interface
Rails NoMethodError: undefined method new for BigDecimal:Class

My app is on: ruby-2.6.4 Rails 4.2.8 activerecord-4.2.8 I'm upgrading a rails app to ruby-2.6.4 When running a rake task in …

ruby-on-rails-4 bigdecimal oracle-call-interface
How to fetch single row from Oracle in PHP?

I want to know how to fetch single row from Oracle in PHP? Chedck my script-: I want to fetch …

php oracle row fetch oracle-call-interface
oci_bind_by_name and to_date PHP/OCI/Oracle

I have the following: $ARTIFACT_NAME = $_POST['ArtifactName']; $ARTIFACT_TYPE = $_POST['ArtifactType']; $ARTIFACT_LOCATION = $_POST['ArtifactLocation']; $ARTIFACT_DOMAIN = $_POST['ArtifactDomain']; $…

php oracle oracle-call-interface ora-01858
Perl script raising oci.dll error, DBD

I have perl script which connects to an Oracle database, opens a text file and loads the data from the …

windows perl oracle-call-interface dbd
oci_bind_by_name: PHP Fatal error: Only variables can be passed by reference

I'm trying to call a function from an Oracle package and I'm getting this error: PHP Fatal error: Only variables …

php oracle11g iis-7.5 oracle-call-interface
How to get OCI lib to work on red hat machine with R Oracle?

I need to get OCI lib working on my rhel 6.3 machine and I am experiencing some trouble with OCI headers …

oracle r redhat oracle-call-interface rstudio-server
OCI invalid operation ORA-01010

I am running a batch application that processes huge data files and puts the data into an Oracle 11g database. …

oracle jdbc oracle-call-interface ucp
SQLSTATE[HY000]: OCISessionBegin: ORA-21561: OID generation failed

I'm receiving the following error when trying to do a PDO OCI SQL query on one of my web servers: …

php oracle pdo oracle-call-interface