SQL7915 - Access plan for SQL statement has been built

SQL7915
Message Text: Access plan for SQL statement has been built.
Cause Text: SQL had to build the access plan for this statement at run time. This occurs in the following cases:
  • The program has been restored from a different release and this is the first time this statement has been run.
  • All the files required for the statement did not exist at precompile time, and this is the first time this statement has been run.
  • The program was precompiled using SQL naming mode, and the program owner has changed since the last time the program was called.
Recovery Text: This is normal processing for SQL. Once the access plan is built, it will be used on subsequent runs of the statement.

The DB2® UDB for iSeries™ precompilers allow the creation of the program objects even when required tables are missing. In this case the binding of the access plan is done when the program is first run. This message indicates that an access plan was created and successfully stored in the program object.