Re: granting execute rights
I guess you have misunderstood the grant syntax.
grant execute on procedure sproc1 to 'test1'@'localhost';
will grant the execute on the table sproc1 of the current default database.
You should have do a
grant execute on procedure mydb.* to 'test1'@'localhost';
if I am not wrong
Subject
Views
Written By
Posted
5184
August 09, 2005 03:07AM
Re: granting execute rights
2199
August 09, 2005 07:52PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.