Hi,
i followed instruction https://blogs.oracle.com/opal/oracle-instant-client-122-now-has-sqlloader-and-data-pump
I have installed C++ redistributables 2013.
I have downloaded basic and sqlldr containing zip packages and extracted them to target dir.
Microsoft Visual C++ Redistributable Packages for Visual Studio 2013.
instantclient-basic-windows.x64-12.2.0.1.0.zip
instantclient-tools-windows.x64-12.2.0.1.0.zip
C:\Users\turpeinenj>path
PATH=C:\Users\turpeinenj\instantclient_12_2;...
C:\Users\turpeinenj\instantclient_12_2>dir *.dll
Volume in drive C is Windows
Volume Serial Number is 52B0-790D
Directory of C:\Users\turpeinenj\instantclient_12_2
07.02.2018 15:53 1 299 968 oci.dll
07.02.2018 15:53 110 592 ocijdbc12.dll
07.02.2018 15:53 353 792 ociw32.dll
07.02.2018 15:53 76 800 oramysql12.dll
07.02.2018 15:53 4 432 384 orannzsbb12.dll
07.02.2018 15:53 1 029 632 oraocci12.dll
07.02.2018 15:53 1 228 800 oraocci12d.dll
07.02.2018 15:53 190 477 824 oraociei12.dll
07.02.2018 15:53 202 240 oraons.dll
07.02.2018 15:53 1 146 368 orasql12.dll
10 File(s) 200 358 400 bytes
0 Dir(s) 298 909 233 152 bytes free
I got Win 7 Enterprise
When i try to launch sqlldr I receive nasty comment about OCI.dll is not there.

What i miss here?