Hi All:
I am using sqlcl (v20.2) and sqlplus (19c) to connect to the same database. Here is my puzzle:
if I don't use my sqlcl for x minutes (I don't know exact value for x; but x is sure < 60 minutes), my sqlcl will stop working. Nothing respond if I type a simple select statement. And I have to launch a new sqlcl to continue
However, my sqlplus session doesn't have this issue
I want to know if there is a client-side configuration for sqlcl to control idle session timeout value so that I can increase the value.
did some google and can't seem find an answer for this.
Thanks!
Kevin