How to add Oracle OLAP to a 12c Database? (Doc ID 1936550.1)

The initial checks are identical for a Multitenant and non-Multitenbant environment:

1. The Oracle OLAP option is only available as part of the Enterprise Edition (EE) of the Oracle RDBMS.

Therefore the first thing to check is whether you have an Oracle EE environment or not. Please follow

How To Determine If An Oracle Installation Is An Enterprise Or A Standard Edition? (Doc ID 735550.1)

 

2. The second step is to see whether OLAP is installed in your ORACLE_HOME

Check whether the directory 'olap' exists in your database ORACLE_HOME and that it has
at least the directories 'admin' and 'api' under it that should also contain a number of files.
If this is the case, then you have the OLAP option installed. If not, please follow

How to Install Or Remove Oracle OLAP from your ORACLE_HOME? (Doc ID 1936445.1)

 

3. The second step is to check whether the Oracle OLAP option is linked to the Oracle executable. For this please check

How to Enable Or Disable the Oracle OLAP option in the Oracle Executable? (Doc ID 1934968.1)

 

Unless all 3 steps have been confirmed , there is no point to continue with the next ones that will add OLAP to an instance.
Please note that it is highly recommended to take a complete cold back-up from your instance
before proceeding.

 

A: Non-CDB Instance

A non-CDB instance is comparable to the instances as they were in 11g Release 2 and earlier.
The steps to install OLAP are as follows:

* The OLAP option has dependencies on other options in the database: XDK and Java.

For XML DB there is a Master Note for all versions:

Master Note for Oracle XML Database (XDB) Install / Deinstall (Doc ID 1292089.1)

For Java, please refer to the Java documentation

Oracle® Database Java Developer's Guide 12c Release 1 (12.1) E50793-03

Java Installation and Configuration

* Once the preparations have been made, the main OLAP installation can be performed:

As the SYS user, just run:

!?/olap/admin/olap.sql SYSAUX TEMP

 The installation will create an OLAPSYS user schema and the parameters after the script
just provide the information about the location of this user schema ('SYSAUX' should be used
as this is part of the OLAP option) and about the temporary tablespace that you wish to use
(could be 'TEMP' but also any other temporary tablespace will do).

It is recommended to collect the results from the script in a spool file as the output is fairly lengthy
and will exceed most terminal Windows. If everything goes well, OLAP should now be ready to use.

You should now see:

SQL> select comp_name, version,status from dba_registry;

COMP_NAME                      VERSION                        STATUS
------------------------------ ------------------------------ -----------
...

OLAP Analytic Workspace        12.1.0.1.0                     VALID
Oracle OLAP API                12.1.0.1.0                     VALID

 

...

If you have seen OLAP in versions prior to 12c, you will notice that the OLAP Catalog component
is no longer there. It has been deprecated with Oracle 12c. See

Oracle® Database Upgrade Guide 12c Release 1 (12.1) E41397-07

http://docs.oracle.com/database/121/UPGRD/deprecated.htm#UPGRD60024

