I need to access a Sybase ASE Database from a RHEL 6.5 machine in order to test some SQL Queries there.
Already tried sqlplus64, which gives me a
ORA-12592: TNS:bad packet
for
$ sqlplus64 <username>/<password>@<host>:<port>/<db_schema_name>
which makes sense for me, since it's an Oracle Tool and propably expects an Oracle Database.
I read about using isql but I don't know how to install it on RHEL 6.5?!
Any suggestion for other tools or is it possible to use sqlplus64 somehow?