oracle数据库各组件介绍,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

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

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/564472.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

oracle 触发器 行级,oracle的行级触发器使用

行级触发器:当触发器被触发时,要使用被插入、更新或删除的记录中的列值,有时要使用操作前、后列的值.:NEW 修饰符访问操作完成后列的值:OLD 修饰符访问操作完成前列的值例1: 建立一个触发器, 当职工表 emp 表被删除一条记录时,把被…

python include的功能_在Python的Config中增加Include功能

在python中配置文件分析我一般都用configparser。很好,符合我的一贯需求。文本格式、简单、内置。如:[db]hostlocalhostuserdlpasswd12345678[other]因为小程序较多,分别在不同地方,但是都有些共同的配置(如DB的配置)。如果能在配置文件中inc…

oracle的空闲等待事件,Oracle 常见的33个等待事件详解

一. 等待事件的相关知识:1.1 等待事件主要可以分为两类,即空闲(IDLE)等待事件和非空闲(NON-IDLE)等待事件。1). 空闲等待事件指ORACLE正等待某种工作,在诊断和优化数据库的时候,不用过多注意这部分事件。2). 非空闲等待…

python wechatpay微信支付回调_【微信支付】JSAPI支付开发者文档

XXE漏洞需要您在回调处理代码里面解析XML之前,加入禁用实体解析的代码,不同语言设置的内容不同,下面提供了几种主流开发语言的设置指引(您可以根据关键字找到xml解析组件采取对应方法升级):【PHP】 解析XML代码前加入:…

如何查看oracle压力,oracle压力测试之orabm

数据库压力测试一、用orabm测试数据库CPUOrabm通过在用户指定的并发下运行指定数量的事务来测试系统性能.它主要测试数据库服务器的CPU性能和内存。orabm实际上是一堆sql的集合。orabm可以用在linux/windows/solaris下使用。orabm不一定需要运行在数据库所在服务器上&#xff0…

C++ static静态成员变量

在C中,我们可以使用静态成员变量来实现多个对象共享数据的目标。静态成员变量是一种特殊的成员变量,它被关键字static修饰,例如: class Student{ public:Student(char *name, int age, float score);void show(); public:static …

oracle河南城建学院实验报告,数据处理实验报告

化工与材料工程学院实验报告《试验设计与数据处理》上机实验报告学 生 学 号 学 生 姓 名 专 业 班 级 指 导 教 师 联合指导教师 完 成 日 期教 授 教 授 2010.5.27.第 1 章 实验一 Excel 基础及有关操作技巧1.1 实验目的熟悉 Excel 基础操作,掌握 Excel 有关操作技…

import lombok 报错_Lombok注解@Getter @Setter详解

1.为什么强大​项目中经常使用bean,entity等类,绝大部分数据类类中都需要get、set、toString、equals和hashCode方法,尽管IDE工具都会帮我们生成。但自动生成这些代码后,如果bean中的属性一旦有修改、删除或增加时,需要…

司铭宇老师:如何让企业销售培训效果落地

如何让企业销售培训效果落地 在企业销售培训中,我们经常听到一个词,那就是“落地”。所谓的“落地”,简单来说就是将培训中所学到的知识和技能转化为实际的工作行动,从而提高销售业绩。但是,如何才能让销售培训效果真…

C++ static静态成员函数

在类中,static 除了可以声明静态成员变量,还可以声明静态成员函数。普通成员函数可以访问所有成员(包括成员变量和成员函数),静态成员函数只能访问静态成员。 编译器在编译一个普通成员函数时,会隐式地增加…

php7开发的项目怎么样,如何在PHP7项目中搭建一个多线程

如何在PHP7项目中搭建一个多线程发布时间:2021-03-05 15:31:22来源:亿速云阅读:93作者:Leah这期内容当中小编将会给大家带来有关如何在PHP7项目中搭建一个多线程,文章内容丰富且以专业的角度为大家分析和叙述&#xff…

C++ const成员变量和成员函数

const成员变量 const 成员变量的用法和普通 const 变量的用法相似,只需要在声明时加上 const 关键字。初始化 const 成员变量只有一种方法,就是通过构造函数的初始化列表。 const成员函数(常成员函数) const 成员函数可以使用类…

通过日志恢复oracle序列,(存档日志包含序列84,要求序列36)怎么恢复啊?

(存档日志包含序列84,要求序列36)怎么恢复啊?SQL> startup mount;ORACLE 例程已启动Total System Global Area 135338868 bytesFixed Size 453492 bytesVariable Size 109051904 bytesDatabase Buffers 251…

C++ const对象

C 中,const 也可以用来修饰对象,称为常对象。一旦将对象定义为常对象之后,就只能调用类的 const 成员(包括 const 成员变量和 const 成员函数)了。 定义常对象的语法和定义常量的语法类似: const class …

lvs工作在第几层_LVS 原理(调度算法、四种模式、四层负载均衡和七层 的区别)...

目录lvs的调度算法lvs的四种模式四层均衡负载和七层的区别1、lvs调度算法(最常用的四种)轮叫调度(rr)调度器通过外部请求的顺序轮流分配到集群中的真实服务器上,对每台服务器都是均等的;但是这样调度器不会考虑服务器上实际的连接数和系统负载&#xff0…

linux 常用头文件,(常用头文件详解.doc

(常用头文件详解linux常用头文件详解POSIX标准定义的头文件??????? 目录项???????? 文件控制??? 文件名匹配类型??? 路径名模式匹配类型??????? 组文件??? 网络数据库操作??????? 口令文件??? 正则表达式??????? TAR归档值??…

a as as big rat_超好玩!12句英语绕口令,你能一口气读完几句?

绕口令(tongue twister)是一种语言游戏,它是将发音相同、相近等容易混淆的字组成拗口的句子,要求朗读者一口气快速念完而且不能出错,极具趣味。相信很多同学都玩过,假如绕口令也有段位划分的话,你是什么段位&#xff1…

C++ friend关键字

friend 的意思是朋友,或者说是好友,与好友的关系显然要比一般人亲密一些。我们会对好朋友敞开心扉,倾诉自己的秘密,而对一般人会谨言慎行,潜意识里就自我保护。在 C 中,这种友好关系可以用 friend 关键字指…

linux vps 运行exe文件夹,linux 64位下安装wine1.6 Windows模拟器(用来运行.exe文件) 编译安装32位wine...

cdyum groupinstall Development Tools -yyum install libX11-devel freetype-devel -ywget http://prdownloads.sourceforge.NET/wine/wine-1.6.tar.bz2tar -jvxf wine-1.6.tar.bz2cd wine-1.6编译之前先安装32位运行库不然不能编译:yum install alsa-lib-devel.i686 libsndfi…

python修改文件格式为unix_软件测试技术之如何用python在Windows系统下,生成UNIX格式文件...

本文将带你了解软件测试技术之如何用python在Windows系统下,生成UNIX格式文件,希望对大家学测试技术有所帮助如何用python在Windows系统下,生成UNIX格式文件平时测试工作中,少不了制造测试数据。最近一个项目,我就需要…