Entering content frame

700: Session inactivity timeout (work rolled back) 

Explanation:

The user’s transaction was implicitly cancelled and reset by a ROLLBACK statement. The database session was implicitly terminated because the user failed to carry out any operations during a certain period of time (database parameter SESSION_TIMEOUT or the timeout value specified in the CONNECT statement).

User Action:

Repeat the CONNECT statement; it may be necessary to specify a larger timeout value.

Check and, if necessary, change the value of the SESSION_TIMEOUT database parameter.

 

Leaving content frame