Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ASP ODBC error to Oracle
junho.cho_at_gmail.com wrote:
> Hi,
> I am using ASP 3.0 on Windows 2000 server to access Oracle 9.2.
>
>
> I have following ASP script to create an ODBC connection to Oracle
> server
> via ODBC on Windows 2000 server.
>
>
> SET conn = Server.CreateObject ("ADODB.Connection")
> conn.Open "dsn=ORACLEProd01;uid=ACHO;pwd=xxxxx"
>
>
> I made connection this way, because my web users will not have user
> name for the Oracle server.
>
>
> Anyways, I strongly suspect it's something to do with access right to
> some dll files. The ASP page works fine for any users with Admin right
>
> on Windows 2000 server, even one without access right to Oracle.
> However, I get following error message for users without Admin right on
>
> server. Because of very strict security measures, we don't give access
>
> right to all folders in server to everyone. Oh, also, ASP script is in
>
> "Integrated Windows Authentication" mode.
>
You will need to make sure that
You'll find the policies required set out at http://download-west.oracle.com/docs/html/A95494_01/postcfg.htm#1014907
-- Niall Litchfield Oracle DBA http://www.niall.litchfield.dial.pipex.comReceived on Tue Oct 04 2005 - 00:20:27 CDT
![]() |
![]() |