Object/System privilege there.. Schema privilege there? [message #485892] |
Fri, 10 December 2010 22:18 |
prajjwal
Messages: 28 Registered: January 2008 Location: kolkata
|
Junior Member |
|
|
Hi,
Suppose there are 4 schemas U1, U2, U3 and U4.
The following points needs to be taken care of--
1) U1 should have access on all the objects of schema U2.
2) U1 should not have access on any objects of schemas U3 and U4.
3) New objects will be added to U2 but nobody will make any changes to the grants. #1 should still always hold good.
4) No use of triggers to grant automated object privileges on object creation.
5) No use of loop back dblink.
Is this possible in oracle or the feature is missing?
Regards,
Prajjwal
|
|
|
|
|