PL/SQL Execution Truth


PL/SQL Execution Truth


The PL/SQL runtime engine processes a block of code,
it executes the procedural statements within its own engine,
but
passes the SQL statements on to the SQL engine.

The SQL layer executes the SQL statements and then returns information to the PL/SQL engine

 

Comments