参考MOS文档:

Information On Installed Database Components and Schemas (文档 ID 472937.1)

Oracle 组件可以通过下面的SQL查看,这是我的一个生产库的组件情况,我当时是都部署了:

SQL> col COMP_NAME for a50

SQL> select comp_id,comp_name, version, status from dba_registry;

COMP_ID                        COMP_NAME                                          VERSION                        STATUS

------------------------------ -------------------------------------------------- ------------------------------ ----------------------

OWB                            OWB                                                11.2.0.4.0                     VALID

APEX                           Oracle Application Express                         3.2.1.00.12                    VALID

EM                             Oracle Enterprise Manager                          11.2.0.4.0                     VALID

AMD                            OLAP Catalog                                       11.2.0.4.0                     VALID

SDO                            Spatial                                            11.2.0.4.0                     VALID

ORDIM                          Oracle Multimedia                                  11.2.0.4.0                     VALID

XDB                            Oracle XML Database                                11.2.0.4.0                     VALID

CONTEXT                        Oracle Text                                        11.2.0.4.0                     VALID

EXF                            Oracle Expression Filter                           11.2.0.4.0                     VALID

RUL                            Oracle Rules Manager                               11.2.0.4.0                     VALID

OWM                            Oracle Workspace Manager                           11.2.0.4.0                     VALID

CATALOG                        Oracle Database Catalog Views                      11.2.0.4.0                     VALID

CATPROC                        Oracle Database Packages and Types                 11.2.0.4.0                     VALID

JAVAVM                         JServer JAVA Virtual Machine                       11.2.0.4.0                     VALID

XML                            Oracle XDK                                         11.2.0.4.0                     VALID

CATJAVA                        Oracle Database Java Packages                      11.2.0.4.0                     VALID

APS                            OLAP Analytic Workspace                            11.2.0.4.0                     VALID

XOQ                            Oracle OLAP API                                    11.2.0.4.0                     VALID

RAC                            Oracle Real Application Clusters                   11.2.0.4.0                     VALID

本章讨论的重点是关于各个组件的介绍和安装,卸载,关于相关组件的使用不在本章讨论的范围内

1、OWR(Oracle Warehouse Builder)

OWB是创建数据仓库的一个过程。Oracle的OWB是目前最好的三大ETL产品之一。

OWB不但可以可以完成数据的抽取、转换和加载,还能帮助用户在Oracle数据库中创建ROLAP(Relational Online Analysis Process)

和MOLAP(Multidimensional Online Analysis Process)数据仓库对象,数据质量管理,商务智能定义等。总之就是ETL工具

Description:

------------

This component will appear in dba_registry when you have configured Warehouse Builder in your database.

Schema:

---------

OWBSYS  (This is available from Oracle RDBMS 11gR1 onwards, see below.)

How to Install and De-Install:

------------------------------

Note 340955.1 - Oracle Warehouse Builder, Releases and Patches

See Also: Oracle OWB Documentation

2、APEX(Oracle Application Express)

Oracle Application Express 是一个适用于 Oracle 数据库的快速 Web 应用程序开发工具。

只需要一个 Web 浏览器和有限的编程经验,就可以快速、安全地开发和部署专业的应用程序。

Description:

------------

Oracle Application Express (Oracle APEX) is a rapid web application development tool for the Oracle database.

Using only a web browser and limited programming experience, you can develop and deploy professional applications that are both fast and secure.

Oracle APEX is a fully supported, no cost option of the Oracle database.

The APEX product requires a database in which to install the APEX database packages, procedures, functions, tables, etc. and an HTTP Server which is used to call the APEX application from a browser.

APEX is currently supported on on 10.1 and higher. The 11.x version of the database automatically installs Application Express by default.

Schema:

---------

APEX_xxxxxx

How to Install and De-Install:

------------------------------

Note 1086415.1 - Master Note for Oracle Application Express (APEX) Installation

3、EM(Oracle Enterprise Manager)

在安装 Oracle 软件时,Oracle Universal Installer可以选装Oracle Enterprise Manager。

Enterprise Manager 提供了一个基于 Web 的界面,可以使用这个界面来管理 Oracle 实例和数据库。就是取代SQLPLUS管理数据库的一个工具,事实上也取代不了。

Description:

------------

This component will appear in dba_registry when you have configured a db console in your database. This is available from Oracle rdbms 10gR1 onwards.

