Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

sqlplus -s/nolog connectivity issue with oracle 18c client

User_56WQAOct 18 2019 — edited Oct 18 2019

Hi,

  Facing issue while connecting with sqlplus nolog option by passing DB conenct string as an argument. This is working fine with 11g client, but, not working with 18c client.

Below is from 11g Client:

[vmbase12 ~]$ sqlplus -s/nolog $DATABASE

select sysdate from dual;

SYSDATE

---------

18-OCT-19

exit;

[vmbase12 ~]$

The same command is not working from 18c client and it is throwing how to use sqlplus messages

Comments
Post Details
Added on Oct 18 2019
4 comments
697 views