I\'ve seen discussions about this in the past, such as here. But I\'m wondering if somewhere along the line, maybe 10g or 11g (we are using 11g), ORACLE has introduced any b
It is possible to define a kind of "parametrized" views in Oracle. The steps are:
To use this mechanism one user should:
SELECT data from the view,REMARK: it is essential for the user to do all the three steps in only one session as the package members scope is exactly a session.