For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hello,
When I add privileges to a table, in the DDL I have this code:
GRANT DELETE, INSERT, REFERENCES, SELECT, UPDATE ON my_table TO my_user WITH GRANT OPTION;
How can I create the same code without WITH GRANT OPTION ?