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 -> Re: How to grant table access to

Re: How to grant table access to

From: KE Fein <kfein_at_primenet.com>
Date: 1997/08/11
Message-ID: <5snrkk$m73@nntp02.primenet.com>#1/1

tim.hall_at_tswi.com (Tim Hall ) wrote:
[snip]
>
>That's a simple one:
>
>When accessing USR1_TABLE from USER2 (or vice-versa), you need to
>quality the table with the user name:
>
>SELECT * FROM USER1.USR1_TABLE;
>
>Alternatively, you could create a synonym.
My users forgot to issue a COMMIT (in SQL/PLUS) as well, so they couldn't see the others users data even with the owner preceeding the table name.

Kevin

-- 
                      \\///
                      (0-0)
           +----oOO----(_)-----------+
           |       K. E. Fein        |
           |    Database Analyst     |
           |   kfein_at_primenet.com    |
           +------------------oOO----+
                     |  |  |
                     |__|__|
                      || ||
                     ooO Ooo
Received on Mon Aug 11 1997 - 00:00:00 CDT

Original text of this message

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