Questions tagged [instantclient]

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

145 questions
4
votes
0 answers

Difference between Oracle client and Instant client

What is difference between Instant client and Oracle client?
thatisvivek
  • 875
  • 1
  • 12
  • 30
3
votes
1 answer

Oracle OCI - failing with ORA-12705 when running as another user

I've got a C application using OCI to talk to a database. I'm using the instant client method so there is no standalone Oracle installation on the server - just a couple of libraries that the application is linked against. Normally, the application…
asc99c
  • 3,815
  • 3
  • 31
  • 54
3
votes
3 answers

Oracle Instant Client still not working on Mac OS Catalina 10.15.4

I installed the Oracle Instant Client version 19.3 on my Mac Os Catalina version 10.15.4 But i still have the same error on python3.7 and python3.8: Origin: (cx_Oracle.DatabaseError) DPI-1047: Cannot locate a 64-bit Oracle Client library:…
3
votes
2 answers

Getting Sqldeveloper working with instantclient on Windows without admin privileges?

I've installed Sqldeveloper Version 19.1 64-bit Version on an enterprise PC with Win10-64bit. It works fine with embedded jdbc-client, but I need to get it working using the Oracle OCI-client. One reason is the much better support to cancel long…
3
votes
1 answer

Oracle Instant Client with web application

I have a visual studio solution with an ASP.NET 3.5 web application (WCF host) and a test project. I wanted to use the Oracle Instant Client (v11, via NHibernate) to create Oracle connections without having the Oracle client tools installed on every…
Koen
  • 3,626
  • 1
  • 34
  • 55
3
votes
2 answers

PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_oci8.dll' - The specified module could not be found

I want to use php oci8 function , but I got this error PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_oci8.dll' - The specified module could not be found. (C:\xampp\apache\bin\httpd.exe -d C:/xampp/apache) I have…
Amir Izz
  • 31
  • 1
  • 4
3
votes
1 answer

Oracle instant client : ORA-28759: failure to open file

What i have: red hat 6 server, remote Oracle Database with TCPS connection setup, installed oracle instant client (basic, odbc, sqlplus) from rpms. I'm trying to set up oracle instant client to connect to a remote database. While entering command…
Altenrion
  • 764
  • 3
  • 14
  • 35
3
votes
2 answers

cx_Oracle problem trying to import python

I am trying to run python in an Apache WS in a linux RHEL x86_64. After Install and configure Python2.5 and Apache, I install Oracle Instant Client (basic and sdk) in a by an .rpm file withou any…
Bruno Nx
  • 41
  • 1
  • 6
3
votes
1 answer

Creating Oracle OCI plugin for QT Creator

I am trying to create Oracle OCI plugin for QT creator. The versions of instant client (basic and sdk) are 10.2 for connecting to 10g server. The directories are as follows- source files of qt installed in-…
RicoRicochet
  • 2,249
  • 9
  • 28
  • 53
3
votes
0 answers

Error in ls(envir = envir, all.names = private) : invalid 'envir' argument when using dbDisconnect() after dbCommit()

I am trying to update the oracle database through R by using this code: cxn <- makeCxn(config) x <- try(res <- dbSendUpdate(cxn, query)) dbCommit(cxn) dbDisconnect(cxn) Then I got the error: Error in ls(envir = envir, all.names =…
3
votes
2 answers

OCI & Instant Client SDK & Oracle Database

Sorry for being the question very naive but the same is true for my experience with the subject. From the googling what i understood i just want to confirm that the understanding is correct. Everyone is welcome to pin point where i am wrong. OCI is…
user1940257
2
votes
3 answers

Does Oracle Instant Client Basic Lite 11.2.0.3.0 for Win32 exist?

ODP.NET 11.2.0.3.0 was released on December 28, 2011 and its description says that it contains Oracle Instant Client 11.2.0.3.0. Since I'm distributing the Instant Client binaries directly with my application I'm using the Basic Lite version of the…
cremor
  • 6,669
  • 1
  • 29
  • 72
2
votes
1 answer

ORA-28547 using xcopy ODP.NET and instant client

I'm trying to use oracle odp xcopy deployment, and an instant oracle client as described in: http://ora-00001.blogspot.com/2010/01/odpnet-minimal-non-intrusive-install.html The goal is to use oracle without installing anything on the machine. When I…
Noam
  • 4,472
  • 5
  • 30
  • 47
2
votes
0 answers

Oracle instantclient Unable to load dynamic library 'oci8.so' MacOS Monterey M1

I have issues installing instantclient locally for php 7.4 For installing instanclient, i follow this instruction: cd ~/Downloads curl -O…
2
votes
0 answers

Problems Connecting OracleDB from AWS Lambda Using Python 38

I'm trying to access oracle db in lambda using python using cx_Oracle library. Since oracle needs os specific client to connect, I also downloaded the instant client and add it as a layer in AWS. Problem is I'm seeing this error that wouldn't…
JediBig
  • 51
  • 1
  • 4
1
2
3
9 10