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

Home -> Community -> Usenet -> c.d.o.server -> How to share a schema with other users?

How to share a schema with other users?

From: Benjamin Lai <ywlaiben_at_so-net.com.hk>
Date: Sun, 14 Jul 2002 01:18:18 +0800
Message-ID: <3D3060DA.BCAF9301@so-net.com.hk>


I have created a number of tables/views using a DBA role user. What I want to do is the allow other less privleged users to share this schema's data. After I granted the select right to other users, I found that other users still have to access the tables with the schema name before the table name, like

select * from <schema name>.<table name>

Does anybody know if there's any way to simplify this troublesome naming scheme? Can I do anything to allow other less privileged users to access the tables by the table names only?

Any opinion is welcome! Received on Sat Jul 13 2002 - 12:18:18 CDT

Original text of this message

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