Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: App schema with SYS privileges?
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