While connecting to the SQLcL from a bash shell script after upgrading to build 21.3.0.278.1045, seeing the below warning message
sql -S -L /nolog << EOF
WHENEVER SQLERROR EXIT SQL.SQLCODE
connect $CONNECT_STRING
select sysdate from dual;
EOF
"Oct 21, 2021 1:24:15 PM org.jline.utils.Log logr
WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information)
Oct 21, 2021 1:24:15 PM org.jline.utils.Log logr
WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information)
Oct 21, 2021 1:24:15 PM org.jline.utils.Log logr
WARNING: terminal cannot be created paused
"
Sql connection works fine. Anyone else has seen something similar / has a workaround