1
vote
5answers
496 views
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 Oracle Client 10.2.0.3 64 Bit version. I downloaded the latest r …
0
votes
1answer
23 views
Effects of changing NLS_LANG setting in the registry for Oracle Client
We are in the process of moving from the .NET Microsoft oracle driver to the ODP.NET driver.
One of the problems we have had is this error:
ORA-12705: Cannot access NLS data file …
3
votes
3answers
65 views
Commandline to modify tnsnames.ora
Is there a command line utility to modify the tnsnames.ora file for the oracle client?
[EDIT] I'm looking for something similar to odbcconf.exe (for editing ODBC connection on win …
0
votes
1answer
5 views
ASP.NET to Oracle Database (ODP.NET): How do I specify which Oracle client to use?
We have a web server with multiple oracle clients on it (8i, 9i, 10g). Both ODP.net 9.x and 10.x (and their oo4o counterparts) components are installed.
How do I specify to the w …
0
votes
1answer
42 views
How to compile a Website to use 32-bit Oracle Client on 64-bit Windows
I have received this error after updating to Windows 7 64-bit and then running an existing .NET Website.
[InvalidOperationException: Attempt to load Oracle client libraries threw …
4
votes
4answers
68 views
What is your favorite Oracle client?
First of all, I've seen this, but I want to ask it in a different way.
What Oracle client do you use?
I've been using SQL Developer but it has problems. Mainly in speed, which …
0
votes
2answers
148 views
Java/Oracle: executing a prepared statement fails on a second iteration of a loop (not all variables bound). Why?
I'm debugging a Java App, which connects to Oracle DB via a thin client.
The code looks as follows: (i'm trying to simplify the use case here so pardon me if t does not actually c …
0
votes
1answer
19 views
Oracle Client Tuning?
Is there a way to tune the Oracle client (InstantClient or the normal one)?
We have a software that runs on multiple DMBS (MySQL, PGSQL and MS SQL Server) I'm wondering why the Or …
0
votes
1answer
45 views
Strange behaviour with a pl/sql query and .net
Hi
I run this query to read the count of the Records with an output parameter using OracleCommand:
var query = "declare MyCount number; begin SELECT COUNT(*) INTO :MyCount FROM T …
0
votes
0answers
42 views
Very frustrating ORA-12154 excpetion finally resolved!
This is a little something I thought I need to share.
We had some issues establishing connection to Oracle.
We kept getting the ORA-12154 (TNS:could not resolve the connect identif …
2
votes
6answers
270 views
Why do I get Oracle connection errors only in a VS 2008 web app/site project?
Using Visual Studio 2008 on Vista 64 bit, if I create a test web site or web application that looks like this...
public partial class _Default : System.Web.UI.Page
{
protecte …
0
votes
0answers
28 views
ADO.NET & Oracle: Getting Line Number Info When Script Execution Fails
I've been working for some time on an application written entirely in C# that targets Oracle databases. The idea is to provide everything that Oracle SQL Developer does, but faster …
1
vote
2answers
177 views
Converting from DbCommand object to OracleCommand object
Hi,
I have inherited a function in an ASP.NET (C#) application where the author used the Microsoft.Practices.EnterpriseLibrary.Data library, but I have been asked to change it so …
1
vote
2answers
75 views
Constructing a good search query using system.data.oracleclient
I am constructing a search function in a class to be used by several of our asp pages. The idea is simple, take a search term from the user and query the database for the item. C …
0
votes
1answer
66 views
OracleClient to devart dotConnect for Oracle
Has anyone tried migration from Microsoft OracleClient to dotConnect for Oracle? Is it realy so easy (as they wrote at their blog http://www.devart.com/blogs/dotconnect/?p=67) or j …
