Connecting Tech Pros Worldwide Forums | Help | Site Map

which command is used to grant all the privileges to hr user......

Newbie
 
Join Date: Oct 2009
Posts: 1
#1: Oct 9 '09
grant ??????????
to hr

Newbie
 
Join Date: Oct 2009
Posts: 1
#2: Oct 10 '09

re: which command is used to grant all the privileges to hr user......


in short, it's:
grant all privileges to testuser;

you can see from :
http://farmercn.blogspot.com
debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 7,509
#3: Oct 11 '09

re: which command is used to grant all the privileges to hr user......


1.create a role
2.grant the privileges to the role
3. grant the role to the user.
Reply


Similar Oracle Database bytes