Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: OEM Configuration(privs error)

Re: OEM Configuration(privs error)

From: A. Bardeen <abardeen1_at_yahoo.com>
Date: Thu, 6 Jul 2000 05:58:37 -0700 (PDT)
Message-Id: <10550.111330@fatcity.com>


Eric,

GRANT "CONNECT" TO "your_user";
ALTER USER "your_user" DEFAULT ROLE ALL GRANT CREATE PROCEDURE TO "your_user";
GRANT CREATE TRIGGER TO "your_user";
GRANT EXECUTE ANY PROCEDURE TO "your_user"; GRANT SELECT ANY TABLE TO "your_user";

Note, the user must have these privileges granted explicitly, not through a role (e.g. DBA)

See the following doc on MetaLink for more details:

Note 108063.1 - "Existing user Lacks privileges or roles when creating OEM 2.1 repository"

BTW, it is not recommended to use INTERNAL/SYS as the OEM repository owner as this creates the OEM repository in the system tablespace.

HTH,

Received on Thu Jul 06 2000 - 07:58:37 CDT

Original text of this message

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