Problem : Users being kicked out of the database

Problem : Users being kicked out of the database

Can anyone help me diagnose this problem.  Users are getting this error message several times a day. and being disconnected from the database


Solution: Users being kicked out of the database

Use the SQL*Net trace file to look for any ORA-XXXXX or TNS-XXXXX errors
that may actually be the underlying cause of the FRM-40655 error reported
by Oracle Forms.

The SQL*Net trace file will allow you to:

o see the exact text of every SQL statement that the client is sending to
the server
o see the response that the server sends back to the client
o see malformed SQL statements
o see the errors that the server returns

Review the sqlnet.log file for any TNS-XXXXX errors that may have occurred
that may actually be the underlying cause of the FRM-40655 error reported
by Oracle Forms.