153 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
350
views
pythono-oracledb thick mode fail: libaio.so.1: cannot open shared object file
I have FastAPI app, and its Dockerfile looks like this:
FROM python:3.12-slim
# Oralce dep
WORKDIR /opt/oracle
RUN apt-get update && apt-get install -y iputils-ping wget unzip libaio1
RUN wget ...
0
votes
2
answers
65
views
Add Oracle DB driver to existing PHP server on Redhat [closed]
I want to access an Oracle DB from my PHP scripts. On my Red Hat 8.8 server I ran
sudo yum install https://download.oracle.com/otn_software/linux/instantclient/oracle-instantclient-basic-linuxx64.rpm
...
0
votes
1
answer
381
views
python-oracledb fails when initializing thick mode in Docker
I am trying to initialize python-oracledb in Thick Mode. It works on my Mac M1 Pro, but when I try to containerize my application with Docker, I get DPI-1047: Cannot locate a 64-bit Oracle Client ...
0
votes
0
answers
20
views
Unexpected Additional Calls to Oracle Server During Application Shutdown Using oci.dll (oci21) – How to Prevent This?
I have a simple application using oci.dll (Oracle.DataAccess and Oracle Instant Client) with the following code:
Console.WriteLine($"Connection create...");
using (var connection = new ...
0
votes
1
answer
154
views
How to add tnsping to a docker image
I am creating a docker image FROM public.ecr.aws/lambda/python:3.9 for AWS Lambda, in which I add Oracle Instant client the following way:
RUN curl -o instantclient.zip https://nexus.mycompany.com/...
1
vote
0
answers
121
views
Docker: Oracle Instant Client Dockerfile error
I have written a Docker Compose and a Dockerfile that provides me with a development environment. The container also runs without any problems up to the point where it is about the docker-php-ext-...
user avatar
user8462918
0
votes
1
answer
460
views
ORA-24960: the attribute OCI_ATTR_PASSWORD error when connecting to oracle-instant-client in node alpine (docker) in thickmode
Dockerfile
FROM node:20.11.1-alpine AS alpine
RUN apk add --no-cache \
tzdata libaio libnsl libc6-compat
COPY ./src/instantclient-basiclite-linux.x64-23.4.0.24.05.zip /tmp/instantclient-...
2
votes
1
answer
266
views
How to compile and run an Oracle OCI/OCCI program with C++ in Alpine
I have some problems trying to compile (more precisely, link) an OCCI program with C++ in an Alpine docker.
I already have installed Instant Client 21.14 following some of the steps in this question, ...
0
votes
1
answer
1k
views
Incompatible version of libocijdbc
I am using mybatis-config.xml to connect Oracle jdbc Driver and can ran correctly by using following connection.
<property name="url" value="jdbc:oracle:thin:@service_name/>
But ...
0
votes
1
answer
176
views
cx_Oracle DatabaseError: DPI-1047
I'm trying to run my Django application in Docker, but I'm getting an error: cx_Oracle.DatabaseError: DPI-1047: Cannot locate a 64-bit Oracle Client library: "/root/lib/oracle/instantclient_23_4/...
0
votes
1
answer
90
views
I am working on Windows server migration from 2008 R2 to 2019, getting oci_pconnect error when OCI module is present
I am facing a deadlock situation where when I run the extension_loaded(oci8) command through command prompt, it returns true but same the code returns false in a php function when loading the webpage.
...
1
vote
1
answer
200
views
OS X Monterey PHP 8.1 unable to find oci8.so
I downloaded and installed Oracle InstantClient from https://www.oracle.com/database/technologies/instant-client/macos-intel-x86-downloads.html, and installed it via the Instructions for OS X Monterey....
0
votes
0
answers
650
views
How to install Oracle OCI header files for building things?
We have a web server running Oracle Enterprise Linux (OEL v6.8) which includes the Oracle HTTP Server (OHS; a customized version of Apache). The OS has Perl v5.10.1 installed. The database version ...
2
votes
3
answers
1k
views
python-oracledb module fails to use instantclient in a docker container
I'm trying to build a docker image to access an oracle database
at runtime, I'm having the following error message: DPI-1047: Cannot locate a 64-bit Oracle Client library: "/oracle/instantclient/...
0
votes
1
answer
378
views
how to install oracle instantclient to connect multiple remote databases from local machine/environment in windows?
Install Oracle (instantclient) sqlplus client in our local Windows machine with connect report database without login into linux server.
I Tested with Oracle "instantclient_21_10" version