Skip to Main Content

SQL Developer Data Modeler

Announcement

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!

WITH GRANT OPTION

FC60Nov 28 2019 — edited Nov 29 2019

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 ?

This post has been answered by Philip Stoyanov-Oracle on Nov 28 2019
Jump to Answer
Comments
Post Details
Added on Nov 28 2019
3 comments
638 views