Oracle oci.dll was not found and sqlException 32104 :)

635 Views Asked by At

I have oracle 64bit sqldeveloper and 64bit instantclient_12_2 installld with 2022VS community, the occi.h library seems to be working since there are no errors in code.enter image description here

NOTE: I do include username and pass, didn't want to share here.

Here is the files in project.

enter image description here

and this is the output when executed.

enter image description here

So I though I would include oci.dll in project folder.

enter image description here

And this is the new output.

enter image description here

I also did update my drivers. what can I do to be able to connect?

1

There are 1 best solutions below

0
ilghar On

I just copy pasted all .dll files to project folder.