473,407 Members | 2,546 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

Oracle Connection

I am new to .NET and I am trying to connect to Oracle database. Can
someone with this experience please describe the steps or process to connect
to Oracle from .Net. I will appreciate it if anyone can recommend a URL or
book or document that described the process. Thanks in advance

Francis Awofeso
Nov 20 '05 #1
4 2288
Cor
Hi Francis,

He is not there today and probably also not tomorrow however normaly Miha
answers all Oracle questions in

microsoft.public.dotnet.framework.adonet

To a direct answer connections stings you find in

www.connectionstrings.com

I hope this helps,

Cor
Nov 20 '05 #2
Cor
Hi Francis,

He is not there today and probably also not tomorrow however normaly Miha
answers all Oracle questions in

microsoft.public.dotnet.framework.adonet

To a direct answer connections stings you find in

www.connectionstrings.com

I hope this helps,

Cor
Nov 20 '05 #3
On Wed, 7 Apr 2004 13:40:01 -0500, "Francis Awofeso" <Fr*************@logicacmg.com> wrote:

¤ I am new to .NET and I am trying to connect to Oracle database. Can
¤ someone with this experience please describe the steps or process to connect
¤ to Oracle from .Net. I will appreciate it if anyone can recommend a URL or
¤ book or document that described the process. Thanks in advance

You have several options. I will assume that you already have the Oracle client software installed
an configured.

The following options are available, but I would recommend the .NET providers since you're liable to
get better support for the newer versions of Oracle:

Microsoft or Oracle ODBC drivers with the native .NET ODBC library.
Microsoft or Oracle OLEDB drivers with the native .NET OLEDB library.

Microsoft .NET Provider for Oracle. If you have VS 2003 installed, it is available as
System.Data.OracleClient. If VS 2002 is installed you have to download and install the provider:

http://www.microsoft.com/downloads/d...displaylang=en
http://www.able-consulting.com/dotne...ETDataProvider

Oracle ODP for .NET. This is Oracle's native .NET provider. It requires the 9i client.

http://www.able-consulting.com/dotne...iderFromOracle

There are also third-party Oracle providers

DataDirect:

http://www.datadirect.com/products/dotnet/index.ssp

CoreLab:

http://crlab.com/oranet/
Paul ~~~ pc******@ameritech.net
Microsoft MVP (Visual Basic)
Nov 20 '05 #4
On Wed, 7 Apr 2004 13:40:01 -0500, "Francis Awofeso" <Fr*************@logicacmg.com> wrote:

¤ I am new to .NET and I am trying to connect to Oracle database. Can
¤ someone with this experience please describe the steps or process to connect
¤ to Oracle from .Net. I will appreciate it if anyone can recommend a URL or
¤ book or document that described the process. Thanks in advance

You have several options. I will assume that you already have the Oracle client software installed
an configured.

The following options are available, but I would recommend the .NET providers since you're liable to
get better support for the newer versions of Oracle:

Microsoft or Oracle ODBC drivers with the native .NET ODBC library.
Microsoft or Oracle OLEDB drivers with the native .NET OLEDB library.

Microsoft .NET Provider for Oracle. If you have VS 2003 installed, it is available as
System.Data.OracleClient. If VS 2002 is installed you have to download and install the provider:

http://www.microsoft.com/downloads/d...displaylang=en
http://www.able-consulting.com/dotne...ETDataProvider

Oracle ODP for .NET. This is Oracle's native .NET provider. It requires the 9i client.

http://www.able-consulting.com/dotne...iderFromOracle

There are also third-party Oracle providers

DataDirect:

http://www.datadirect.com/products/dotnet/index.ssp

CoreLab:

http://crlab.com/oranet/
Paul ~~~ pc******@ameritech.net
Microsoft MVP (Visual Basic)
Nov 20 '05 #5

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

Similar topics

3
by: Harry | last post by:
Using Oracle 8i enterprise on win 2000 (sp3) Installed the standard configuration & whenever I make a connection it takes about 10 secs. It's running on a P1900 with 1gb Ram so no reason there...
9
by: mcbill20 | last post by:
Hello all. I just installed Oracle 10g developer tools on a machine running XP Pro and Office XP. Before this I had just the Oracle 9 client installed. I the previous configuration, I was able to...
0
by: ʹÃûÑï | last post by:
ORA-03114: not connected to ORACLE && MS's Bug?? DataBase:Oracle 817 using OracleClient,net framework 1.1 I'm using ADO.Net in C# with Oracle 817. and following is my public data access...
0
by: ʹÃûÑï | last post by:
ORA-03114: not connected to ORACLE && MS's Bug?? DataBase:Oracle 817 using OracleClient,net framework 1.1 I'm using ADO.Net in C# with Oracle 817. and following is my public data access...
3
by: Harry | last post by:
Using Oracle 8i enterprise on win 2000 (sp3) Installed the standard configuration & whenever I make a connection it takes about 10 secs. It's running on a P1900 with 1gb Ram so no reason there...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...
0
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...

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.