oracleclient Questions

11

Solved

OS: Windows 2008 Server R2 Oracle Client: 11.2 Many Thanks
Passade asked 2/11, 2012 at 2:57

10

Solved

I have made a desktop app Setup that connects with remote Oracle 10g Database. When I install Setup on remote machine and run my application then I get following error: system.data.oracleclient re...
Prowl asked 14/10, 2013 at 5:32

28

Solved

I'm trying to use the Oracle ODP.NET 11g (11.1.0.6.20) Instant Client on my ASP.net project as a Data Provider but when I run the aspx page I get a "The provider is not compatible with the version ...
Brunell asked 18/3, 2009 at 17:34

3

I am trying to install Oracle 12c instant 32-bit client alongside my 64-bit installation because I can't connect Visual Studio to the 64-bit version (throws BadImageFormatException). I run the inst...
Shantel asked 24/3, 2017 at 17:49

16

Please suggest a solution for solving this issue?? While giving the command: sqlplus /nolog the error that occurred: sqlplus: error while loading shared libraries: libsqlplus.so: cannot open ...
Jammiejammin asked 31/12, 2014 at 6:46

8

I have developed an application that uses Oracle Data Provider for .NET. I copy the application file (.exe) and ODP library (Oracle.DataAccess.dll) on another computer that Oracle client and ODP.NE...
Macdonald asked 27/5, 2009 at 6:42

5

I am using alpine linux as a base image, and I need to install an oracle client native library. I believe you can download from here: https://www.oracle.com/technetwork/topics/linuxx86-64soft-0922...
Pilfer asked 26/4, 2019 at 0:29

2

Solved

I installed unixodbc and unixodbc-dev through apt-get. I then installed oracle instantclient (both the basic and the odbc drivers). Now I am trying to run odbc_update_ini.sh but none of the paths I...
Incestuous asked 31/7, 2017 at 21:35

3

Solved

I am trying to connect to Oracle to Spark and want pull data from some table and SQL queries. But I am not able to connect to Oracle. I have tried different work around options, but no look. I have...
Knapp asked 13/3, 2017 at 16:27

1

Solved

I need to install both 32 and 64 bit client for Oracle 11g but at the following links I can just find the Oracle instant client, while I need the full installer: https://www.oracle.com/it/database/...
Sandi asked 26/8, 2021 at 8:45

1

I want to create a docker image with oracle client and cx_oracle of python. I am using multi stage docker to build the image but I am missing an env variable due to which cx_oracle is not able to f...
Spaniel asked 6/12, 2018 at 12:30

4

Solved

I have Oracle 64-bit client installed to run with my weblogic application. I learnt that pl-sql developer doesn't work with oracle 64-bit client so now i have both 32-bit and 64-bit clients install...
Cartilaginous asked 21/12, 2012 at 7:6

12

Solved

I'm trying to install Oracle 11g Release 2 (client). But it gives an error like that : Environment variable: "PATH" - This test checks whether the length of the environment variable "PATH" does n...
Revision asked 23/8, 2012 at 10:31

5

Solved

I'm using System.Data.OracleClient which does parameter-binding by name and are verifying that CommandText and Parameters are in sync: public string CommandText { get; set; } public IEnumerable&...
Hyperacidity asked 15/4, 2011 at 15:20

7

I have to connect Oracle 11g DB from .NET code. For that purpose I installed ODP.NET bur after reading some forum posts I recognized that I need Oracle Client installation too. Is that true? I see...
Balkh asked 19/10, 2011 at 10:26

11

Solved

One of our dev team member got an error Attempt to load oracle client libraries threw BadImageFormatException It seems This problem will occur when running in 64 bit mode with the 32 bit O...

2

Solved

I want my DotnetCore 2.0 application to connect to Oracle, however, I am not able to find any official documentation from Oracle support. It was expected to release by the end of the year 2017 as p...

3

Solved

First I have both 11 and 12 oracle client on my machine. But when i try to use 11g version of oracle.dataacess.dll . I already remove a 12c register on regedit and stop service and machince.config...
Chellean asked 7/1, 2015 at 15:50

9

Solved

In my tests I need to test what happens when an OracleException is thrown (due to a stored procedure failure). I am trying to setup Rhino Mocks to Expect.Call(....).Throw(new OracleException()); ...
Catchings asked 23/9, 2008 at 16:43

4

With Oracle SQL Developer I can put / -character to Username and leave password empty and I get connected. I have OP$MYWINDOWSUSERNAME user created in database. EDIT: SQL Developer does not work i...

3

I am trying to acces oracle from linux server. I am using unixODBC. When i try to acces oracle using isql and i get error that driver manager can't open libsqora.so.12.1. odbc.ini [NAME] Applic...
Benjaminbenji asked 10/4, 2014 at 21:54

2

Solved

I've just made the switch from MS sql server to Oracle. The query tool I am using is Oracle SQL Developer. The problem I am having is that I cannot get the query results window to stick around. The...
Conjugated asked 1/9, 2010 at 13:26

3

I am using a pretty complex query to retrieve some data out of one of our billing databases. I'm running in to an issue where the query seems to complete fairly quickly when executed with SQL Deve...
Peddling asked 12/3, 2010 at 17:42

5

Solved

I have a test environment for a service that my site will be using and a production environment. In my test environment I have ODP.net installed on the server. That service that uses Oracle seems t...
Necropolis asked 29/11, 2011 at 16:15

1

According to Microsoft documentation on Configuring Parameters, "the .NET Framework data providers handle naming and specifying parameters and parameter placeholders differently". System.Data.Sq...
Outsider asked 21/11, 2013 at 11:42

© 2022 - 2025 — McMap. All rights reserved.