Please note that for this component you need to have Oracle Enterprise Manager installed at binaries level.

Schema:

---------

DBSNMP, SYSMAN, MGMT_VIEW (11gR1 and 11gR2 only)

How to Install and De-Install:

------------------------------

Note.278100.1 How To Drop, Create And Recreate DB Control In A 10g Database

(This note is applicable to 11gR1 and 11gR2)

Please note that reconfiguring the dbconsole will remove the existing settings in dbconsole. So after dropping and recreating the em repository you need to redo all the em related setting.

4、OLAP Catalog, OLAP Analytic Workspace, Oracle OLAP API

这里的三个组件都是Oracle OLAP的核心组件。Oracle OLAP是Oracle企业版的一个可选件,由于将OLAP引擎完全集成进了Oracle数据库,

所以,所有数据和元数据都是从Oracle数据库内部进行存储和管理的,以提供高度可伸缩性、强健的管理环境及工业级可用性和安全性。

Oracle OLAP主要包括以下组件:OLAP Analytic Workspace,用于分析工作区中实际存储多维模型的数据。一个Analytic Workspace存储为一个关系表,

分析工作区中的不同对象存储为表中的一行(LOB格式)。分析工作区甚至可以存储在分区表中,以提供更好的并发性能。

OLAP API 是Oracle OLAP的一个Java编程接口,支持OracleBI Bean。除了服务器组件,Oracle OLAP还提供了两个客户端工具:

支持版本(9i,10gR1,10gR2,11gR1,11gR2)

Description:

------------

Introduced in 9i, OLAP applications are developed within the context of business intelligence and data warehousing systems,

and the features of the OLAP API are optimized for this type of application. With the OLAP API, a Java application can access,

manipulate, and display data in multidimensional terms. The OLAP API also makes it possible to define a query in a step-by-step process

that allows for undoing individual query steps without reproducing the entire query. Such multistep queries are easy to modify and refine dynamically.

The OLAP API is a Java application programming interface (API) through which an application can access data for online analytical processing (OLAP).

The Java classes that implement the API are part of the Oracle OLAP component.

The purpose of the OLAP API is to facilitate the development of OLAP applications, which allow users to dynamically select, aggregate, calculate,

and perform other analytical tasks on data through a graphical user interface. Typically, the user interface of an OLAP application displays data

in multidimensional formats, such as graphs and crosstabs.

The following components must be installed and valid to support the OLAP installation, and should be installed and valid before OLAP is installed:

Component:

JServer JAVA Virtual Machine

Oracle Database Java Packages

Oracle XDK

Oracle XML Database

Schema:

---------

OLAPSYS/MANAGER (9i, 10gR1, 10gR2, 11gR1,11gR2)

The account used to create OLAP metadata structures. This account owns the OLAP Catalog.

The OLAP catalog is created in CWMLite tablespace in 9i but in 10g it is SYSAUX tablespace.

How to Install and De-Install:

------------------------------

Note 331808.1 How to Uninstall OLAP Options from ORACLE_HOME?

Note 278111.1 How to Remove the Oracle OLAP API Objects from 9i and 10g

Note 296187.1 How To Manually Install Oracle OLAP In 9i, 10g Or 11g Database After The DB Has Been Created.

Note 332351.1 How To Remove The OLAP Option In 10g And 11g

Note 467643.1 How To Remove or De-activate OLAP After Migrating From 9i To Standard Edition 10g

How to Remove OLAP From the Standard Edition database. (Doc ID 1362752.1)

Oracle? OLAP User's Guide: Installing Analytic Workspace Manager

Known Issues:

----------------

Document 1262866.1 - OWBSYS Account Not In Fresh 11gr2 Install - Deselected OLAP Option During Creation Of The Database

Documentation:

----------------

Oracle? OLAP Application Developer's Guide 10g Release 2 (10.2)

Is the OLAP Option Installed in the Database?

Note.738192.1 What's New in Oracle Database 11g Release 11.1 Oracle OLAP

