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 -> Re: How do you grant connection permission to a user?

Re: How do you grant connection permission to a user?

From: Daniel Morgan <damorgan_at_exxesolutions.com>
Date: Mon, 26 May 2003 08:25:17 -0700
Message-ID: <3ED231DC.9A49C641@exxesolutions.com>


Sander Goudswaard wrote:

> Peter <peter_at_nomorenewsspammin.ca> wrote in
> news:s9p3dvotmmarhun3cng44d59mgifsl4eqj_at_4ax.com:
>
> > How do you grant connection permission to a user?
> > By granting create session privilege?
> >
>
> grant connect to luser;
>
> - Sander

That is not correct. Connect is a role that has absolutely nothing to do with connecting to the database.

The role contains the create session privilege which is why it works.

The connect role should never be granted to any user and, in fact, should be dropped about as fast as
change_on_install.

--
Daniel Morgan
http://www.outreach.washington.edu/extinfo/certprog/oad/oad_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Mon May 26 2003 - 10:25:17 CDT

Original text of this message

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