Hi, I remember getting these on our test environment. In our case the view form referenced data in another database through a database link. It seems to be the case in your application too (DTS3.WORLD). The reason behind, I believe, is that the remote database closes the connection opened for the database link if it is inactive for certain period of time (in our case this was much more likely on development/test environment than in production).
You can try to ask DBAs of the other system to tweak the session timeout on their database. Alternatively, you can keep running a query against that view form to make sure there is always some activity on that session. Hope this helps. Regards Jiri Pospisil Technology Support Systems ▪T▪ ▪ ▪Mobile UK▪ -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Frank, Gordon M Mr NISO/Lockheed Martin Sent: 03 October 2006 13:07 To: [email protected] Subject: ORACLE Error (UNCLASSIFIED) Classification: UNCLASSIFIED Caveats: NONE Hello all, Does anyone know what causes this error? ARERR [552] Failure during SQL operation to the database : ORA-02068: following severe error from DTS3.WORLD ORA-03113: end-of-file on communication channel It happens while searching VIEW form. It is intermittent. Thanks up front Gordon Frank Classification: UNCLASSIFIED Caveats: NONE _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org NOTICE AND DISCLAIMER: This email (including attachments) is confidential. If you have received this email in error please notify the sender immediately and delete this email from your system without copying or disseminating it or placing any reliance upon its contents. We cannot accept liability for any breaches of confidence arising through use of email. Any opinions expressed in this email (including attachments) are those of the author and do not necessarily reflect our opinions. We will not accept responsibility for any commitments made by our employees outside the scope of our business. We do not warrant the accuracy or completeness of such information.