oracle数据库各组件介绍,Oracle 数据库 组件相关说明【第一部分】相关推荐

  1. oracle关键字plus,详细介绍ORACLE sqlplus命令 - jack198409的个人空间 - ITPU...

    ELSEITPUB个人空间 z4RQ1KH d"k RETURN NULL 0~4I}5@S0 2C}5v`n"H Nx0LPAD(char1,n,char2)函数 [JO Y\ ...

  2. 鸿蒙开发-基础组件介绍及chart组件使用

    场景 鸿蒙基于JS搭建HelloWorld并修改国际化文件: https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/118274050 在 ...

  3. ebs oracle 落伍了吗_向不了解oracle EBS的人介绍Oracle EBS

    体系架构 界面风格 模块组成 模块标准功能 ETL@RACTEST> ETL@RACTEST> begin 2 for i in 110000 loop 3 insert into tes ...

  4. 备份数据库的expdp语句_Oracle数据库备份恢复Data Pump Expdp/Impdp参数详解与案例介绍...

    oracle数据库备份恢复Data Pump Expdp/Impdp参数详解与案例介绍 目 录 1 Oracle数据泵的介绍 3 2 Oracle expdp/impdp参数使用介绍 3 2.1 Or ...

  5. 每日优鲜小程序基础组件介绍

    每日优鲜小程序基础组件介绍 1.基础组件介绍 2.基础组件的结构与作用 3.基础组件的接入方法 初次引入 初始化 更新与维护 基础组件接入 1.基础组件介绍 小程序基础组件基于每日优鲜主商城小程序业务 ...

  6. Unity基础笔记(1)—— Unity基本操作与基本组件介绍

    Unity 基本操作与组件 一.Unity 基本操作 1. Unity 界面详解 Hierachy:层级面板,游戏场景中的资源,比如UI.模型: Scene:场景面板,用于管理游戏场景中的各种游戏物体 ...

  7. SmartClient框架组件介绍

    SmartClient框架组件介绍 Jsp页面引入smartClient类库: <SCRIPT SRC=isomorphic/system/modules/ISC_History.js>& ...

  8. java olap oracle_【案例】Oracle数据库升级OLAP组件异常 删除OLAP组件

    天萃荷净 Oracle研究中心案例分析:在升级完一套Oracle数据库后发现OLAP组件出现异常,详细记录如何删除OLAP组件的过程. 本站文章除注明转载外,均为本站原创: 转载自love wife ...

  9. oracle23290,详细介绍Oracle数据库EM Console重建过程

    详细介绍Oracle数据库EM Console重建过程 本文详细介绍了Oracle数据库中EM Console重建的一些知识以及重建时的错误分析与解决,希望能够对您有所帮助. Oracle数据库操作中 ...

最新文章

  1. jenkins rec cve-2019-1003000 复现
  2. 【8-20】java学习笔记02
  3. oracle查询并更新数据库,oracle数据库查询和更新
  4. linux为什么要禁止内核抢占,为什么linux在内核代码持有自旋锁后禁用内核抢占?...
  5. 从零学javascript_我刚刚问了23,000个开发人员他们对JavaScript的看法。 这是我学到的。...
  6. 零代码以“王者荣耀”为例解析设计七原则
  7. linux bash readline,Bash readline 使用技巧
  8. Java性能最后一个领域:去除垃圾回收器
  9. uva297(quadtree)
  10. 2021-06-27变量的作用域
  11. 互联网30年,泡沫如梦
  12. JS 时间格式化 时间戳 日期
  13. C# 如何生成CHM帮助文件
  14. 泉城济南——三妮儿暴走一日游
  15. java 写入excel 追加,Java - 追加excel
  16. 这个世界上有三种几何学
  17. Javascript的设计模式之从设计到模式(重要设计模式)
  18. 从Maxwell方程组到波动方程
  19. No suspicious code found. 1 files processed in 'File '
  20. Tetramax生成SPF文件的方法

热门文章

  1. 开关造成的毛刺_玻璃面板开关钻孔加工
  2. 杭州招聘计算机专业毕业生,毕业季必看!杭州高校毕业生就业情况:这些专业最吃香!这个岗位最缺人!...
  3. 如何实现Android平台GB28181前端设备接入
  4. java基础学习笔记(一)
  5. Spring boot自定义启动字符画(banner)
  6. java获取当月有几天_腾讯程序员裸辞3个月,转行去送外卖,曝出当月收入网友:又骗我去送外卖...
  7. java泛型和注解,泛型 · 注解和泛型 · 看云
  8. RabbitMQ 基本概念与高级特性
  9. Linux 实操 —— 日志筛选操作(sed与wc命令介绍)
  10. c#水晶报表连接mysql,如何将数据库绑定到水晶报表?