|
-
Lets say,
user A queries
select * from scott.emp;
user B queries
select * from scott.emp;
But user B does not have previlages on scott.emp table.
Since both the statements are identically same, does oracle parses the statement again
or does it gets the info about the previleges from existing execution plan in the library cach to return the error?
Regards
sonia
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|