Enterprise Manager Grid Control ( OMS Problem )
I were stuck with OMS configuration while installing EMGC 10.2.0.1.
I checked in $OMS_HOME/sysman/log directory but couldn’t find anything.
There was no latest file in $OMS_HOME/sysman/log which proved that OMS configuration is hanging.
I looked into $OMS_HOME/cfgtoollog/cfgfw/CfmLogger_2008-12-11_11-02-50-AM.log file and found that the last step was dropping SYSMAN used and it never completed it ,so i followed the followinf steps and then OMS configuration succeeded.
- EXEC sysman.emd_maintenance.remove_em_dbms_jobs;
- EXEC sysman.setEMUserContext(”,5);
- REVOKE dba FROM sysman;
- DECLARE
CURSOR c1 IS
SELECT owner, synonym_name name
FROM dba_synonyms
WHERE table_owner = ‘SYSMAN’
;
BEGIN
FOR r1 IN c1 LOOP
IF r1.owner = ‘PUBLIC’ THEN
EXECUTE IMMEDIATE ‘DROP PUBLIC SYNONYM ‘||r1.name;
ELSE
EXECUTE IMMEDIATE ‘DROP SYNONYM ‘||r1.owner||’.'||r1.name;
END IF;
END LOOP;
END; - DROP USER mgmt_view CASCADE;
- DROP ROLE mgmt_user;
- DROP USER sysman CASCADE;
- drop public synonym MGMT_TARGET_BLACKOUTS;
- drop public synonym SETEMVIEWUSERCONTEXT;
No comments yet.
Leave a comment
-
Recent
- Data Guard Auto startup
- Alert.log Monitoring.
- Tier1 Rule Changes
- Menu Driver ORAENV
- HOW TO APPLY CPU JAN 2009
- Trouble shoot Out Of Memory Error for Oracle
- Users to roles and system privileges
- Enterprise Manager Grid Control ( OMS Problem )
- Data Guard Diagnostic Scripts
- NetApp Too many users logged in! Please try again later.
- MySQL Replication
- Data Guard Broker Setup for MAA Architecture
-
Links
-
Archives
- June 2009 (1)
- March 2009 (2)
- January 2009 (3)
- December 2008 (4)
- November 2008 (4)
- October 2008 (6)
- September 2008 (35)
- August 2008 (3)
-
Categories
-
RSS
Entries RSS
Comments RSS
