Database Security Products (MOSC)

MOSC Banner

WITH ADMIN Option

edited Sep 1, 2010 11:00PM in Database Security Products (MOSC) 5 commentsAnswered
 For whatever reason we have the following USER creation statement in our database setup at our customers' sites:

<!-- @page { margin: 2cm } P { margin-bottom: 0.21cm } -->

CREATE USER SYSADM IDENTIFIED BY <password> ;

GRANT CONNECT, CREATE SESSION, CREATE VIEW TO SYSADM WITH ADMIN OPTION ;

GRANT CREATE USER, CREATE VIEW, CREATE TRIGGER, CREATE PROCEDURE,

CONNECT,RESOURCE TO VERWALTER  IDENTIFIED BY <password> WITH &lt;!-- @page { margin: 2cm } P { margin-bottom: 0.21cm ADMIN OPTION; The naming of SYSADM is only for compatibility reasons with Unify/Gupta/Centura, you name it).
The service contractor of our customer says they don't allow for giving ADMIN option together with CREATE USER and CREATE RESOURCE.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center