Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Server Error 500 with windows 7

676094Dec 12 2011 — edited Dec 15 2011
hi,
Im trying to migrate a web site from Windows XP to windows 7. My web site worked on XP, but when I try to run it in W7, I cant connect to my oracle Database!
This is the connection string (perfectly working in XP)

<%
Dim conOracle, OraSession
Dim NRigheLista, OraDatabase
Dim BgColor, SocDataBase


Set conOracle = Server.CreateObject("ADODB.connection")

ConOracle.Open ="Provider=ORAOLEDB.Oracle;Data Source=MYDB;User ID=usr;Password=password;" (this comes into error!)

set OraSession = server.createobject("OracleInProcServer.XOraSession")
set OraDatabase = OraSession.dbOpenDatabase("MYDB","usr/password",cint(0))

%>

Now Im getting the 500 - Internal Server Error. But I know MYDB is well installed and I can reach it via SQLPlus. Can someone help me? thank you
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 12 2012
Added on Dec 12 2011
2 comments
351 views