Questions tagged [oracle-enterprise-manager]

Oracle Enterprise Manager (OEM or EM) is a set of web-based tools aimed at managing software and hardware produced by Oracle Corporation as well as by some non-Oracle entities.

Oracle Enterprise Manager Grid Control is used for managing lots of databases and application servers.
It can manage multiple instances of Oracle deployment platforms; the most recent edition also allows for management and monitoring of other platforms such as Microsoft .NET, Microsoft SQL Server, NetApp Filers, BEA weblogic and others.
Partners and IT organizations can build extensions to Oracle Enterprise Manager, and make them available to other Enterprise Manager users via Oracle Enterprise Manager Grid Control Extensions Exchange.
Oracle Enterprise Manager provides comprehensive, flexible, easy-to-use monitoring functionality that supports the timely detection and notification of impending IT problems to the intended users. It offers the most comprehensive monitoring from Oracle Database instances to Oracle Real Application Clusters to Oracle Application Server Farms and Clusters.
OEM Grid Control comes with a comprehensive set of performance and health metrics that allow monitoring of key components in your environment such as applications, application servers, databases, as well as the back-end components on which they rely, such as hosts, operating systems and storage.
The architecture of the OEM for Grid Control has three distinct components:

  • the collection agent (Oracle Management Agent or OMA)
  • the aggregation agent (Oracle Management Server or OMS)
  • the repository agent (Oracle Management Repository or OMR)
    The OMA runs on the target host and collects information on the hardware, operating system, and applications that run on the target. The OMS runs on one or two servers and collects the data generated by the OMAs. The OMS pulls the information from the OMAs and aggregates the collections into the repository. The OMS also acts as the user-interface — by generating web-pages for database administrators to view the status of systems and services. The OMR comprises an instance of the Oracle database that stores the data collected by the OMS. Installers can make the OMR highly available or fault-tolerant by running it on an Oracle RAC instance across multiple nodes.

    Oracle Enterprise Manager performs much of its activity through intelligent agents which Oracle Corporation refers to as Oracle Management Agents. These run as autonomous proxy processes on a managed node, and perform execution and monitoring tasks for Oracle Enterprise Manager, communicating using the Hypertext Transfer Protocol (HTTP or HTTPS).
80 questions
6
votes
1 answer

Triggered SMS through SOA/UMS not getting Sender Address from sdpmessagingdriver-smpp driver configuration settings

DESCRIPTION: We are using sdpmessagingdriver-smpp driver deployed on SOA server to send SMS messages. We have configured SMPP driver properties with "Sender Address" & "Default Sender Address". When we try to send SMS then it fails with error…
Himanshu
  • 825
  • 2
  • 10
  • 24
5
votes
9 answers

Getting "Unable to check for available memory." on Oracle DB 18c

I am trying to create a database in order to complete my self learning, but unfortunately I got unexpected error "Unable to check for available memory.", I am doing it using Database Configuration Assistant (DBCA). My Oracle Database Version
Yusuf Ibrahim
  • 1,591
  • 5
  • 21
  • 46
4
votes
6 answers

How much of a resource hog is Oracle Enterprise Manager?

I'm using a medical records system built on an Oracle database. Our vendor just told us that we need to shut down Oracle's Enterprise Manager service when we're not using it, because it uses too much of the system's resources. I know I can get…
SarekOfVulcan
  • 1,348
  • 4
  • 16
  • 35
3
votes
1 answer

What does Active Sessions and User I/O mean in Oracle Enterprise Manager?

What does "Active Session" mean? I need to analyze database performance by using this graph taken from Oracle Enterprise Manager (OEM), but I don't understand what is "Active Session" and why there are 22 of them of User I/O? Could someone please…
Prostak
  • 3,565
  • 7
  • 35
  • 46
3
votes
2 answers

httpServletRequest.getParameter returns null

I have two servers one (local) and the other (remote calling through vpn). On both, the same application is deployed. I stop the vpn to call the local one, so no interference between them. I am trying to get the param in the servletFilter in…
2
votes
1 answer

How can I get Enterprise Manager for Oracle 11g R1 to install?

I am running a windows xp sp3 machine with 22gb free space, 1.5ghz Intel Pentium M and 768MB of RAM. Every time i try to install oracle 11g, the installation goes okay except for running the emca script. Enterprise manager failed due to the …
jake
  • 1,435
  • 2
  • 14
  • 22
2
votes
1 answer

ORA-02065: illegal option for ALTER SYSTEM

I'm new to Oracle. I was learning Backup and Recovery. For that, I did $ sqlplus system/password SQL> alter system set db_recovery_file_dest_size=8gb scope=both; But I got error this error:-enter image description here Can anyone tell me the exact…
Sagar Bajpai
  • 361
  • 1
  • 5
  • 13
2
votes
1 answer

Oracle Monitoring on AWS: EM Express vs Cloud Control

I am looking for general advice from anyone who has experience monitoring Oracle RDS databases in AWS. The system that I am working with will involve several enterprise Oracle RDS databases (on the order of a few dozen) in AWS. My organization is…
2
votes
0 answers

Error occurred during activation of changes after deployment in EM

I am stuck with a error while activating my deployment in weblogic server (version - 12.2.1). I am deploying EAR of ADF application to weblogic through em and shows a below error message. Using Oracle database 11g which was in a different domain at…
2
votes
0 answers

Oracle enterprise manager 11g internal error?

I've successfully installed oracle 11g enterprise edition on my 64bit machine with windows 10. After i access https://localhost:1158/em and enter username and password correctly i get an error as Internal Error has occurred. Check the log file for…
2
votes
7 answers

Cannot login to Oracle Enterprise Manager Express

I have downloaded Oracle Developer Days Database 12c virtualbox image. I can boot it and access the desktop. When I try to log in to Enterprise Manager (EM) Express using the URL http://127.0.0.1:8888/em I am asked to install Adobe Flash. I install…
1
vote
1 answer

How to upgrade Oracle Enterprise Manager Database Console without upgrade the database version itself?

Maybe the question is not so clear. I'm not sure about the relations of these Oracle's components. We have an Oracle 11g with an OEM dbconsole on it. Is dbconsole and databse control are actualy the same thing? Since Adobe Flash EOL arrived at…
user2671057
  • 1,411
  • 2
  • 25
  • 43
1
vote
0 answers

Oracle Enterprise Manager export real time monitoring for more databases in separate window

I am using Oracle Cloud Manager 13c. I have many databases, but I would like to track the CPU load of only five or six important ones. I see the Performance Hub where I can see the load and also performance when I click on goals-databases where we…
ultimo_frogman
  • 91
  • 3
  • 11
1
vote
0 answers

Frequent OEM agent down alert

We are getting frequent agent down alerts from OEM for oracle database servers. When login to the server and check the agent will be running without issues. How can we stop these false alerts?
Chan
  • 11
  • 3
1
vote
0 answers

Oracle Enterprise Monitor behind nginx proxy keep redirecting infinitely

I am trying to setup OEM behind nginx reverse proxy. Here is my nginx config. location ~* "^/em/(.*)" { add_header X-debug-message "Just for testing" always; proxy_redirect https://em/ https://local.mydomain.com:8080/em/; …
1
2 3 4 5 6