DBMS_JOB,submit
799644Oct 24 2011 — edited Oct 24 2011HI
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