Top "Oracleclient" questions

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

SQL loader installation

How can I install the SQL Loader, when I have installed the Oracle Data Access Components(ODAC) for windows? I …

oracle sql-loader oracleclient
ORA-01008 with all variables bound

I'm using System.Data.OracleClient which does parameter-binding by name and are verifying that CommandText and Parameters are in sync: …

c# oracle oracleclient ora-01008
Anyone have any luck installing Oracle10g Client 64-bit 10.2.0.3 on Windows 7 x64 RTM?

I am happy with Windows 7 RTM x64 overall as everything in my development environment works well with it except for …

windows-7 64-bit oracleclient
Oracle 11g Client connecting to both 10g and 11g databases

I've seen a few post that says Oracle 11g Client (for Windows) works fine with databases up to 9.2. But if …

oracle11g oracle10g compatibility oracleclient
How to connect to Oracle db from SSIS/SQL Server Data Tools?

I have Oracle 11g r2 client installed on my 64 bit machine running Windows Server 2008 r2. Have the following installed: SQL …

sql-server oracle ssis odbc oracleclient
Having two ODP.NET (ODAC) versions in the same server

Some months ago, a colleague of mine installed ODAC 11.106.21 in a server using XCOPY and then he developed many applications …

odp.net oracleclient
Oracle Client and networking components were not found - Excel VBA

I'm trying to connect to an Oracle DB through Excel. I have installed the Instant Client from Oracle on my …

excel vba oracle oracleclient
ORA-01002: fetch out of sequence

I'm getting the following oracle error when my app is deployed on the server only, and not when running the …

sql oracle oracle11g oracleclient
Oracle.DataAccess still try to access oraops12.dll after uninstall

First I have both 11 and 12 oracle client on my machine. But when i try to use 11g version of oracle.…

odp.net oracleclient
Install oracle client in docker container

I am using alpine linux as a base image, and I need to install an oracle client native library. I …

oracle docker dockerfile alpine oracleclient