oracle / odpi

ODPI-C: Oracle Database Programming Interface for Drivers and Applications
https://oracle.github.io/odpi/
Other
264 stars 75 forks source link

How to use ODPI-C with Oracle Times Ten? #170

Closed junaidriaz closed 2 years ago

junaidriaz commented 2 years ago
  1. What version of ODPI-C are you using (see dpi.h)? 4.1.0-dev

  2. What OS (and version) is your application on? CentOS 7

  3. What compiler (and version) did you use? gcc 4.8.5

  4. What is your version of the Oracle Client (e.g. Instant Client)? How was it installed? Where it is installed? 11.2

  5. What is your Oracle Database version? Oracle Times Ten 11.2

  6. What is the PATH environment variable (on Windows) or LD_LIBRARY_PATH (on Linux) set to? LD_LIBRARY_PATH:/usr/local/lib/:/etc/TimesTen/tt1122/lib:/etc/TimesTen/tt1122/ttoracle_home/instantclient_11_2:

  7. What environment variables did you set? How exactly did you set them? LD_LIBRARY_PATH and UV_THREADPOOL_SIZE

  8. What problem or error(s) you are seeing? ORA-12547: TNS:lost contact

  9. Do you have a runnable code snippet to describe the problem? Can be produced.