Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OraOLEDB.Oracle Provider not found

Status
Not open for further replies.

Extinct

Programmer
May 14, 2002
40
BE
Hi,

I am trying to connect to an oracle database from an ASP page using an ADO connection.

It's a trusted connection so I don't have a Userid and password.

When I try to use OraOLEDB.Oracle (which as far as I found is the only way to connect with OS authentication) as provider I get the eror that the Provider can not be found.

1. Does the OraOLEDB.Oracle provider have to be insalled on the server?

2. Is there another way to connect through server authentication?
 
>>Does the OraOLEDB.Oracle provider have to be insalled on the server?
yes.

>>Is there another way to connect through server authentication?
Not that i know of.

Known is handfull, Unknown is worldfull
 
How does the provider have to be installed? Where can the installation files be found?
 
Though it's been several years since I did it, back then you installation files came with the Oracle installation disks. It has to be installed on the server containing the database, not the web server (IIRC).
 
>>It has to be installed on the server containing the database, not the web server

even the drivers???

Known is handfull, Unknown is worldfull
 
That's what I recall, as on the local machine you're just using oledb (which it already knows how to do) -- seems like the provider is just doing translations on the database side.

But like I said, it's been several years and my memory could easily be faulty.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top