What is anonymous block in oracle PL/SQL.?
Hi, I want to what exactly the anonymous block is and how to call a function through anonymous block..?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Mar 17, 2011, 12:20 AM
For example:
declare s varchar(2);
BEGIN
s:= 'Forums';
END
For more: http://www.orafaq.com/wiki/Anonymous_block