Revoke "WITH GRANT OPTION" only
Is there a way we can revoke only the "with grant option" privliege? I executed this command
GRANT READ, WRITE ON DIRECTORY SLTA07_DIR TO slta WITH GRANT OPTION;
but it should have been
GRANT READ, WRITE ON DIRECTORY SLTA07_DIR TO slta ;
How to fix it without doing a drop directory?
Thanks