数据库从11.2.0.1到11.2.0.x版本注意事项

-- Oracle OLAP API失效错误,错误提示如下:


SQL >   select  comp_name,  version , status  from  sys.dba_registry;

COMP_NAME                                           VERSION               STATUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   - - - - - - - - - - - - - - - - - - - -   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
OWB                                                 11 . 2 . 0 . 1 . 0             VALID
Oracle Application Express                          3 . 2 . 1 .00. 10            VALID
Oracle Enterprise Manager                           11 . 2 . 0 . 3 . 0             VALID
OLAP  Catalog                                         11 . 2 . 0 . 1 . 0             OPTION   OFF
Spatial                                             11 . 2 . 0 . 1 . 0             OPTION   OFF
Oracle Multimedia                                   11 . 2 . 0 . 3 . 0             VALID
Oracle XML  Database                                  11 . 2 . 0 . 3 . 0             VALID
Oracle Text                                         11 . 2 . 0 . 3 . 0             VALID
Oracle Expression Filter                            11 . 2 . 0 . 3 . 0             VALID
Oracle Rules Manager                                11 . 2 . 0 . 3 . 0             VALID
Oracle Workspace Manager                            11 . 2 . 0 . 3 . 0             VALID
Oracle  Database   Catalog  Views                       11 . 2 . 0 . 3 . 0             VALID
Oracle  Database  Packages  and  Types                  11 . 2 . 0 . 3 . 0             VALID
JServer JAVA Virtual Machine                        11 . 2 . 0 . 3 . 0             VALID
Oracle XDK                                          11 . 2 . 0 . 3 . 0             VALID
Oracle  Database  Java Packages                       11 . 2 . 0 . 3 . 0             VALID
OLAP Analytic Workspace                             11 . 2 . 0 . 1 . 0             OPTION   OFF
Oracle OLAP API                                     11 . 2 . 0 . 1 . 0             OPTION   OFF

解决方案:
++ 官方的一个链接反馈运用系统默认模版在标准版中会出现OLAP的升级问题
Use Of Database Templates with Standard Edition Cause Problems With OLAP (Doc ID 556194.1)

Changes

A new instance of the database is being configured using DBCA and a template other than Custom had been chosen.

Cause

All templates used by DBCA(except the Custom template) use pre-configured datafiles and are based on the Enterprise Edition feature set, which includes OLAP.

Standard Edition does not support OLAP.

When trying to configure the OLAP-related components while creating the instance, OLAP-specific configurations are performed and fail due to the OLAP option not being present.

Solution

When using DBCA with the Standard Edition of 10g or 11g of Oracle RDBMS, ensure that:
  • In Step 2 (Database Template) of DBCA, select Custom Database.
  • In Step 9 (Database Content) of DBCA, in the Database Content tab, please uncheck the OLAP component.
This will avoid executing the scripts that configure the OLAP option (which is not supported with the Standard Edition).

For Oracle 10g Enterprise Edition , you may choose to manually remove the (partially present) OLAP option by following these instructions (also outlined in  Note 278111.1  How To Remove the Oracle OLAP API Objects From 9i and 10g):

SQL> conn / as sysdba
SQL> @?/olap/admin/catnoamd.sql
SQL> @?/olap/admin/olapidrp.plb
SQL> @?/olap/admin/catnoaps.sql
SQL> @?/olap/admin/catnoxoq.sql

For  Standard Edition , these scripts do not exist and it is highly recommended to open a Service Request with Oracle Support to assist in the process.

不过在另外一个文档也有叙述OPTION OFF意味着我们无需理会即可。

Oracle OLAP Components listed as 'OPTION OFF' in Standard Edition Installation (Doc ID 459153.1)

Applies to:

Oracle OLAP - Version: 9.2 to 10.2
Information in this document applies to any platform.

Goal

Why are Oracle OLAP components listed in dba_registry as 'OPTION OFF'

Solution

