Problems come out one by one.....
After solving [Driver Manager]Can't open lib '/usr/lib/oracle/12.1/client64/lib/libsqora.so.12.1' : file not found]|
and other problem
Cannot connect to ODBC DSN:[SQL_ERROR]:[08004][12154][[unixODBC][Oracle][ODBC][Ora]ORA-12154: TNS:could not resolve the connect identifier specified
]|
those error message are shown on web interface
again, the isql is work...
For the env:
After solving [Driver Manager]Can't open lib '/usr/lib/oracle/12.1/client64/lib/libsqora.so.12.1' : file not found]|
and other problem
Cannot connect to ODBC DSN:[SQL_ERROR]:[08004][12154][[unixODBC][Oracle][ODBC][Ora]ORA-12154: TNS:could not resolve the connect identifier specified
]|
those error message are shown on web interface
again, the isql is work...
Code:
[root@localhost ~]# isql -v uatt +---------------------------------------+ | Connected! | | | | sql-statement | | help [tablename] | | quit | | | +---------------------------------------+ SQL> quit
Code:
[root@localhost ~]# echo $LD_LIBRARY_PATH /usr/lib/oracle/12.1/client64/lib/ [root@localhost ~]# echo $TNS_ADMIN /usr/lib/oracle/12.1/client64/network/admin
Comment