Hi all,
I given the grant previlage to some user.
Foe example
grant select on star.employees to scott..
star and scott are schema name.from the scott i execute like
select * from star.employees i got output but i execute like select * from employees without schema name i got the error like ora-00942 table or view does'nt exisit..urgentl y i need ....pls help me
I given the grant previlage to some user.
Foe example
grant select on star.employees to scott..
star and scott are schema name.from the scott i execute like
select * from star.employees i got output but i execute like select * from employees without schema name i got the error like ora-00942 table or view does'nt exisit..urgentl y i need ....pls help me
Comment