OraOLEDB.Oracle issue on Windows 2003 Server

  • Thread starter Thread starter Epic
  • Start date Start date
E

Epic

Getting the below error on a Windows 2003 Server I am migrating apps to.
This app works on a Windows 2000 server. Both servers have the 1.1
Framework installed.

The ORACLE_HOME directory is open so I don't think that is the issue.
The 2003 Server is configured as an Application Server.

Anyone have suggestions?

Thanks.

System.InvalidOperationException: The 'OraOLEDB.Oracle' provider is not
registered on the local machine. ---> System.Data.OleDb.OleDbException: No
error information available: REGDB_E_CLASSNOTREG(0x80040154).

--- End of inner exception stack trace ---

at System.Data.OleDb.OleDbConnection.CreateProviderError(Int32 hr)

at System.Data.OleDb.OleDbConnection.CreateProvider(OleDbConnectionString
constr)

at System.Data.OleDb.OleDbConnection.Open()
 
Install the OraOLEDB Driver. It is not installed with the basic Oracle
client installation
 
Back
Top