no executable code : Begin End Block « PL SQL « Oracle PL / SQL






no executable code

  
SQL>
SQL>  declare
  2      myText varchar2(100);
  3    begin
  4      null;
  5    end;
  6    /

PL/SQL procedure successfully completed.

SQL>

   
  








Related examples in the same category

1.Three sections - declarative, executable, and exception.
2.An example of an anonymous block
3.Block-Based Development
4.The PL/SQL Block
5.Block Nesting
6.The executable section needs at least one line of code to be valid.
7.Five level nested statement
8.Building Blocks of PL/SQL
9.A Nested Block Example
10.Block with name
11.Outer Block name and inner block name
12.This script demonstrates the structure of a block
13.Nested block
14.Plain SQL and PL/SQL program