Hi,
I am trying to get the combination of KNEX, BOOKSHELF and Oracle Database work in my environment. Could you please help with the installation.
Here is what I have done
1. Installed oracledb via npm

2. Downloaded the Client Library

3. Set the environment paths

4. Knex connection string

The error that I get when migrating the latest tables after this setup is: TNS: NO Listener
My database is running fine as I can connect via sql developer at the same time.