Initialization of the data source failed

dhancy

Board Regular
Joined
Jul 10, 2013
Messages
120
Office Version
  1. 2016
Platform
  1. Windows
Hello,

I have an Excel VBA script that connects to our Oracle database. The code to make this connection looks like this:

VBA Code:
With ActiveSheet.ListObjects.Add(SourceType:=0, Source:= _
        "OLEDB;Provider=OraOLEDB.Oracle;Password= ....
...
End With

It works great when I run it; however, when a coworker attempts to run this, he is seeing this error when the code above tries to make the connection:

KZ XLSM error.jpg


Does anyone know what he might be missing on his end that is causing this error?

Thank you!


Dennis
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Does he have the Oracle client tools installed?
 
Upvote 0
I can check with him.

Looking at mine, I have something called Oracle Instant Client 19.14.0.0 64Bit installed.

Is that the same as Oracle Client Tools? If so, I'll see if he has that too.

Thanks!
 
Upvote 0
There are lots of different versions of the client tools. From memory you have to have one of them installed to connect to Oracle using code.
 
Upvote 0

Forum statistics

Threads
1,215,026
Messages
6,122,738
Members
449,094
Latest member
dsharae57

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top