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: Grant to create links & views

Re: Grant to create links & views

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Mon, 04 Oct 2004 16:53:53 -0700
Message-ID: <1096934115.255982@yasure>


Julien wrote:

> Hi all,
>
> I'd like to know what is the grant syntax to authorize a user to create
> databases links and tables views.
> Do U know ?
>
> Thx All !

The three link related system privs are: create database link
create public database link
drop public database link

as in: GRANT create database link TO <schema_name>

Though since most DBAs are lazy and grant the CONNECT role to every user ... pretty much every user already has the privilege.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Mon Oct 04 2004 - 18:53:53 CDT

Original text of this message

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