盐城网站设计,大型门户网站建设 费用,阿里云nas做网站,灵台门户网参考MOS文档:Information On Installed Database Components and Schemas (文档 ID 472937.1)Oracle 组件可以通过下面的SQL查看#xff0c;这是我的一个生产库的组件情况#xff0c;我当时是都部署了#xff1a;SQL col COMP_NAME for a50SQL select comp_id,comp_…参考MOS文档:Information On Installed Database Components and Schemas (文档 ID 472937.1)Oracle 组件可以通过下面的SQL查看这是我的一个生产库的组件情况我当时是都部署了SQL col COMP_NAME for a50SQL select comp_id,comp_name, version, status from dba_registry;COMP_ID COMP_NAME VERSION STATUS------------------------------ -------------------------------------------------- ------------------------------ ----------------------OWB OWB 11.2.0.4.0 VALIDAPEX Oracle Application Express 3.2.1.00.12 VALIDEM Oracle Enterprise Manager 11.2.0.4.0 VALIDAMD OLAP Catalog 11.2.0.4.0 VALIDSDO Spatial 11.2.0.4.0 VALIDORDIM Oracle Multimedia 11.2.0.4.0 VALIDXDB Oracle XML Database 11.2.0.4.0 VALIDCONTEXT Oracle Text 11.2.0.4.0 VALIDEXF Oracle Expression Filter 11.2.0.4.0 VALIDRUL Oracle Rules Manager 11.2.0.4.0 VALIDOWM Oracle Workspace Manager 11.2.0.4.0 VALIDCATALOG Oracle Database Catalog Views 11.2.0.4.0 VALIDCATPROC Oracle Database Packages and Types 11.2.0.4.0 VALIDJAVAVM JServer JAVA Virtual Machine 11.2.0.4.0 VALIDXML Oracle XDK 11.2.0.4.0 VALIDCATJAVA Oracle Database Java Packages 11.2.0.4.0 VALIDAPS OLAP Analytic Workspace 11.2.0.4.0 VALIDXOQ Oracle OLAP API 11.2.0.4.0 VALIDRAC 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 PatchesSee Also: Oracle OWB Documentation2、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_xxxxxxHow to Install and De-Install:------------------------------Note 1086415.1 - Master Note for Oracle Application Express (APEX) Installation3、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 processthat 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 datain 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 MachineOracle Database Java PackagesOracle XDKOracle XML DatabaseSchema:---------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 10gNote 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 11gNote 467643.1 How To Remove or De-activate OLAP After Migrating From 9i To Standard Edition 10gHow to Remove OLAP From the Standard Edition database. (Doc ID 1362752.1)Oracle? OLAP Users Guide: Installing Analytic Workspace ManagerKnown Issues:----------------Document 1262866.1 - OWBSYS Account Not In Fresh 11gr2 Install - Deselected OLAP Option During Creation Of The DatabaseDocumentation:----------------Oracle? OLAP Application Developers Guide 10g Release 2 (10.2)Is the OLAP Option Installed in the Database?Note.738192.1 Whats New in Oracle Database 11g Release 11.1 Oracle OLAP