database security thru roles [message #115721] |
Wed, 13 April 2005 21:23 |
Hina
Messages: 51 Registered: April 2004
|
Member |
|
|
I am trying to implement a role base security for an application, where each user will be granted through different roles.
As far as I know all privileges on DML will be assigned to PKG and packages will be granted to roles.
Is this correct ? or please explain me with some real examples
no base table permissions
No single User ID or Role will have any permissions to any underlying data tables for
data modification. All data manipulation (DML) operations will be performed only
using Oracle packages
|
|
|
|
|
|
|