DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Whats wrong in the mentioned anonymous block:

  1. #1
    Join Date
    Jun 2008
    Posts
    38

    Whats wrong in the mentioned anonymous block:

    Whats wrong in the below anonymous block:
    Code:
    declare
    	a varchar2(20);
    	i number;
    begin
    	a:= &a;
    	for i in 1.. 10
    	LOOP
    	dbms_output.put_line ( a);
    	END LOOP;
    end;
    /

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    is this a quiz? or are you going to put an error you are getting? thre are a few things wrong with it

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width