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: App schema with SYS privileges?

Re: App schema with SYS privileges?

From: gazzag <gareth_at_jamms.org>
Date: 26 Sep 2005 04:19:04 -0700
Message-ID: <1127733544.167833.236610@g44g2000cwa.googlegroups.com>


No. Any user you create will only get privileges that you explicitly grant.

As a follow up to Mark's post, try the following as SYSTEM:

select privilege from dba_sys_privs
where grantee='DBA'; Received on Mon Sep 26 2005 - 06:19:04 CDT

Original text of this message

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