TimesTen Error Messages

TT-08509

PL/SQL execution terminated; PLSQL_TIMEOUT exceeded


Cause

A PL/SQL program unit exceeded the maximum time specified in the PLSQL_TIMEOUT attribute.


Action

Examine if the program unit contains loops or never-ending execution. If the PL/SQL program unit is running but needs more time to complete, increase the PLSQL_TIMEOUT attribute value. Then, retry the operation. For more information, see PL/SQL Connection Attributes in Oracle TimesTen In-Memory Database PL/SQL Developer's Guide.


Additional Information

TimesTen terminated the execution of the PL/SQL program unit.