The Oracle OLAP components are listed in a database instance as 'OPTION OFF' due to:

1- The Standard Edition of Oracle was installed.
2- The database instance was created using dbca.
3- When using dbca to create a database instance, Oracle OLAP is automatically included in all database selections, other than the 'Custom Database' selection.
4- Upon the initial creation all the OLAP Components will be listed as VALID when viewing the dba_registry.  NOTE: the version information in this example is only for example purposes.

SQL> col comp_name format a30
SQL> select comp_name, status, substr(version,1,10) as version from dba_registry where comp_name like '%OLAP%';

COMP_NAME                      STATUS      VERSION
------------------------------ ----------- ----------
OLAP Analytic Workspace        VALID       10.2.0.1.0
Oracle OLAP API                VALID       10.2.0.1.0
OLAP Catalog                   VALID       10.2.0.1.0


5- Once the database is upgraded, starting with 10.2.0.2, the STATUS will be returned as:

SQL> col comp_name format a30
SQL> select comp_name, status, substr(version,1,10) as version from
dba_registry where comp_name like '%OLAP%';

COMP_NAME                      STATUS      VERSION
------------------------------ ----------- ----------
OLAP Analytic Workspace        OPTION OFF  10.2.0.3.0
Oracle OLAP API                OPTION OFF  10.2.0.3.0
OLAP Catalog                   OPTION OFF  10.2.0.3.0


6- The return from the dba_registry indicating the Oracle OLAP components as 'OPTION OFF' indicates that the Oracle OLAP software option has not been installed and therefore the Oracle OLAP scripts are not present.

7- This is normal under these conditions and does not require Oracle OLAP to be removed from the instance as it is not usable and will not be looked at upon future patches or upgrades.

