Hi,
I'm granting permissions for a user to be able to select from around 50 tables:
GRANT SELECT ON SCHEMA1.TABLE1 TO DANSCOTT;
GRANT SELECT ON SCHEMA1.TABLE2 TO DANSCOTT;
GRANT SELECT ON SCHEMA1.TABLE2 TO DANSCOTT;
The first 25 or so complete quickly and successfully. The script seems to have got stuck on one of the grants (Been running for over 10 minutes so far). I don't think there's anything special about the particular table and I can't think why granting permissions should take very long.
Can anyone tell me how to figure out why it's taking so long and what I need to do to fix it?
Thanks,
Dan Scott