for more details on this.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
### 回答1: Oracle 12c是一种功能强大的数据库管理系统,被广泛用于构建和管理大型数据仓库(data warehouse)。 数据仓库是为了支持企业决策制定而设计的一个数据库。它用来集中存储和管理大量的结构化和非结构化数据,这些数据来自多个不同的数据源。数据仓库的目的是将分散的数据统一起来,并提供一个综合的视图,以便分析和报告。 Oracle 12c提供了很多功能和特性,使得它成为构建和管理数据仓库的理想选择。首先,它支持并行处理和分布式计算,可以处理庞大的数据量和复杂的分析查询。其次,它具备高可用性和容错性,能够保证数据的稳定和安全。此外,Oracle 12c还提供了先进的分区和索引功能,可以提高查询性能和数据访问效率。 对于数据仓库的设计和管理,Oracle 12c提供了一套完整的工具和技术。例如,它支持基于向量建模(star schema)的数据模型,可以轻松地构建维度模型和事实表。此外,Oracle 12c还提供了数据抽取、转换和加载(ETL)工具,可以将数据从多个源导入到数据仓库中,并进行必要的转换和加工。 总之,Oracle 12c是构建和管理数据仓库的理想选择。它不仅功能强大,而且具备高可用性和容错性,可以帮助企业有效地管理和分析大量的数据。无论是大型企业还是中小型企业,都可以从使用Oracle 12c构建数据仓库中获得巨大的益处。 ### 回答2: Oracle 12c数据仓库是Oracle公司推出的一种用于数据存储和管理的解决方案。它具有许多优势和特点,适用于各种企业和组织的数据处理需求。 首先,Oracle 12c数据仓库具有高度的可伸缩性和灵活性。它能够处理非常大规模的数据,能够适应不同的工作负载和应用需求。无论是在线交易处理还是复杂的分析查询,Oracle 12c数据仓库都能提供高性能和可靠性。 其次,Oracle 12c数据仓库具有丰富的数据管理和分析功能。它支持多种数据模型,包括关系模型、多维模型和文档模型等。这使得用户可以方便地进行数据建模、数据集成和数据分析,从而更好地理解和利用数据。 此外,Oracle 12c数据仓库具有强大的安全性和可管理性。它支持多种安全特性,如数据加密、访问控制和审计功能等,以保护数据的隐私和安全性。同时,它提供了丰富的管理工具和指标,方便管理员进行性能优化、容量规划和故障诊断等管理任务。 最后,Oracle 12c数据仓库与其他Oracle产品无缝集成。例如,它可以与Oracle DatabaseOracle Exadata和Oracle Business Intelligence等产品进行集成,实现数据的统一管理和分析。这提供了更灵活的部署和扩展选择,使得用户可以根据自己的需求选择最适合的解决方案。 综上所述,Oracle 12c数据仓库是一种强大、灵活和安全的解决方案,能够帮助企业和组织更好地存储、管理和分析数据,为决策和业务发展提供支持。 ### 回答3: Oracle 12c 数据仓库是一种基于Oracle数据库12c版本构建的数据仓库解决方案。数据仓库是一个用于存储、管理和分析大量结构化数据的系统。Oracle 12c 数据仓库提供了各种功能和工具,用于支持数据仓库的设计、构建和维护。 Oracle 12c 数据仓库具有以下特点和优势: 1. 高性能:Oracle数据库12c版本具有优秀的性能和扩展性,能够处理大规模的数据量和高并发访问,保证数据仓库的高效运行。 2. 数据集成:Oracle 12c 数据仓库支持多种数据源的集成,能够从各种异构系统中提取、转换和加载数据。 3. 数据质量:Oracle 12c 数据仓库提供了数据清洗和质量控制的工具,能够检测和纠正数据中的错误和不一致,保证数据仓库的数据质量。 4. 数据安全:Oracle 12c 数据仓库提供了强大的安全功能,包括数据加密、访问控制和审计等,保障数据仓库的安全性和合规性。 5. 数据分析:Oracle 12c 数据仓库支持强大的数据分析功能,包括数据挖掘、OLAP分析和数据可视化等,帮助用户更好地理解和利用数据。 使用Oracle 12c 数据仓库可以带来以下好处: 1. 提高决策效果:通过对大量历史和实时数据的分析,可以为企业决策提供更准确的依据和更深入的洞察。 2. 降低成本:Oracle 12c 数据仓库的集成和一体化设计,可以降低企业的系统集成和数据管理成本。 3. 提高效率:Oracle 12c 数据仓库具有高性能和高可扩展性,能够以更高的效率处理大量和复杂的数据。 4. 提升竞争力:通过合理利用数据仓库的资源和分析能力,企业可以获取市场和竞争的先机,提升自身业务和市场竞争力。 综上所述,Oracle 12c 数据仓库是一种功能强大、性能优秀的数据仓库解决方案,可以帮助企业有效管理和分析数据,提升决策效果和竞争力。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值