Vista and Oracle 10g -
I get this error message in Internet Explorer with Oracle 10G installed on Vista:
'Aurouleb .oracle.1' provider is not registered on the local machine
I can connect to the Oracle database exactly with SQL Server 2008 linked database. However, my IE 7 does not see it.
I have established it as an administrator and have tried many different things.
Any advice?
Thank you.
This is a permission problem. Your IIS and ASPNET users do not have the necessary privileges to access the ORACLE_HOME folder.
Right click your ORACLE_HOME folder, select Properties and go to Security name tab. Add 'User' group (or IIS and ASPNET), and provide them "List Folder Content", "Read", and "Read and Execute" Press Apply, then go to Advanced check and hit the "Change Entry Entry on All Child Objects" box.
Comments
Post a Comment