strongloop / strong-oracle

Deprecated: Node.js Driver for Oracle databases (Use https://github.com/oracle/node-oracledb instead)
Other
45 stars 18 forks source link

tnsnames.ora location? #36

Closed CollinEstes closed 9 years ago

CollinEstes commented 9 years ago

Where is the default location strong-oracle will look for the tnsnames.ora file?

raymondfeng commented 9 years ago

You should set up TNS_ADMIN env var.

See an example at https://github.com/strongloop/strong-oracle/blob/master/example/config.js#L3

CollinEstes commented 9 years ago

Thanks Raymond.