Tagged Questions
1
vote
0answers
68 views
User defined content specific permissions with varying conditions. How to design tables?
I'm working on a privacy settings problem, which is proving to be cumbersome to design.
Essentially I have:
User created content
User can define access groups for content.
Access groups vary ...
2
votes
2answers
326 views
Is to possible to forbid access to tables in own schema - Oracle?
Lets assume that we have the following situation:
We have an Oracle schema/user: USER_TEST (with the "create session" privilege).
SYS as SYSDBA creates couple Tables on schema USER_TEST. Is it ...