Can you let me know where i could download the ODP.NET driver. The one i had installed is from the oracle website.
Main Topics
Browse All TopicsWhe you try to modify or create a new TableAdapter you want to add a stored procedure through the wizard. When the wizard comes up the option, "Use existing stored procedure", is grayed out.
I am using ODP.NET
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I did install ODP.net 11g a while ago and when i create a connection using DataTable Configuration Wizard, i choose the datasource as .NET Framework Data Provider for Oracle. But provide the necessary credential(username, serverrname and password).
But when it adds to the web.config file it adds the provider as "System.Data.OracleClient"
<add name="ConnectionStrings" connectionString="Data Source=TEST;Persist Security Info=True;User ID=scott;Password=tiger;Un
providerName="System.Data.
Why is this happening.
In the assemblies section of web.config file, i see that the assembly Oracle.DataAccess has been referenced correctly.
<assemblies>
<add assembly="Oracle.DataAcces
Please help.
Hi,
Please check the following to make sure that you have set it up and configured it correctly:
http://download.oracle.com
http://www.filibeto.org/su
http://download.oracle.com
Make sure that you have the correct configuration in the Machine.config file.
Feel free to revert back, if you couldn't find the solution.
Warm Regards,
Pauls Geo.
Business Accounts
Answer for Membership
by: PaulsonGeorgePosted on 2008-05-07 at 22:37:56ID: 21522531
Hi,
Please try the following.
1. Set up a Data Connection in the Server Explorer to test your connection. Make sure to use Oracle ODP.NET for the datasource, older version of the Oracle Client won't work with stored procs.
2. If you're working with stored procs that do SELECTS and return resultsets, you'll need to use a ref cursor as an output parameter of the stored procedure.
Feel free to contact me if you are looking for some other solution.
Warm Regards,
Pauls Geo.