Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
1 answer
350 views

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

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 ...
Max B's user avatar
  • 400
0 votes
1 answer
381 views

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

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

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

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
0 votes
1 answer
460 views

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

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

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

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 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

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....
dbcn's user avatar
  • 248
0 votes
0 answers
650 views

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

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

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

15 30 50 per page
1
2 3 4 5
...
11

AltStyle によって変換されたページ (->オリジナル) /