Skip to Main Content

Programming Languages & Frameworks

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

TNS: no listener error when running knex bookshelf oracledb

Kapil KapaniFeb 11 2018 — edited Feb 12 2018

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

pastedImage_0.png

2. Downloaded the Client Library

pastedImage_1.png

3. Set the environment paths

pastedImage_2.png

4. Knex connection string

pastedImage_3.png

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.

Comments

Post Details

Added on Feb 11 2018
2 comments
1,921 views