473,794 Members | 2,880 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

OraOLEDB.Oracle provider missing

I'm trying to get Access 2000 to connect to Oracle using the OraOLEDB.Oracle
provider. When I try to connect I get the message:

"Provider cannot be found. It may not be installed properly."

I can connect fine with the MSDAORA provider.

I googled for help on this, there were many discussions regarding ASP and
..NET but couldn't find a solution that helped.

Anyone know where that OraOLEDB.Oracle is supposed to come from? Should it
be on my system if I have the Oracle 8i client installed? Does it need to
be installed separately, and if so where can I get it from?

Thanks for any suggestions.

Randy

Dec 9 '05 #1
1 8593

"Randy Harris" <ra***@SpamFree .com> wrote in message
news:qk******** ***********@new ssvr13.news.pro digy.com...
I'm trying to get Access 2000 to connect to Oracle using the OraOLEDB.Oracle provider. When I try to connect I get the message:

"Provider cannot be found. It may not be installed properly."

I can connect fine with the MSDAORA provider.

I googled for help on this, there were many discussions regarding ASP and
.NET but couldn't find a solution that helped.

Anyone know where that OraOLEDB.Oracle is supposed to come from? Should it be on my system if I have the Oracle 8i client installed? Does it need to
be installed separately, and if so where can I get it from?

Thanks for any suggestions.

Randy


I found the OraOLEDB driver on the Oracle web site, downloaded it, it
worked.

Randy

Dec 10 '05 #2

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

Similar topics

0
2744
by: Richard | last post by:
Hi, I work on a VB6 software using ADO to connect to Oracle 9.2i. When I create a recordset based on a query containing a "inner join" clause (sql server syntax, the software connects also to sql server and the "inner join" syntax must be preserved for a large fraction of the queries), AddNew and Update methods fail.
2
4958
by: Juxta | last post by:
Please could someone help. I am using the Oracle OLEDB driver for a multithreadded VC++ app, useing CComand and the DynamicAccessor (fixed version) and i am crashing on the open when more than one thread is being used to create CComand`s. The crash happens deep in the internals of the ORAOLEDB driver. I even sequentualised all CComand access using critcal sections but it still happends. I guess this is an obscure area that nobody else...
2
4993
by: tim.pascoe | last post by:
I'm currently trying to establish a linked server to an Oracle database. Setup: Connecting to 8x version of Oracle Using 9i client tools (Net Manager) SQL-Server 2000 Windows 2000 I installed the Oracle 9i client tools, and set up a Service for the
5
13218
by: jrefactors | last post by:
My machine is Windows XP with Oracle 9.2 Home; IIS and Oracle are in the same box. I have tried both Oracle OLEDB Provider and Microsoft ODBC For Oracle, but both not working. For Microsoft ODBC For Oracle approach, I added a data source in Oracle Data Source Administrator, in System DSN tab, I created a system data source named OracleDSN with Microsoft ODBC for Oracle.
1
5975
by: Brian Conway | last post by:
I have made an application on a development machine and it works just fine, when I try to deploy it to production I am getting the following error 'OraOLEDB.Oracle.1' Provider Not Registered I can't seem to find any information on how to correct this problem. Anyone else have this issue?
5
20736
by: Joper | last post by:
Hi, I'm getting the ORA-00911:invalid character when trying to do a query to a Oracle database from a Excel VBA Macro. I'm using the following code extraction: ----BEGIN CODE----- Sub GDataTeste() Dim cn As New ADODB.Connection
7
2558
by: Peter Hann | last post by:
As far as I know VisualStudio contains a MS built-in data provider for accessing Oracle databases. Is this built-in MS data provider only in the "full" VisualStudio Edition or in the Express edition as well ? Can I download this built-in MS Data Provider for Oracle databases separately and/or re-install it somehow again ? Peter
1
9817
by: Shailesh | last post by:
I am developing an ASP.NET application using NET 1.1 and using Oracle as my Databse, when i tried to run the application by giving the ServerNAme/IP address of machine(i.e. server), I am getting the followinig error: The 'OraOLEDB.Oracle.1' provider is not registered on the local machine so pls provide the solution for the same..
0
2380
by: Mark D Powell | last post by:
I have a 64 bit SQL Server 2005 SP2 on a Windows 2003 x64. The developer said that he needed to use OLE to talk to Oracle so I went to Oracle and downloaded the 64 bit OraOLDDB driver as recommended in a MS note. I can connect to Oracle via tnsping and using SQLPlus but I cannot create a linked db successfully. The linked database errors off with >Cannot initialize data source for OLE provider "OraOLEDB.Oracle" for Lined Server "X"...
0
9519
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10435
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
10163
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
9037
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
7538
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
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4113
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3721
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2920
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.