I try to connect to oracle database by ASP application.

I got the follow error:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
Specified driver could not be loaded due to system error 5 (Oracle in OraHome92).

The server has oracle 9i installed,
I am able to connect to the database through SQLplus on the server.
I am sure the ASP code is correct, because I use the same
code for other servers.

Please help, thanks!