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!

Class not registered

imagic1Feb 11 2011 — edited Feb 11 2011
Hi,

We have a 32 bit Windows program (VC++ with MFC) what connect to Oracle Database (9i - 11g R2 [32 bit]) via OLEDB.
We use Oracle provider for it.
With 32 bit Windows + 32 bit Oracle client everything well.
Our 32 bit app. on 64 bit Windows (Vista) + Oracle 64 bit client (11g R2) we have error during connect:
OLEDB error (HRESULT : 0x80040154) : Class not registered

If I find OraOLEDB11.dll and register it, problem become an unhadled exception from CDataSource::OpenFromInitializationString(...) MFC class.
Initialization string like this: 'Provider=OraOLEDB.Oracle;User ID=...;Password=...;Data Source=...'

I can not download OLEDB provider (ODAC) from (error on page):
http://www.oracle.com/technetwork/database/windows/downloads/index-090165.html

Please help me if there is solution.

Regards,
Imre
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 11 2011
Added on Feb 11 2011
1 comment
1,864 views