Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

how create view in procedure

mfa786Mar 31 2007 — edited Mar 20 2008
hi master
sir i use this code for createing view but oracle give me error


create or replace procedure MFATTT (tt VARCHAR2) is

begin

create view aamir2 as select accid from accbal;

end;

please give me idea ho i create view in procedure

thank you

aamir
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 17 2008
Added on Mar 31 2007
18 comments
6,819 views