Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix
  • Error Handling in Proc Oracle
  • Find long Running Transaction Linux/Unix
  • Pending Distributed Transations Oracle
  • How to hide author name in WordPress BLOG PHP/MYSQL/Wordpress
  • Oracle Statspack survival Guide Oracle
  • default permission on ~/.ssh/authorized_keys2 or authorized_keys Linux/Unix
  • Mutating Table Error while using database trigger Oracle
  • Find_table_size.sql Oracle
  • To see only files and/or folders using LS command Linux/Unix
  • Flowers Resize datafiles Oracle
  • Find Command Linux/Unix
  • Wait.sql Oracle
  • check_copy_progress.sh Linux/Unix
  • export import with parameter file. 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

  • Formatter Explain plan Output 1 Oracle
  • Privilege to describe the table. Oracle
  • Sequence Resetting Oracle
  • temp_use.sql diplays usage of temp ts Oracle
  • Physical Standby switchover with session active Oracle
  • Proc Compilation Oracle

Leave a Reply Cancel reply

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

Categories

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

Recent Posts

  • load SPM baseline from cursor cache05-Jun-2025
  • Drop all SPM baselines for SQL handle05-Jun-2025
  • Load SPM baseline from AWR05-Jun-2025
  • Drop specific SQL plan baseline – spm05-Jun-2025
  • findinfo.sql (SQL for getting CPU and Active session info)27-May-2025
  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • First Entry in RAC Oracle
  • create PLAN_TABLE command. Oracle
  • Jai Shree Ram Oracle
  • Find Stale DR Physical Standby Oracle
  • fdisk -l explaination about Primary-Logical-Extended Partitions Linux/Unix
  • SQL_PROFILE – I explaination Oracle
  • rm_backup_arch_file.ksh Linux/Unix
  • Oracle Metalink useful notes Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme