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

Home -> Community -> Usenet -> c.d.o.misc -> oracle-sql-question

oracle-sql-question

From: freak <blx999_at_gmx.de>
Date: 6 Jul 2004 08:09:26 -0700
Message-ID: <d0913092.0407060709.cabc4bc@posting.google.com>


hi
i'm quite new to oracle and i found out, that if i have some tables containing data under the schema SYSTEM i can assign users to see that tables.
in an slq-query, unfortunately, i have to write kind of a path to find the data i need, eg

select * from SYSTEM.Tabelle_1 where ID = '2'

now my question:
is there a way to have the tables under SYSTEM, assign users to see the data under SYSTEM by giving them the select-right, without having to write the SYSTEM in the query, but ony select * from Tabelle_1 where ID = '2' ?

any help would be nice ! Received on Tue Jul 06 2004 - 10:09:26 CDT

Original text of this message

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