Thursday 22 May 2014

target status is pending on OEM CONSOLE

Issue: FROM oeM CONSOLE  target status is pending .
Solution:increased job_queue_process to 20 in target db and restarted OMS services and restarted agent .
OMS and agent in  machine1 and  DB in machine2.
Sol:
SQL> alter system set job_queue_processes=20;

System altered.

SQL> sho parameter job_queue_processes;

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
job_queue_processes                  integer     20
SQL>
Then come to OMS installed machine and restart oms on $OMS_HOME/bin
./emctl  stop oms
Ans then
./emctl  start oms.
And then restart agent  go to >$AGENT_HOME/bin
./emctl  stop agent
Then

./emctl  start agent

No comments:

Post a Comment