Monday, July 4, 2011

Steps to Upgrade OMS to 10.2.0.4 or 10.2.0.5

Visit the Below Website to access unlimited exam questions for all IT vendors and Get Oracle Certifications for FREE
http://www.free-online-exams.com
Steps to Upgrade OMS to 10.2.0.4/5 

1. Apply Patch shutdown db And apply patch 4329444 on 10.1.0.4 repository db
2. Rollback Patch 5191377 from OMS_HOME, if applied
3. Check there are NO invalid SYSMAN objects

4. Stop all EM DBMS jobs

SQL> execute emd_maintenance.remove_em_dbms_jobs;
SQL> commit;
SQL> ALTER SYSTEM SET job_queue_processes=0 SID='*';

5. Stop all OMS components (Leave repository DB and listener running)

$PROMPT> $ORACLE_HOME/bin/emctl stop oms
$PROMPT> $ORACLE_HOME/bin/emctl stop iasconsole
$PROMPT> $ORACLE_HOME/opmn/bin/opmnctl stopall

6. Apply the 10.2.0.4/5.0 Patch Set (3731593) to OMS10 home

7. Re-submit the EM DBMS jobs after successful upgrade

SQL> ALTER SYSTEM SET job_queue_processes=10 SID='*';
SQL> EXEC emd_maintenance.submit_em_dbms_jobs;
SQL> commit;
******************
References:


(Please also see Note 464674.1)

    
Get Oracle Certifications for all Exams
Free Online Exams.com

No comments: