Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> table access

table access

From: Poosapati Varma <psgkv_at_yahoo.com>
Date: Wed, 10 Jan 2001 10:41:40 -0800 (PST)
Message-Id: <10737.126301@fatcity.com>


Hi guys,

I have a user which has for ex.. 100 tables.

i need to create a new user and allow the user to access the 'SELECT' on all the tables of the above user.

What i had done is created a newuser and created a role in the user which has 100 tables and issued

grant select on <100_table_names_here> to Role_1. and
grant role_1 to USER2.

When the user issues a select statement on a table he has to issue the username.table_name to select data.

is there any other way to access the tables without mentioning the username.

Varma.



Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online! http://photos.yahoo.com/ Received on Wed Jan 10 2001 - 12:41:40 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US