-
Junior Member
Executing anonymous PL/SQL block in Forms !!
I want to execute an anonymous PL/SQL block, stored inside a column, in Forms.
Please help me out with the solution by both using and not using "EXECUTE IMMIDIATE". 
-
Re: Executing anonymous PL/SQL block in Forms !!
what is the PL/SQL code that you want to execute.
-
Junior Member
Re: Executing anonymous PL/SQL block in Forms !!
Begin insert into emp values (10, 'debasis'); end;
-
Sponsored Ads
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules