|
|
How To Remove The OLAP Option In 10g
And 11g (Doc ID 332351.1) |
|

|
In this Document
APPLIES TO: Oracle OLAP - Version 10.2.0.1 to
11.2.0.4 [Release 10.2 to 11.2]
NOTE: In the
images and/or the document content below, the user information and
environment data used represents fictitious data from the Oracle sample or
bulit-in schema(s), Public Documentation delivered with an Oracle database
product or other training material. Any similarity to actual
environments, actual persons, living or dead, is purely coincidental and not
intended in any manner. The purpose of this article is to provide information on how to
remove the OLAP option from an Enterprise Edition (EE) database
or an ORACLE_HOME of an EE database . This article is intended for OLAP users who wish to remove Oracle OLAP
from their EE database or from its ORACLE_HOME.
The first section deals with removing OLAP from a particular database.
You will still be able to use OLAP in any other database sharing the same
ORACLE_HOME. The second section deals with removing OLAP from the
ORACLE_HOME. Case A) Remove OLAP objects from the
database In order to remove OLAP from database you need to open a terminal
session on the database server machine, set ORACLE_HOME, ORACLE_SID
environment variables, and execute the following scripts ORACLE_HOME=your_oracle_home
But in 11.2.0.4, 'CATNOAMD.SQL' will NOT drop 'OLAPSYS' user. Note that catnoadm.sql could fail from 10.1.0.5 to 11.1.0.7 release due
to the fact that it refers to three scripts which only exist in 11.2 release. The script will also error on 7 non-existing synonyms to drop. SQL> drop
public synonym OlapFactView; After running the deinstall scripts, the utlrp.sql could report invalid
objects with SYS and PUBLIC owners. If so, the following SQL can be used to
report more details: SQL> select owner, object_name,
object_type, status from dba_objects where status='INVALID'; If there are further invalid OLAP specific objects after the above
removal steps, please review the following documents: Removing Oracle OLAP from the Database does not Remove All OLAP
Objects Note 1060023.1 Remove Invalid OLAP Objects From SYS And OLAPSYS Schema Note 565773.1 Finally, modify the EXPDP datapump handler table to remove handlers used
to export OLAP data: IF YOU
INTEND TO ADD OLAP BACK, DO NOT PERFORM THIS STEP. SQL>select *
from sys.exppkgact$ where package = 'DBMS_AW_EXP' and schema= 'SYS'; Case B) Remove Oracle OLAP from the
ORACLE_HOME. Ensure that all processes in the ORACLE_HOME are shut down, and then use
the Oracle Universal Installer (OUI) to remove the OLAP option from the
Oracle Home. Note: With Oracle Database 11g Release
2 (11.2.0.x), it is not possible to deinstall/remove a specific licensable
option from the Oracle home using Oracle Universal Installer. If you removed OLAP from the database
and plan to add it again, do NOT remove it from the ORACLE_HOME and do not
set relink the Oracle executable with olap_off. For 10G and 11.1: 1. Launch Oracle Universal Installer IF YOU INTEND TO
ADD OLAP BACK OR HAVE OLAP IN OTHER INSTANCES, DO NOT PERFORM THIS STEP. cd $ORACLE_HOME/rdbms/lib
For Windows Platform needs to turn OLAP option library OFF: Use MOS Data
Warehousing community to search for similar discussions or start a new
discussion on this subject.
</internal_only* ***<> |





To Bottom
