S skanat Member² Apr 23, 2003 #1 With GRANT we add privileges to an object... but if now I don't want that privileges? If I want to QUIT them from the object?? Thanks people! Bernat
With GRANT we add privileges to an object... but if now I don't want that privileges? If I want to QUIT them from the object?? Thanks people! Bernat
patch Member³ Apr 23, 2003 #1 try REVOKE privilege. REVOKE [privilege] FROM ... Hope this helps. ------------------ Check out: http://www.oracledeveloper.nl
try REVOKE privilege. REVOKE [privilege] FROM ... Hope this helps. ------------------ Check out: http://www.oracledeveloper.nl
C CTzen Member³ Apr 23, 2003 #1 Originally posted by skanat: Thank man! (or woman) Click to expand... I have a solution: Thanks person!
Originally posted by skanat: Thank man! (or woman) Click to expand... I have a solution: Thanks person!