Hello,
I have Oracle 19.3 installed , and sqlc 20.4 and sqldeveloper 20.2.
I'm attempting to use sqlc to connect to a database using a local wallet on the windows computer
I'm trying to connect by sql /@mydbp and it fails with the no oci found in path
In SQLDEVELOPER using JDBC connection type , i'm using jdbc:oracle:oci:/@mydbp for the connection and it works.
What do i need to do to get sqlc to connect ?