![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, Is it possible to create a view or a version of data accessible through same object name (table or view), which returns different values for different sessions? Here is what I am trying to do: I need to create a view with a different underlying query each time it is accessed. But I still need it to behave like a static object so I could use it to link with an external tool (so, it's name and structure etc will not change, just the underlying query and it's where clause willl change). To make matters more complex, the query would be different for different people logged in, hence the SESSION SPECIFIC contstraint. Any ideas? thanks much, Mark |
#3
| |||
| |||
|
|
vistav20 (AT) yahoo (DOT) com> wrote in message news:1116534960.671779.97210 (AT) f14g2000cwb (DOT) googlegroups.com... Hi, Is it possible to create a view or a version of data accessible through same object name (table or view), which returns different values for different sessions? Here is what I am trying to do: I need to create a view with a different underlying query each time it is accessed. But I still need it to behave like a static object so I could use it to link with an external tool (so, it's name and structure etc will not change, just the underlying query and it's where clause willl change). To make matters more complex, the query would be different for different people logged in, hence the SESSION SPECIFIC contstraint. Any ideas? thanks much, Mark yes, you want VPD (Virtual Private Database) functionality, AKA 'FGA' (Fine Grained Access) -- see http://www.oracle.com/technology/pub...14_10gdba.html ++ mcs |
#4
| |||
| |||
|
|
Hi, Is it possible to create a view or a version of data accessible through same object name (table or view), which returns different values for different sessions? Here is what I am trying to do: I need to create a view with a different underlying query each time it is accessed. But I still need it to behave like a static object so I could use it to link with an external tool (so, it's name and structure etc will not change, just the underlying query and it's where clause willl change). To make matters more complex, the query would be different for different people logged in, hence the SESSION SPECIFIC contstraint. Any ideas? thanks much, Mark |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
Hi, Is it possible to create a view or a version of data accessible through same object name (table or view), which returns different values for different sessions? Here is what I am trying to do: I need to create a view with a different underlying query each time it is accessed. But I still need it to behave like a static object so I could use it to link with an external tool (so, it's name and structure etc will not change, just the underlying query and it's where clause willl change). To make matters more complex, the query would be different for different people logged in, hence the SESSION SPECIFIC contstraint. Any ideas? thanks much, Mark |
![]() |
| Thread Tools | |
| Display Modes | |
| |