Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle Enterprise Manager 11g

Status
Not open for further replies.

llmclaughlin

Programmer
Aug 20, 2004
140
0
0
US
Having a sporadic and unpredictable problem logging into OEM via web browser.The database is up and running not the problem, it's that sometime I can go to the OEM and login and sometimes I can't. I enter username and password and it will just sit there and never leave the login page. When it does this I'll try again using a incorrect password and it will catch the incorrect password immediatialy. Then will try again with correct password and same thing will just stay on login page. I checked the session browser to see what is executing when login button is clicked and it's the below query which appears to be hanging.

SELECT metric_name,
metric_column,
violation_level,
key_value,
key_value2,
MESSAGE
FROM mgmt$alert_current
WHERE target_name = :1
AND target_type = :2
AND metric_name IN
('capture',
'apply',
'propagation',
'streams_latency_throughput',
'apply_queue_buffq',
'capture_queue',
'propagation_msgstate_stats',
'streams_processes_status')
AND violation_level IN (20, 25)

Has anyone encountered this or know a solution?

Thanks

Louie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top