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...