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!

Dynamic Parameters in view

Sanjay Desai EBSOct 7 2010 — edited Oct 7 2010
Hi ,

I want to create a View with Dynamic parameters.

for e.g.

CREATE OR REPLACE VIEW DEMO_VIEW AS
SELECT *
FROM Pkg_Name.Pkg_Function ( PARAMETER_1, PARAMETER_2, PARAMETER_3 )

In above case , I can pass the value of PARAMETER_1, PARAMETER_2, PARAMETER_3 dynamically


Can anyone help me in this problem ?

regards
Sanjay
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 4 2010
Added on Oct 7 2010
7 comments
2,847 views