Hi.
I have the following problem.
When I try to connect to an Oracle Database (Version 19.3.0.0.0) on Windows Server 2022, the first connection works but, as soon as I try the first command, I receive the following error:
SQL> select * from v$version;
ERROR:
ORA-03114: not connected to ORACLE
Checking on server by using Whireshark I can see a Connection Reset (RST).
What could be the problem of this reset?
Thank You very much for your support.