Sounds like you could do this simply with a couple of commands:
CREATE USER Scott IDENTIFIED BY Tiger;
GRANT SELECT ON Schema.ViewName TO Scott;
This is a pretty basic administrative task. If you are having trouble with it, I am going to politely suggest some DBA training or a good Oracle DBA book. It gets a bit more difficult after this... Terry
**************************
* General Disclaimor - Please read *
**************************
Please make sure your post is in the CORRECT forum, has a descriptive title, gives as much detail to the problem as possible, and has examples of expected results. This will enable me and others to help you faster...
In additon to THoey's reply, be aware that any PUBLIC synonyms you may have created ( or were created at Database create time) will be accessable to ANY user - this includes many system and sys views that access
the data dictionary, etc...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.