Talk:YaSQL

From Oracle FAQ
Jump to: navigation, search

yasql-1.83 is a bit dated, but still works, with the following modification:

   tar -xzvf yasql-1.83.tar.gz
   cd yasql-1.83
   
   cp yasql.in yasql.orig.in
   sed 's/do query_err/query_err/' yasql.orig.in >yasql.in
   
   configure
   make
   make install

NevemTeve, 2017.11.24. 14:21 UTC