`

Oracle Enterprise Manager installation

 
阅读更多
Introduction
Check the state of EM for one precise database,
. oraenv
emctl status dbconsole

If you got the following error msg,
OC4J Configuration issue. /u01/product/10.2.0/ora1020/oc4j/j2ee/OC4J_DBConsole_srv1.example.net_dbname not found.
then you need to create the EM repository,

If you got the following msg,
https://srv1.example.net:1158/em/console/aboutApplication
Oracle Enterprise Manager 10g is not running.
then EM is already installed, you just have to start it,
emctl start dbconsole


Installation
Prerequesties
Make sur you got the passwords for those schemas,
sys
system
sysman
dbsnmp

Hostname length
Note. this paragraph addresses this possible error,
ORA-06502: PL/SQL: numeric or value error: character string buffer too small

Before installing the EM repository, check your FQDN isn't to long,
hostname --fqdn
. oraenv
sqlplus / as sysdba
col host_name for a40
select host_name, length(host_name) length from v$instance;

If the char num for your FQDN is > 32 then you need to modify the repo creation script,
cd $ORACLE_HOME/sysman/admin/emdrep/sql/core/latest/self_monitor
cp self_monitor_post_creation.sql self_monitor_post_creation.sql.dist
vi self_monitor_post_creation.sql
search for,
l_host_name
change this line,
l_host_name VARCHAR2(32);
to,
l_host_name VARCHAR2(40);
Note. *** at two places in the script ***


Create repo
Proceed,
. oraenv
emca -config dbcontrol db -repos create
SID: dbname
Listener port: 1521
...
Note. we did -config and -repos at once. It's also possible to proceed step by step,
#emca -repos create
#emca -config dbcontrol db
Note. to wipe out the repo,
emca -deconfig dbcontrol db -repos drop
#emca -config dbcontrol db -repos recreate

Access URL
After repo creation, EM is tarted. Check its state and copy/paste the URL into your webbrowser (check name resolution...),
emctl status dbconsole
in example,
https://srv1.example.net:1158/em/console/aboutApplication
分享到:
评论

相关推荐

    Oracle Enterprise Manager Grid Control Installation and Basic Configuration.pdf

    本文档“Oracle Enterprise Manager Grid Control Installation and Basic Configuration 10g Release 2 (10.2) for Linux x86”详细介绍了在Linux x86平台上安装和基本配置Oracle Grid Control 10.2的过程。...

    oracle11 Quick Installation Guide

    Oracle Enterprise Manager Database Control 也将在系统上运行,并可通过 Web 浏览器访问。 #### 二、本指南未涵盖的任务 本指南主要针对 Basic Installation 场景,因此没有包含以下任务的详细说明: - 使用 ...

    Oracle Database 11g Oracle In-Memory Database Installation Guide

    2. **Installation Prerequisites**:在安装系统监控插件之前,必须先安装Oracle Enterprise Manager Agent,并确保其能够正常与Enterprise Manager Server通信并上传数据。需要检查Agent的状态是否为"UP",Last ...

    Oracle Database Quick Installation Guide 11g Release 2 (11.2) fo

    Oracle Database Quick Installation Guide 11g Release 2 (11.2) for Microsoft Windows (32-Bit) 是一份详细指导文档,旨在帮助用户在32位Windows系统上快速安装Oracle数据库产品。以下是对该指南中关键步骤和知识...

    Oracle Database Quick Installation Guide 11g for Oracle Solaris

    14. **未涵盖的任务**:本指南不涉及高级安装选项、在已有Oracle软件的系统上安装、在集群上安装Oracle Clusterware和Oracle RAC、设置Enterprise Manager的电子邮件通知和自动化备份,以及启用核心文件生成等复杂...

    Oracle Database Quick Installation Guide 11g for Oracle SPARC

    Oracle Database Quick Installation Guide 11g for Oracle Solaris on SPARC (64-Bit) 提供了在Oracle Solaris SPARC平台上快速安装11g版本数据库的详细步骤。本指南适用于那些希望快速部署Oracle数据库的系统管理...

    Oracle Database Quick Installation Guide 11g IBM AIX-28.pdf

    本指南不涵盖高级安装选项,如自定义软件安装路径,或者在已有Oracle软件的系统上安装,也不涉及Oracle Clusterware和Oracle Real Application Clusters (Oracle RAC)的集群安装,以及启用Enterprise Manager的电子...

    Oracle 12.1 quick installation

    - **配置 EM Express**:使用 Web 浏览器访问 Oracle Enterprise Manager Database Express,以便管理和监控数据库。 - **安全性配置**:根据需要设置网络访问控制、加密等。 - **性能调优**:根据工作负载对数据库...

    Oracle® Database Installation Guide 11g Release 2 (11.2) for Linux E47689-08.pdf

    - **Enterprise Manager 11g**:提供了全面的数据库管理解决方案,包括监控、诊断、备份和恢复等功能。 - **SQL Access Advisor**:帮助优化SQL查询,提高查询效率。 ### 三、Linux平台下的安装指南 #### 1. **...

    Oracle Database Quick Installation Guide 11g Release 2 (11.2)

    Oracle Database Quick Installation Guide 11g Release 2 (11.2) for Microsoft Windows x64 (64-Bit) 是一份旨在指导用户快速在基于Windows 64位系统的计算机上安装Oracle数据库产品的文档。本指南主要适用于那些...

    Oracle Installation

    同样,安装过程不涉及Oracle Automatic Storage Management(ASM)的配置,也不包括Oracle home的克隆,或如何启用Enterprise Manager的电子邮件通知和自动备份等高级特性。 如果用户需要更详细的安装信息,包括...

    Oracle® Database Installation Guide 11g Release 1 (11.1) for Microsoft Windows

    - 利用 Database Control 或 Enterprise Manager 控制台进行日常监控和维护。 **3. 版权声明与许可协议** - **版权归属:** - 所有权利由 Oracle Corporation 拥有。 - **使用限制:** - 用户需遵守软件许可...

    Oracle Database Quick Installation Guide for Linux x86-64

    - Oracle Enterprise Manager Database Control 可以通过 Web 浏览器访问。 - **未覆盖的任务**: - 使用高级安装选项安装软件。 - 在已有 Oracle 软件安装的系统上安装。 - 安装 Oracle Clusterware 和 Oracle ...

    Oracle Database 10g OCM Exam Preparation Workshop Student Guide Volume 1

    Oracle Enterprise Manager 10g Grid Control是Oracle数据库管理的一个关键工具,它提供了对数据库集群、应用程序服务器和中间件环境的集中监控和管理。这一部分详细介绍了如何部署Oracle Management Service (OMS)...

    Default Username and Password in Oracle 10G

    更多详情可在Oracle Enterprise Manager Grid Control Installation and Basic Configuration中找到。 3. LBACSYS - 这是Oracle Label Security(标签安全)的管理员账户,用于设置和管理数据的敏感级别和访问控制...

    Oracle BIEE 11g Installation Snaps

    - 配置组件包括WebLogic控制台、Oracle Enterprise Manager、Business Intelligence企业版、Business Intelligence Publisher和Real-Time Decisions等。 2. **配置网络设置**: - 如果在安装过程中遇到网络连接...

    oracle12c安装过程记录

    在安装完成后,我们可以使用 Enterprise Manager 来管理数据库。例如,我们可以使用 https://localhost:5500/em 访问 Enterprise Manager,并使用管理员口令登录。 3.2 修改口令 在 Enterprise Manager 中,我们...

    Oracle Database Quick Installation Guide 11.2 for Linux x86-28

    安装完成后,可能需要启动数据库服务,配置数据库监听器,创建数据库连接,并通过Enterprise Manager Database Control进行初步管理。 13. **附加信息**: 提供其他可能需要的资源,如故障排查、更新和补丁安装、...

    Oracle® Database Quick Installation Guide 11g Release 1 (11.1) for Microsoft Windows (32-Bit)

    为了能够通过 Web 访问 Oracle Enterprise Manager Database Control,您需要确保使用的 Web 浏览器得到支持。通常,Oracle 推荐使用最新版本的 Internet Explorer、Firefox 或 Chrome。 #### 8. 安装 Oracle ...

Global site tag (gtag.js) - Google Analytics