TimesTen Error Messages

TT-08523

No data found


Cause

You attempted to execute a SELECT statement inside a PL/SQL block and no rows were found.


Action

You can handle the NO_DATA_FOUND exception in your PL/SQL block so that your program completes running. For more information about exceptions, see Understanding Exceptions in Oracle TimesTen In-Memory Database PL/SQL Developer's Guide.


Additional Information

The block execution ends.