The Oracle Instant Client is an easy to install client for Oracle Databases utilizing the Oracle Call Interface (OCI)
Questions tagged [instantclient]
145 questions
0
votes
2 answers
Installing oci8 on Centos 8 running Apache and php-fpm
I have oracle instantclient 19.3 installed and can see that OCI8 is loaded in PHP from a terminal by running php -m. I also added LD_LIBRARY_PATH and ORACLE_HOME and environment variables to /etc/php-fpm.d/www.conf. They show up correctly in the…

Steve Lloyd
- 773
- 2
- 12
- 33
0
votes
1 answer
How to install Oracle driver on Apache Superset (without internet access)
I opened this question as a large number of people fail to install Oracle driver on Apache Superset with or without internet access.

Taeith
- 51
- 1
- 7
0
votes
2 answers
JupyterHub Oracle InstantClient and cx_Oracle installation
I installed JupyterHub using Docker container.
I created a new Anaconda Environment "cx_oracle_env", and installed package cx_Oracle in Terminal:
# Creates a new Anaconda Environment called "cx_oracle_env" using Python 3.7 in silent mode
conda…

Peter
- 157
- 4
- 11
0
votes
1 answer
Connect to linked server (Oracle) in SQL Server using Instant Client
I need to connect to a remote database (Oracle) using a MS SQL Server (2019) linked server. What I did so far:
Installed Oracle Instant Client x64 and the ODBC drivers on the machine where the SQL server is running
Created a symlink to the central…

Michael Tobisch
- 1,034
- 6
- 15
0
votes
4 answers
ORA-28547 with php-fpm in docker container
I got a working php-fpm docker container acting as the php backend to a nginx frontend. What I mean by working, is that it renders phpinfo output in the browser as expected.
My php-fpm container was produced by php-fpm-7.4 prod of the devilbox…

MisterWalrus
- 116
- 9
0
votes
1 answer
Connecting Pycharm with an Oracle SQL Database? - Error: DPI-1047
i would like to connect PyCharm with an Oracle SQL Database, which is on a remote computer. I have installed cx_Oracle version 8.0 and followed the following Tutorial:…
0
votes
1 answer
Deploy instant oracle on Pivotal CloudFoundry for cx_Oracle
so im trying to push a python api with cx_oracle dependency which also need oracle instant client,but i couldnt found an tutorial to deploy instant client on pcf,is anybody ever do this before or have any example what should be done? appreciate…

Beavis Luckyano
- 33
- 4
0
votes
1 answer
Docker node-oracledb image build runs into conflict Oracle Instant Client version
I'm not a very savy docker developer, and as part of following a tutorial on my company's documents I'm running into an issue while trying to build a docker image using docker build . -t image_name.
The issue seems to be complaining about a conflict…

Behrooz
- 1,895
- 4
- 31
- 47
0
votes
0 answers
Microsoft ODBC driver for Oracle Instant Client
I am new to Oracle databases, and I was wondering if you could install a Microsoft ODBC Driver (or any ODBC Driver) for Oracle instant client? I am unable to run the Oracle instant client ODBC driver install, because my computer cannot recognize the…

Amber
- 1
0
votes
0 answers
How to remove Oracle Instant Client 19.6 on Ubuntu
So i'm using Ubuntu 18.04 and trying to install Oracle SQL*Plus. I googled it and found Oracle Instant Client, I installed it using this tutorial(install rpm package using alien). Following that tutorial i have installed this…

rezayds
- 23
- 4
0
votes
0 answers
Problem with building go proyect in docker (Build in Alpine and execute in Oracle Linux)
I have a problem building go proyect, I build with golang:alpine and copy the result to oraclelinux:7-slim the problem is when I execute the docker image the result is a error
"standard_init_linux.go:211: exec user process caused "no such file or…

ALberto
- 1
- 1
0
votes
0 answers
cx_Oracle cannot locate 64 bit oracle client library despite the installation
I've been trying to use the python cx_Oracle module and it continuously throws the error -
cx_Oracle.DatabaseError: DPI-1047: Cannot locate a 64-bit Oracle Client library: "The specified module could not be found". See…

rameez md
- 15
- 1
- 5
0
votes
0 answers
Connect Oracle Database from Google App Engine with Node JS
We have configured Google VPC to connect Internal Network from Google Cloud. We are having Oracle Database and we are trying to connect this database from App Engine via Node JS (Standard Environment preferred). I have written a Node JS application…

Rituparno Bhattacharya
- 319
- 8
- 23
0
votes
1 answer
Using Oracle Instant Client on ASP.NET. Getting ORA-12154 or 12545 Error
I have a web service that I have deployed and am using an Oracle Instant Client instance in the bin folder. The problem is, no matter what connection string I use on a Testing Server, i get a ORA-12154 error or a ORA-12545 error.
Here's the…

SpaceCowboy74
- 1,367
- 1
- 23
- 46
0
votes
2 answers
In R (and when installing ROracle package), how do I set OCI_LIB64?
In R (and when installing ROracle package), how do I set OCI_LIB64? I've downloaded Oracle Instant Client and have pointed the wd and the OCI_LIB64 to that. I have Windows 10 Enterprise. It's RStudio version 1.1.463 and R version 3.4.3.
I tried the…

Scott R
- 133
- 2
- 13