Questions tagged [instantclient]

The Oracle Instant Client is an easy to install client for Oracle Databases utilizing the Oracle Call Interface (OCI)

145 questions
2
votes
2 answers

Alternative download sites for Oracle tools

I want to download the Oracle Instant Client for Linux x86-64 (64-bit) for some time now. Now I noticed that the website has been experiencing technical difficulties for the last couple of months. To download anything from Oracle an account is…
onknows
  • 6,151
  • 12
  • 65
  • 109
2
votes
1 answer

Oracle in instantclient_12_2 ODBC driver could not be loaded

I Was trying to do the connection between Oracle and QT while I'm in creating a new data source there were a problem that I couldn't solve first step 2nd step the problem when I go and check the instant client I found sqoras32.dll I don't know why…
Louay GOURRIDA
  • 190
  • 1
  • 3
  • 14
2
votes
0 answers

OCI-21560 OCIObjectNew OCI_TYPECODE_TABLE

I am stuck with this problem for a while now. I went through tons of code / examples and docs on this (not much though). What I am trying to do is: Reading and Writing a PL/SQL tables through Procedure IN/OUT parameters using OCI from C. The Oracle…
2
votes
2 answers

cx_Oracle.DatabaseError: ORA-12170: TNS:Connect timeout occurred

I am getting cx_Oracle.DatabaseError: ORA-12170: TNS:Connect timeout occurred error while connecting oracle from python. I have installed python 3.7.0 and instantclient_11_2. Below are the process i am doing, import cx_Oracle dsn_tns =…
techie
  • 21
  • 1
  • 2
2
votes
1 answer

oci8, php7 and Oracle 10.1 compatibility

I have to upgrade a system from php5.6 to php7.2. The system uses an oracle 10.1 database. Now I tried to collect all infos but am still confused about the compatibility between php, oci8, instant client and the database. I read, that with php7 I…
C. Leo
  • 43
  • 2
  • 6
2
votes
1 answer

How can i connect to Oracle 11 using PHP 7?

The problem is, i have an application that the client demands it runs under Oracle DB. I already have Client 11c installed, as well as Oracle Database. My PHP was built using the following…
JLFerrari
  • 155
  • 3
  • 16
2
votes
2 answers

Oracle instant client can't execute sql update

I can connect to a Oracle 10g release 2 server using instant client. Using pyodbc and cx_Oracle. Using either module, I can execute a select query without any problems, but when I try to update a table, my program crashes. For example, SELECT * FROM…
DanielS
  • 265
  • 1
  • 2
  • 12
2
votes
1 answer

Deploying cx_Oracle onto various versions of Oracle Client

I have some small python apps that use cx_Oracle to connect to an Oracle database. I deploy these apps by compiling them with py2exe, which works fine in many cases. The problem is, there is no standard Oracle Client version (9i and 10g for example)…
cecilkorik
  • 1,411
  • 12
  • 17
2
votes
1 answer

how to connect oracle database with xampp?

I download the XAMPP Windows 1.8.2 and oracle instant client 12.1. Then, I unzip the oracle instant client file, edit the PATH environment setting, and edit PATH in the System variables list by adding instant client's path. I find string…
user3119396
  • 21
  • 1
  • 2
2
votes
4 answers

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), I extracted into a folder as shown below -rw-r--r--@ 1 MNV_Kishore 1000 278 Apr 1 2009 BASIC_README -r--r--r--@ 1…
Kishore
  • 31
  • 1
  • 1
  • 5
2
votes
0 answers

How to run PHP's OCI8 extension on Mac OS X Mavericks?

I am trying to install OCI8 on default PHP that came with OS X Mavericks (PHP 5.4.17 (cli) (built: Aug 25 2013 02:03:38)). I have installed Oracle Instant Client (Version 11.2.0.3.0 (64-bit)) and I am able to run sqlplus and connect to oracle…
1
vote
1 answer

cx_oracle OSX install error

So I followed these directions here to install Oracle InstantClient, installing Oracle Instantclient on Mac OS/X without setting environment variables? But when I try to install cx_oracle I get the following stack trace, python setup.py…
user611105
1
vote
0 answers

django.db.utils.NotSupportedError: Oracle 19 or later is required (found 12.2.0.1.0)

Note: I installed oracle instance for windows with connections['trdb'].cursor() as cursor: cursor.execute(sql) row = cursor.fetchall() col = cursor.description cursor.close
1
vote
1 answer

skipping incompatible libclntsh.so when searching for -lclntsh

Platform/PHP versions: Ubuntu 22.04 Linux *** 5.15.0-1013-oracle #17-Ubuntu SMP Fri Jun 24 10:14:16 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux PHP 8.1.2 (cli) (built: Jun 13 2022 13:52:54) (NTS) Followed…
Ahmad Asjad
  • 825
  • 1
  • 8
  • 29
1
vote
1 answer

ODBC instant client install issue

I am trying to install odbc for instant client 19_14. I have downloaded the necessary .exe files etc and saved them down to my C drive. I have then navigated to the directory: C:\oracle\instantclient_19_14> And I execute the following: …
HARRJA
  • 51
  • 2
  • 6
1 2
3
9 10