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