Questions tagged [oracle-client]

Oracle Instant Client enables applications to connect to a local or remote Oracle Database for development and production deployment.

Oracle Instant Client enables applications to connect to a local or remote Oracle Database for development and production deployment. The Instant Client libraries provide the necessary network connectivity, as well as basic and high end data features, to make full use of Oracle Database. It underlies the Oracle APIs of popular languages and environments including Node.js, Python and PHP, as well as providing access for OCI, OCCI, JDBC, ODBC and ProC applications. Tools included in Instant Client, such as SQLPlus and Oracle Data Pump, provide quick and convenient data access.

Site: http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html

8 questions
5
votes
3 answers

How to fix "The provider is not compatible with the version of Oracle client"?

We're using the Oracle.DataAccess.dll assembly version 2.102.2.20 (32 bit). I deployed our Web API application to IIS and tried openning and closing a connection: private static void CheckConnectionUsingOracleClient(string connection) { …
The Light
  • 26,341
  • 62
  • 176
  • 258
2
votes
0 answers

Can not read connection string from Settings.settings file

I have created application in Visual Studio 2013. For connection database and reading data i am using dataset which read connection string from Settings.settings file. Everything working in visual studio 2013. But when i opened this project in…
2
votes
0 answers

How to connect to PC #1 (running Oracle) from PC #2 (running Oracle client)

I have Oracle 11g (11.2.0.1.0) running on Windows 7 (PC #1), using Sql Developer, Sql Plus, everything seems fine. I've also connected via Oracle JDeveloper, Forms, Reports, and Designer, but all from PC #1. I have installed Oracle Client on PC #2…
1
vote
1 answer

error ora-12154 tns could not resolve the connect identifier specified access 2010

I'm trying to connect to Oracle database through Access 2010 using Microsoft ODBC and linking the database tables, unfortunately Access shows that cannot connect to database: Things that i done: Check connection through tnsping and it works. Check…
0
votes
1 answer

Unable to login to Oracle Database from OSX

I've downloaded and installed Oracle Instant Client on my Mac Sierra. I have also created the tnsnames.ora files and exported its path. However, when I try to login to the remote Oracle server, I get the following error: Mridulas-MacBook-Pro:~…
mridula
  • 3,203
  • 3
  • 32
  • 55
0
votes
1 answer

Oraclie 12c Client 32 Bit installation

I am new to Oracle. Firstly, I have installed Oracle client 12C 64 bit and after that I am trying to install Oracle client 12C 32 Bit. I am keeping them in entirely separate directories. I tried it by running different user and by same user as well,…
Coder157
  • 73
  • 3
  • 15
0
votes
0 answers

oci.dll for database connectivity

I am using OCCI to connect to oracle database through an already implemented application. This Application lets says "A" already connects to database 1. This implementation is complete Out of the box. Now I am putting some specific code here to…
user2419621
  • 41
  • 1
  • 6
0
votes
1 answer

The provider is not compatible with this version of oracle client. ASP.net and oracle issue

I have been having an issue with trying to get Oracle client to work on my VS project. The Exception I keep on getting is: The type initializer for 'Oracle.DataAccess.Client.OracleCommand' threw an exception' also the inner exception is: …
Sovr Sov
  • 196
  • 3
  • 17