Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Is It Recommended To Apply Patch Bundles When PSU Is Available? -ID 743554.1 Oracle
  • create trigger syntax Oracle
  • CTAS with LONG Column for 9i and higher Oracle
  • Sort with ASCII order and Numeric Order Linux/Unix
  • T-SQL Vs PL/SQL Syntax SQL Server
  • How to connect to Oracle Database with Wallet with Python. Oracle
  • Load SPM baseline from AWR Oracle
  • Default User Profile Oracle
  • All About Trace Fils Oracle
  • find_open_cur.sql Find open cursorts per session Oracle
  • Temporary tablespace explaination Oracle
  • find_du.ksh to find # of files, their sizes in current folder and its subdolder Linux/Unix
  • How to check current redo log progress redo_progress.sql Oracle
  • Another Tuning Article for subheap of shared pool Oracle
  • myfile Oracle

10g oem configuration

Posted on 19-Jan-2006 By Admin No Comments on 10g oem configuration

(1) Check whether your database is registered with Enterprise Manager or not, using following command:

posdbprod21:oracle> emctl status dbconsole

OC4J Configuration issue. /oracle/app/oracle/product/10.1/oc4j/j2ee/OC4J_DBConsole_posdbprod21_CIF not found.

posdbprod21:oracle>

This means database is not registered with OEM.

(2) Remember DBCA and other java interfaces use /vat/opt/oracle/oratab file to find the number of oracle instances instaled on that server. So ensure that you have your database entry in oratab. I have put following entry there:

CIF:/oracle/app/oracle/product/10.1:N

(3) To register this database with OEM we need to run dbca. for that

(3-1) find your local PC IP.

(3-2) Set DISPLAY env variable pointing to local ip as following:

posdbprod21:oracle> export DISPLAY=10.180.78.47:0.0

(3-3) Start X-windows client on your PC. Here i will start Reflection-X locally on my PC.

(3-4) Now start Database Configuration Asst using command line tool “dbca”.

(3-5) Click on next while navigating through GUI.

(3-6) Check the box on “Configure the Database with Enterprise Manager”.

The radio will be at “Use Database Control for Database Management”. I didnt check any of following options as i dont need them at this time:

“Enable Email Notifications”

“Enable Daily Backup”

Then Click Next..

(3-7) While registering Listeners select “Register this database with selected listeners only”. and select “LISTENER_CIF” for here.

(3-8) Now, you will be asked to provide passwords for SYSMAN and DBSNMP users. give appropriate password. I generally keep same password as SYS.

(4) After that when we check dbconsole status, we will get following results:

posdbprod21:oracle> emctl status dbconsole

Oracle Enterprise Manager 10g Database Control Release 10.1.0.4

Copyright (c) 1996, 2004 Oracle Corporation. All rights reserved.

http://posdbprod21:5502/em/console/aboutApplication

Oracle Enterprise Manager 10g is running.

——————————————————————

Logs are generated in directory /oracle/app/oracle/product/10.1/posdbprod21_CIF/sysman/log

posdbprod21:oracle>

So now DB is registered with OEM and Intelligent Agent is running on this server.

(5) Now here you can see follwoing string in above step-4.

http://posdbprod21:5502/em/console/aboutApplication

So go to your browser and type

http://posdbprod21:5502/em

If you are getting some errors related to resolving name then bypass proxy for local servers and also need to setup your server-ip address in exceptions in browser settings:

Tools -> Internet Options -> Connections -> LAN Settings -> Advanced -> and in Exception mention, your DB server name or IP address of DB server.

So this setting should work.

Oracle, SQL scripts

Post navigation

Previous Post: UNderstand and eliminate Latch contention.
Next Post: Korn Shell Arithmatic

Related Posts

  • Jai Shree Ram Oracle
  • SQL_PROFILE – I explaination Oracle
  • tblwopk.sql /* Find Tables Without PK */ Oracle
  • Oracle Release Explaination Oracle
  • CTAS with LONG Column for 7.x and 8 and 8i Oracle
  • perf_today.sql Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (392)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025
  • MYSQL and Oracle Comparison for Oracle DBA24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Debugging Shell FIles Linux/Unix
  • Privileges Required to Create Procedures and Functions that uses objects from other schema. Oracle
  • Insert cause enqueue locks Oracle
  • The most important Tuning Notes Oracle
  • get_vmstat.ksh Linux/Unix
  • Library cahe Latches and internal explaination Oracle
  • refre.sql Oracle
  • DBA_HIST_SQLSTAT contents Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme