![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello all, I have a question regarding Oracle9i security. I have a database owned by 'admin' all tables in the database are owned and originally created by admin. I have a role on this database named: Role1 If admin creates a new table named: 'new_table' I want another user, say John to be able to GRANT SELECT ON new_table TO Role1; This grant does not succeed ? Does anyone know how I can accomplish this. Thanks in advance. |
#3
| |||
| |||
|
|
If admin creates a new table named: 'new_table' I want another user, say John to be able to GRANT SELECT ON new_table TO Role1; |
#4
| |||
| |||
|
|
If admin creates a new table named: 'new_table' I want another user, say John to be able to GRANT SELECT ON new_table TO Role1; Admin has to do: GRANT SELECT ON new_table TO John WITH GRANT OPTION Hilarion |
![]() |
| Thread Tools | |
| Display Modes | |
| |