473,806 Members | 2,319 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Exception thrown while accessing Oracle through oracle client

Neo
Hi Everyone
I am trying to acces Oracle using oracle client classes
provided by .net in an asp .net application. But I keep on getting following
error
"System.Data.Or acleClient requires Oracle client software version 8.1.7 "

All the solutions mentioned to this problem on various newsgroups indicate a
setting in security permission. I have given all sorts of permission to the
oracle and ora92 folder including everyone-full control. But it is still not
working. But if I try to access it through an exe I don't get that error.
Can anyone please help me?

Thanks
Neo
Nov 19 '05 #1
2 1992
I ran into this one and got through it, but do not remember the specifics of
how. If I remember correctly, it was installing the complete client suite
that solved the issue (the Oracle client tools require a partial, not
complete, install, to work so the fact Oracle tools are working does not mean
OracleClient will). I do not remember a security issue, but that does not
mean it is not the case with your connection issue.

In general, I suggest using ODP.NET (free download from otn.oracle.com) over
the Microsoft OracleClient classes. They are better tuned for Oracle needs.

NOTE: The OracleClient classes will not work againt 10g, as the Oracle
internals have changed.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** ************
Think Outside the Box!
*************** ************
"Neo" wrote:
Hi Everyone
I am trying to acces Oracle using oracle client classes
provided by .net in an asp .net application. But I keep on getting following
error
"System.Data.Or acleClient requires Oracle client software version 8.1.7 "

All the solutions mentioned to this problem on various newsgroups indicate a
setting in security permission. I have given all sorts of permission to the
oracle and ora92 folder including everyone-full control. But it is still not
working. But if I try to access it through an exe I don't get that error.
Can anyone please help me?

Thanks
Neo

Nov 19 '05 #2
Make sure that ASPNET, IUSR and IWAM for your machine all have access to the
Oracle folder. They don't need full access. Then do a reset on all child
item permissions.

Then, reboot your computer.
--
Direct Email: Michael.Baltic@ RemoveCharacter sUpTo#NCMC.Com

Staff Consultant II
Enterprise Web Services
Cardinal Solutions Group
"Neo" wrote:
Hi Everyone
I am trying to acces Oracle using oracle client classes
provided by .net in an asp .net application. But I keep on getting following
error
"System.Data.Or acleClient requires Oracle client software version 8.1.7 "

All the solutions mentioned to this problem on various newsgroups indicate a
setting in security permission. I have given all sorts of permission to the
oracle and ora92 folder including everyone-full control. But it is still not
working. But if I try to access it through an exe I don't get that error.
Can anyone please help me?

Thanks
Neo

Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
4411
by: Barry Mossman | last post by:
Hi, I am throwing an exception derived from ApplicationException as follows catch (Exception ex) { throw new MyException("message", ex); } My exception's constructor is: public ExceptionBase(string aMessage, Exception aInnerException): base(aMessage, aInnerException)
2
2412
by: dan | last post by:
hi ng. i have a asp.net application which is client of an asp.net webservice. now i want to configure a custom error page (in case the sewrvice throws an exception) that provides the soapexception detail property as text. but when defined in web.config, the error page doesn't provide access to the thrown exception anymore. i think that i somehow have to enter the http pipeline to catch the error, read the data and transfer to a error...
5
3406
by: Simon Tamman {Uchiha Jax} | last post by:
Now this is bugging me. I just released software for a client and they have reported an unhandled stack overflow exception. My first concern is that the entirity of the UI and any threaded operations are all within Try Catches to help me locate the problem and the origination of any problem by specifiying an error code in the "Catch" section. So theoretically this shouldn't have been possible (at which point we all say "yeah,...
6
6572
by: mangesh | last post by:
1 - How to cach invalid memory access exception ? Does standard library provide any help ? 2 - Also when one write catch(...) { //........... } what is wirtten inside catch block . How do we know type of exception
1
2813
by: yancheng.cheok | last post by:
Hi all, According to "How can I handle a constructor that fails?" in http://www.parashift.com/c++-faq-lite/exceptions.html#faq-17.2, whenever there is a constructor fail, we will throw exception. However, how can we make the interface easy to use correctly and hard to use incorrectly? Client may forget/ ignore from having a try...catch block whenever they call the constructor. Is there any way we can prevent this from happen?
2
4087
by: Mark Brown | last post by:
I'm trying to access an Oracle database vb.net. I found several examples. I tried following each one, but I get the same error no matter what I try. I don't really understand what the error means (I've never tried accessing an Oracle database before). The error I get is: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor I installed the oracle dll and added it as reference (I get the same error...
2
4091
by: koredump | last post by:
Hi all, I have a windows app that makes some asyc calls to my webservice (WSE 3.0 with MTOM). exception gets thrown in the client win app. This exception is being thrown on another thread by a class in the System.Web.Services namespace and I have not been able to catch it and dispose of it. I've tried placing try/catch blocks in several places in my code, but this exception doesn't seem to bubble up the stack.
0
1826
by: Pieter | last post by:
Hi, When using clickOnce for a VB.NET 2.0 application it installs fine on every computer, except one (a new one...). Every is isstalled, Framework, Mdac, .... The error in the log file is: "External component has thrown an exception" Does anybody knows what could have caused this problem?
2
3694
by: Monty | last post by:
I have a GridView in an update panel, and the GridView has an ObjectDataSource. Under certain conditions the Object that is the ObjectDataSource will throw an exception with a specific error message, but on the client side the only error message displayed is "exception has been thrown by the target of an invocation". I would like the error message on the client to show the error description the object provides when it throws the error. Is...
0
9719
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10618
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10371
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9187
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7649
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5546
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5678
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3850
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3008
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.