utPLSQL / utPLSQL-cli

Command line client for invoking utPLSQL
Apache License 2.0
40 stars 15 forks source link

How to use utplsql with -q? #138

Closed kga676 closed 5 years ago

kga676 commented 5 years ago

Please give me an exaple of of calling utplsql.bat with -q key like ulplsql -p=suite I tried everything but still can not understand where i should put the "-q" key

pesse commented 5 years ago
utplsql.bat run user/password@host:port/service -q

or

utplsql run user/password@host:port/service -q
kga676 commented 5 years ago

And i got this image

pesse commented 5 years ago

This is strange. Can you provide the output of utplsql info ?

kga676 commented 5 years ago

Here it is I installed cli by Ctrl+C -> Ctrl+V in my old cli folder image

kga676 commented 5 years ago

Fixed that by clear installing. Thanks for run example

pesse commented 5 years ago

You're welcome!