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: Privlage problem

Re: Privlage problem

From: Connor McDonald <mcdonald.connor.cs_at_bhp.com.au>
Date: 1997/02/25
Message-ID: <3312ABF5.60D4@bhp.com.au>#1/1

EIU#120150 LUM 034 LAB wrote:
>
> I am trying to grant a user the privlage to view any of an owner's
> tables. Current the owner has no tables.
> Usually the syntax is as follows:
> GRANT (privlage) ON (table) TO (user);
> But since the owner has no tables as of yet, I do not know what to put
> in the table part of the command.
> Can anyone help me?
> By the way, I am a student but I am not cheating. I am working for a
> professor as the DBA for his Dbase class.
> --thanks!

grant select any table to xyz;

This lets xyz view any table owned by ANY user

-- 
Connor McDonald
Systems Administrator-Unix/Oracle
BHP Iron Ore
"You're not drunk if you can lie on the floor without holding on"
            - Dean Martin
Received on Tue Feb 25 1997 - 00:00:00 CST

Original text of this message

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