Skip to Main Content

SQL & PL/SQL

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

DBMS_JOB,submit

799644Oct 24 2011 — edited Oct 24 2011
HI

I have a trigger which will grant privls to other user when a table created in one user



My triger is good and i can see the job schedule in user_jobs but i think it is not executing when i execute this seperatly execute immediate "grant select on ' ||
ora_dict_obj_name ||
' to second_user

i can see the grants on the table for the second user but i need it auto any help

Edited by: swapna on Oct 24, 2011 4:12 PM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 21 2011
Added on Oct 24 2011
13 comments
469 views