Home » Developer & Programmer » Forms » grant issue
grant issue [message #192735] |
Wed, 13 September 2006 07:18  |
maoro
Messages: 312 Registered: May 2005
|
Senior Member |
|
|
hello
i created an application where hr user is the owner of tables indexes, sequences,procedures.functions...
now everytime i create a new user for this application,i have to grant this user explicitly everything under hr schema
ex: grant newuser select on hr.sales;
grant newuser execute on hr.dropsales;
etc....
is there a way since all the objects are owned by hr user to grant it in one command like:
grant all on hr to newuser
oracle 9i DS windows xp
oracle database 10G
thanks
|
|
|
|
|
|
Goto Forum:
Current Time: Sun Mar 09 17:58:12 CDT 2025
|