Search notes:

ORA-03114: not connected to ORACLE

The ORA-03114: not connected to ORACLE error is likely to be caused by ORA-03113: end-of-file on communication channel.
SQL> alter session set events 'immediate crash'
…
ORA-03113: end-of-file on communication channel
…

SQL> select * from dual;
…
ORA-03114: not connected to ORACLE

See also

Other Oracle error messages such as ORA-03113: end-of-file on communication channel
Forcefully killing a session

Index