Blocks
A PL/SQL compilation and run time system is an engine that compiles and executes PL/SQL blocks and programs. That engine installed in an Oracle server or in application development tool. The Pl/SQL engine accepts as input any valid blocks or program. The PL/SQL engine processing an anonymous block, and PL/SQL engine executes procedural but sends SQL statements to the SQL engine in the Oracle Database.
Block: Block is grouped code or set of statement, the blocks are two types.
1: Anonymous block or Un Named PL/SQL Blocks
2: Stored sub program or Named PL/SQL Blocks
No comments:
Post a Comment