ORA-04043: object RAY.MTE_LOG does not exist [message #256821] |
Mon, 06 August 2007 15:34 |
caprikar
Messages: 226 Registered: March 2007
|
Senior Member |
|
|
Hi,
I have a user called RAY in which I have a table MTE_LOG.
I created a ROLE RAY_SELECT and did,
grant select on RAY.MTE_LOG to RAY_SELECT;
Also I granted RAY_SELECT to another user called MIG,
grant RAY_SELECT to MIG;
But when I try to
select * from RAY.MTE_LOG ;
I'm getting -->
ORA-04043: object RAY.MTE_LOG does not exist
can anyone tell me why?
Thanks,
GK
|
|
|
|
|