simple steps..here
connect owner/password;

@create table/procedure hello..

grant execute on hello to 2user;

connect 2user/password;

create synonym hello for owner.hello;

exec hello;

hope it makes you better

Thanks.
Thanigaivasan.