这是否意味着我们忽略即可?现在数据库暂定测试没有问题,暂定这样先用吧。

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/12974804/viewspace-1061540/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/12974804/viewspace-1061540/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
包涵以下版本的87个安装包: bind-libs-9.9.4-61.el7.x86_64.rpm bind-libs-lite-9.9.4-61.el7.x86_64.rpm bind-license-9.9.4-61.el7.noarch.rpm bind-utils-9.9.4-61.el7.x86_64.rpm compat-libcap1-1.10-7.el7.x86_64.rpm compat-libstdc++-33-3.2.3-72.el7.x86_64.rpm cpp-4.8.5-28.0.1.el7_5.1.x86_64.rpm elfutils-libelf-devel-0.160-1.el7.i686.rpm elfutils-libelf-devel-0.160-1.el7.x86_64.rpm elfutils-libelf-devel-static-0.160-1.el7.i686.rpm elfutils-libelf-devel-static-0.160-1.el7.x86_64.rpm gcc-4.8.5-28.0.1.el7_5.1.x86_64.rpm gcc-c++-4.8.5-28.0.1.el7_5.1.x86_64.rpm glibc-2.17-222.el7.x86_64.rpm glibc-2.17-78.el7.i686.rpm glibc-2.17-78.el7.x86_64.rpm glibc-common-2.17-222.el7.x86_64.rpm glibc-devel-2.17-222.el7.x86_64.rpm glibc-devel-2.17-78.el7.i686.rpm glibc-devel-2.17-78.el7.x86_64.rpm glibc-headers-2.17-222.el7.x86_64.rpm gssproxy-0.7.0-17.el7.x86_64.rpm kernel-container-3.10.0-0.0.0.2.el7.x86_64.rpm kernel-headers-3.10.0-862.9.1.el7.x86_64.rpm keyutils-1.5.8-3.el7.x86_64.rpm ksh-20120801-137.0.1.el7.x86_64.rpm libaio-devel-0.3.109-13.el7.x86_64.rpm libbasicobjects-0.1.1-29.el7.x86_64.rpm libcollection-0.7.0-29.el7.x86_64.rpm libdmx-1.1.3-3.el7.x86_64.rpm libevent-2.0.21-4.el7.x86_64.rpm libgcc-4.8.5-28.0.1.el7_5.1.x86_64.rpm libgomp-4.8.5-28.0.1.el7_5.1.x86_64.rpm libICE-1.0.9-9.el7.x86_64.rpm libini_config-1.3.1-29.el7.x86_64.rpm libmpc-1.0.1-3.el7.x86_64.rpm libnfsidmap-0.25-19.el7.x86_64.rpm libpath_utils-0.2.1-29.el7.x86_64.rpm libref_array-0.1.5-29.el7.x86_64.rpm libselinux-2.5-12.0.1.el7.x86_64.rpm libselinux-python-2.5-12.0.1.el7.x86_64.rpm libselinux-utils-2.5-12.0.1.el7.x86_64.rpm libsepol-2.5-8.1.el7.x86_64.rpm libSM-1.2.2-2.el7.x86_64.rpm libstdc++-4.8.5-28.0.1.el7_5.1.x86_64.rpm libstdc++-devel-4.8.5-28.0.1.el7_5.1.x86_64.rpm libtirpc-0.2.4-0.10.el7.x86_64.rpm libverto-libevent-0.2.5-4.el7.x86_64.rpm libX11-1.6.5-1.el7.x86_64.rpm libX11-common-1.6.5-1.el7.noarch.rpm libXau-1.0.8-2.1.el7.x86_64.rpm libxcb-1.12-1.el7.x86_64.rpm libXext-1.3.3-3.el7.x86_64.rpm libXi-1.7.9-1.el7.x86_64.rpm libXinerama-1.1.3-2.1.el7.x86_64.rpm libXmu-1.1.2-2.el7.x86_64.rpm libXrandr-1.5.1-2.el7.x86_64.rpm libXrender-0.9.10-1.el7.x86_64.rpm libXt-1.1.5-3.el7.x86_64.rpm libXtst-1.2.3-1.el7.x86_64.rpm libXv-1.0.11-1.el7.x86_64.rpm libXxf86dga-1.1.4-2.1.el7.x86_64.rpm libXxf86misc-1.0.3-7.1.el7.x86_64.rpm libXxf86vm-1.1.4-1.el7.x86_64.rpm lm_sensors-libs-3.4.0-4.20160601gitf9185e5.el7.x86_64.rpm mailx-12.5-19.el7.x86_64.rpm mpfr-3.1.1-4.el7.x86_64.rpm net-tools-2.0-0.22.20131004git.el7.x86_64.rpm nfs-utils-1.3.0-0.54.0.1.el7.x86_64.rpm oracle-rdbms-server-11gR2-preinstall-1.0-5.el7.x86_64.rpm policycoreutils-2.5-22.0.1.el7.x86_64.rpm psmisc-22.20-15.el7.x86_64.rpm quota-4.01-17.el7.x86_64.rpm quota-nls-4.01-17.el7.noarch.rpm rpcbind-0.2.0-44.el7.x86_64.rpm selinux-policy-3.13.1-192.0.3.el7_5.4.noarch.rpm selinux-policy-targeted-3.13.1-192.0.3.el7_5.4.noarch.rpm smartmontools-6.5-1.el7.x86_64.rpm sysstat-10.1.5-13.el7.x86_64.rpm tcp_wrappers-7.6-77.el7.x86_64.rpm unixODBC-2.3.1-10.el7.i686.rpm unixODBC-2.3.1-10.el7.x86_64.rpm unixODBC-devel-2.3.1-10.el7.i686.rpm unixODBC-devel-2.3.1-10.el7.x86_64.rpm unzip-6.0-19.el7.x86_64.rpm xorg-x11-utils-7.5-22.el7.x86_64.rpm xorg-x11-xauth-1.0.9-1.el7.x86_64.rpm 安装方法直接输入: rpm -ivh *.rpm --nodeps --force
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值