If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Problem with Oracle provider

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-09-03, 10:27
ohanus ohanus is offline
Registered User
 
Join Date: Jan 2003
Posts: 41
Problem with Oracle provider

Hello,

I have problem with creating connection to Oracle db. I use OraOLEDB provider and when I want connection open I get this error message:"Provider cannot be found. It may not be properly installed."

This is my connection string:
oConn = Server.CreateObject("ADODB.Connection");
sConn = "Provider=OraOLEDB.Oracle.1;";
sConn += "Password="+password+";"
sConn += "User ID="+username+";"
sConn += "Data Source="+db.dbname+";Log Level=0";

oConn.Open(sConn)

I've installed driver manualy reinstalled MDAC but it still doesnt work.

Can anybody help me please!!

Thanks, Ondrej
Reply With Quote
  #2 (permalink)  
Old 09-09-03, 10:54
youeee youeee is offline
Registered User
 
Join Date: Aug 2003
Location: UK(berkshire)
Posts: 11
Re: Problem with Oracle provider

Hi

Try the following

goto your oracle directory... and add full permissions to it for the iwam_user and the other iuser...

whichever is in iis as the user...

cheers

youeee

Quote:
Originally posted by ohanus
Hello,

I have problem with creating connection to Oracle db. I use OraOLEDB provider and when I want connection open I get this error message:"Provider cannot be found. It may not be properly installed."

This is my connection string:
oConn = Server.CreateObject("ADODB.Connection");
sConn = "Provider=OraOLEDB.Oracle.1;";
sConn += "Password="+password+";"
sConn += "User ID="+username+";"
sConn += "Data Source="+db.dbname+";Log Level=0";

oConn.Open(sConn)

I've installed driver manualy reinstalled MDAC but it still doesnt work.

Can anybody help me please!!

Thanks, Ondrej
__________________
Thanks

youeee
Reply With Quote
  #3 (permalink)  
Old 09-10-03, 02:00
ohanus ohanus is offline
Registered User
 
Join Date: Jan 2003
Posts: 41
Re: Problem with Oracle provider

Hi

I forgot do this... but it didnt help

Ondrej


Quote:
Originally posted by youeee
Hi

Try the following

goto your oracle directory... and add full permissions to it for the iwam_user and the other iuser...

whichever is in iis as the user...

cheers

youeee
Reply With Quote
  #4 (permalink)  
Old 09-10-03, 02:08
ohanus ohanus is offline
Registered User
 
Join Date: Jan 2003
Posts: 41
Thumbs up Re: Problem with Oracle provider

I'm so sorry... it works

The problem was I didnt set FULL PERMISSIONS for the user...

Thank you very much for your help!!!!

Bye
Ondrej

Quote:
Originally posted by youeee
Hi

Try the following

goto your oracle directory... and add full permissions to it for the iwam_user and the other iuser...

whichever is in iis as the user...

cheers

youeee
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On