iis服务器助手广告广告
返回顶部
首页 > 资讯 > 数据库 >Oracle 数据库 组件相关说明【第一部分】
  • 613
分享到

Oracle 数据库 组件相关说明【第一部分】

2024-04-02 19:04:59 613人浏览 独家记忆
摘要

参考MOS文档:  InfORMation On Installed Database Components and Schemas (文档 ID 472937.1) oracle 组件可以通

参考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  Http://download.oracle.com/docs/cd/B31080_01/doc/install.102/b28224.pdf

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

您可能感兴趣的文档:

--结束END--

本文标题: Oracle 数据库 组件相关说明【第一部分】

本文链接: https://www.lsjlt.com/news/49772.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
  • oracle怎么查询当前用户所有的表
    要查询当前用户拥有的所有表,可以使用以下 sql 命令:select * from user_tables; 如何查询当前用户拥有的所有表 要查询当前用户拥有的所有表,可以使...
    99+
    2024-05-14
    oracle
  • oracle怎么备份表中数据
    oracle 表数据备份的方法包括:导出数据 (exp):将表数据导出到外部文件。导入数据 (imp):将导出文件中的数据导入表中。用户管理的备份 (umr):允许用户控制备份和恢复过程...
    99+
    2024-05-14
    oracle
  • oracle怎么做到数据实时备份
    oracle 实时备份通过持续保持数据库和事务日志的副本来实现数据保护,提供快速恢复。实现机制主要包括归档重做日志和 asm 卷管理系统。它最小化数据丢失、加快恢复时间、消除手动备份任务...
    99+
    2024-05-14
    oracle 数据丢失
  • oracle怎么查询所有的表空间
    要查询 oracle 中的所有表空间,可以使用 sql 语句 "select tablespace_name from dba_tablespaces",其中 dba_tabl...
    99+
    2024-05-14
    oracle
  • oracle怎么创建新用户并赋予权限设置
    答案:要创建 oracle 新用户,请执行以下步骤:以具有 create user 权限的用户身份登录;在 sql*plus 窗口中输入 create user identified ...
    99+
    2024-05-14
    oracle
  • oracle怎么建立新用户
    在 oracle 数据库中创建用户的方法:使用 sql*plus 连接数据库;使用 create user 语法创建新用户;根据用户需要授予权限;注销并重新登录以使更改生效。 如何在 ...
    99+
    2024-05-14
    oracle
  • oracle怎么创建新用户并赋予权限密码
    本教程详细介绍了如何使用 oracle 创建一个新用户并授予其权限:创建新用户并设置密码。授予对特定表的读写权限。授予创建序列的权限。根据需要授予其他权限。 如何使用 Oracle 创...
    99+
    2024-05-14
    oracle
  • oracle怎么查询时间段内的数据记录表
    在 oracle 数据库中查询指定时间段内的数据记录表,可以使用 between 操作符,用于比较日期或时间的范围。语法:select * from table_name wh...
    99+
    2024-05-14
    oracle
  • oracle怎么查看表的分区
    问题:如何查看 oracle 表的分区?步骤:查询数据字典视图 all_tab_partitions,指定表名。结果显示分区名称、上边界值和下边界值。 如何查看 Oracle 表的分区...
    99+
    2024-05-14
    oracle
  • oracle怎么导入dump文件
    要导入 dump 文件,请先停止 oracle 服务,然后使用 impdp 命令。步骤包括:停止 oracle 数据库服务。导航到 oracle 数据泵工具目录。使用 impdp 命令导...
    99+
    2024-05-14
    oracle
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作