How can I delay the trigger action.
How can I delay the trigger action. e.g I want to write a trigger to grant table access to other users as soon as the table is created. But the issue is grant cannot be given unless the create operation is finished. So want to delay the trigger action till the table is created. I don't want to use JOB thru triggers as it creates issues during database refresh. Also dont want to disable or enable the trigger.