Upgrading ODM to 9.2.0.4

I installed a Oracle Enterprise 9.2.0.4 database on Linux assuming I would get ODM 9.2.0.4 with it.
ProductBanner shows "Oracle9i Data Mining (ODM Schema) Version 9.2.0.2.0 - PRODUCTION".
I plan on using DM4J 9.0.4. What I need to do to upgrade ODM to 9.2.0.4?

I got the same problem, i run the oracle universal installer and got this information:
oracle database 9.2.0.4.0
oracle dataminig 9.2.0.4.0
This is fine, cause I do downloaded the Oracle9i Release 2 (9.2.0.4). But, when I check the ODM_CONFIGURATION table, it reads "Oracle9i Data Mining (ODM Schema) Version 9.2.0.2.0".
I tried to run the catpatch but got a message like this:
ORA-20000: Database is not open for MIGRATE. Shutdown and restart using
Any idea?

Similar Messages

  • Requirement to use ODM user

    Would it be technically feasible to take the following approach?
    Export all of the ODM schema using the Oracle Export Utility. Create a new user called, CSI_ODM. Import all of these objects From User [ODM] to User [CSI_ODM]. Use CSI_ODM as our schema in which to build our ODM-based application. Deliver CSI_ODM schema in its entirety when we deliver the application. This way we are preserving the ODM schema as it is delivered and we are protecting ourselves from the inevitable situation where the ODM schema gets dropped and recreated with a new release of ODM and we are keeping all of the necessary permission under one controlled user. Downside is that we have another copy of all of the ODM objects in the database and if updates to ODM occur that we want to take advantage of, we will need to export, import and re-add our custom objects. But this is the only solution that I could think of under the current ODM 9iR2 architecture.
    Thanks,
    Dianna

    ODM in 920 release has the ODM repository schema which holds all ODM metadata as well as operational data. Using export utility to export ODM schema as a backup is fully recommended. However, change ODM to a different schema name and operate data mining in that new schema is not supported by oracle. The scenario has not been tested. In addition, ODM is part of RDBMS 9204 patchset upgrade process, RDBMS upgrade will only upgrade ODM from a lower release level to ODM 9204, if the ODM schema is existed in the database. Each ODM patch upgrade will not drop ODM schema, it will upgrade existing ODM schema objects. Move ODM data around different schemas may also introduce data integrity issue which exp/imp utilities will not address.
    When times come to upgrade ODM from 9i to 10g, again, ODM schema must exist in the database. In 10g, ODM schema will be upgraded into a normal data mining user schema while all ODM metadata will be stored in the DMSYS schema.

  • Upgrade R12.0.4 DB 10.2.0.3 to 11.1.0.7

    Hi All,
    I have followed the below steps to upgrade R12 DB on SLES 10 SP2 from 10g to 11g
    3- Perform pre-requsites for patch 6928236
    4- Apply INTEROPERABILITY PATCH 6928236
    5- Apply TXK - 12.0.4 Consolidated Patch 1 7207440
    6- Perform patch 7207440 post install steps
    7- Apply patch 6400501 to applicaition tier, follow these steps:
         cd /oracle/apps/prod/a*/a*/a*
    . ./APPSPROD_prod.env
    export PATH=$PATH:$ORACLE_HOME/OPatch
    cd /oracle/patches/apps/6400501
         opatch lsinventory -invPtrLoc $INST_TOP/admin/oraInst.loc
    opatch apply -invPtrLoc $INST_TOP/admin/oraInst.loc
    After patch is applied do the following:
    cd $ORACLE_HOME/forms/lib
    make -f ins_forms.mk install
    cd $ORACLE_HOME/reports/lib
    `
    8- Apply timezone V4 patch 5632264 to 10g DB (OLD DB) using opatch apply. shutdown and start it up again for the change to take effect
         export PATH=$PATH:$ORACLE_HOME/OPatch
         cd /oracle/patches/db/5632264
         opatch lsinventory -invPtrLoc $ORACLE_HOME/oraInst.loc
         opatch apply -invPtrLoc $ORACLE_HOME/oraInst.loc     
    9- gedit /home/oracle/.bash_profile Create (create it if it doesn't exist) and write in it
    # Oracle Settings
    TMP=/tmp; export TMP
    TMPDIR=$TMP; export TMPDIR
    ORACLE_BASE=/oracle/apps/prod/db11; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/tech_st/11.1.0; export ORACLE_HOME
    ORACLE_SID=PROD; export ORACLE_SID
    LD_LIBRARY_PATH=$ORACLE_HOME/lib; export LD_LIBRARY_PATH
    PATH=$ORACLE_HOME/bin:$ORACLE_HOME/perl/bin:$PATH; export PATH
    PERL5LIB=$ORACLE_HOME/perl/lib/5.8.3:$ORACLE_HOME/perl/lib/site_perl/5.8.3 export PERL5LIB
    TNS_ADMIN=$ORACLE_HOME/network/admin; export TNS_ADMIN
    10- Install Oracle Database 11gR1 software only using the command
    ./runInstaller -invPtrLoc /oracle/apps/prod/db11/tech_st/11.1.0/admin/oui/PROD_prod/oraInventory/oraInst.loc
    In the Installation Types window, use the Product Languages button to select any languages other than American English that are used by your Applications database instance. Choose the Enterprise Edition installation type. In the subsequent windows, select the options not to upgrade an existing database and to install the database software only. Select Oracle Home Name to be PROD_db111_RDBMS
    11- Install Oracle Database 11g Products from the 11g Examples CD using the command
    ./runInstaller -invPtrLoc /oracle/apps/prod/db11/tech_st/11.1.0/admin/oui/PROD_prod/oraInventory/oraInst.loc
    In the Installation Types window, use the Product Languages button to select any languages other than American English that are used by your Applications database instance.
    12- Set ENV variables in /home/oracle/.bash_profile
    ORACLE_BASE=/oracle/apps/prod/db11; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/tech_st/11.1.0; export ORACLE_HOME
    LD_LIBRARY_PATH=$ORACLE_HOME/lib; export LD_LIBRARY_PATH
    PATH=$ORACLE_HOME/bin:$ORACLE_HOME/perl/bin:$PATH; export PATH
    PERL5LIB=$ORACLE_HOME/perl/lib/5.8.3:$ORACLE_HOME/perl/lib/site_perl/5.8.3 export PERL5LIB
    13- Install Oracle Database 11gR1 Patchest 7 using the command
    ./runInstaller -invPtrLoc /oracle/apps/prod/db11/tech_st/11.1.0/admin/oui/PROD_prod/oraInventory/oraInst.loc
    14- Run $ORACLE_HOME/perl/bin/perl $ORACLE_HOME/nls/data/old/cr9idata.pl
    15- Add the following line to /home/oracle/.bash_profile ORA_NLS10=/oracle/apps/prod/db11/tech_st/11.1.0/nls/data/9idata; export ORA_NLS10
    16- export $PATH:$ORACLE_HOME/OPatch
    17- cp $ORACLE_HOME/oraInst.loc /etc
    18- opatch lsinventory
    19- Apply patch 7486407 to 11g home using
         opatch apply
    20- Apply patch 7684818 to 11g home using
         opatch napply -skip_subset -skip_duplicate
    21- Gather stats for dictionary tables on the 10g DB (OLD DB) using exec dbms_stats.gather_dictionary_stats;
    22- Extende old Database tablespace SYSAUX to be 500 using the following command
    A- alter database datafile '/oracle/apps/prod/db/apps_st/data/sysaux01.dbf' resize 500m;
    B- alter database datafile '/oracle/apps/prod/db/apps_st/data/sysaux01.dbf' autoextend on;
    23- Run the Oracle Net Configuration Assistant, to start Oracle Net Configuration Assistant run
    netca from $ORACLE_HOME/bin.
    24- Edit /etc/oratab and add the following line PROD:/oracle/apps/prod/db/tech_st/10.2.0:N otherwise DBUA will not find the old DB
    25- MANDATORY STEP: Copy the initPROD.ora file from Linux Patches to $ORACLE_HOME/dbs
    26- copy new DB oraInst.loc to etc cp $ORACLE_HOME/oraInst.loc /etc/oraInst.loc
    26- Upgrade the Database Using the Database Upgrade Assistant from 11gR1 database and follow the steps
         run dbua to start the Database Upgrade Assistant
    The upgrade failes in the post-upgrade steps were it's creating the control file for the new database (during the DBUA i have specifed that i need to move DB files to a new location) with the error ORA-01166: file number 288 is larger than MAXDATAFILES (100) ORA-01110: data file 288: '$ORACLE_HOME/apps_st/data/PROD/system10.dbf'
    I have checked DB_FILES in initPROD.ora and it's 512 I also checked the MAXDATAFILES in the control file from source 10g DB and it's 512 (i used alter database backup controfile to trace to get the maxdatafiles value)
    Any ideas how to fix this issue?
    Appreciate your help.
    Mohammed Tammous

    Create a sql script file create_controlfile.sql. Open a trace log, and find something similar to:
    show sqlprompt
    set sqlprompt 'SQL>'
    Create controlfile reuse set database "INSTANCE_NAME"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    Datafile
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system02.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system03.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system04.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system05.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/ctxd01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/owad01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_queue02.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/odm.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/olap.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_tools1.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_ref03.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/xx_cdf_data1.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/xx_cdf_idx1.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system10.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system06.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/portal01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system07.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system09.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system08.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system11.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/undo01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_txn_data01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_txn_ind01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_ref01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_int01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_summ01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_nolog01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_archive01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_queue01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_media01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_txn_data02.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_txn_data03.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_txn_ind02.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_txn_ind03.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_txn_ind04.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_txn_ind05.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_ref02.dbf',
    '/disk1/dbtier/data/sysaux01.dbf'
    LOGFILE GROUP 1 (>'/disk1/dbtier/db/oradata/INSTANCE_NAME/log01a.dbf',>'/disk1/dbtier/db/oradata/INSTANCE_NAME/log01b.dbf' ) SIZE 10240K,
    GROUP 2 (>'/disk1/dbtier/db/oradata/INSTANCE_NAME/log02a.dbf',>'/disk1/dbtier/db/oradata/INSTANCE_NAME/log02b.dbf' ) SIZE 10240K RESETLOGS;
    set heading off
    set timing off
    set pagesize 0
    set feedback off
    set linesize 2048
    set sqlprompt 'SQL_ENGINE_END_OF_SQL'
    show sqlprompt
    set sqlprompt 'SQL>'Copy this to your create_controlfile.sql and change MAXDATAFILES 100 to MAXDATAFILES 1024. Then connect to database with sqlplus as sysdba user and run @create_controlfile.sql

  • Data mining is Loading after upgrade from 10.1.0.4 to 10.2.0.4

    SQL> select comp_name, version, status from dba_registry;
    COMP_NAME
    VERSION STATUS
    Oracle Ultra Search
    10.1.0.4.0 NO SCRIPT
    Oracle XML Database
    10.2.0.4.0 VALID
    Oracle Enterprise Manager
    10.2.0.4.0 VALID
    COMP_NAME
    VERSION STATUS
    Oracle Text
    10.2.0.4.0 VALID
    Oracle interMedia
    10.2.0.4.0 VALID
    Oracle Expression Filter
    10.2.0.4.0 VALID
    COMP_NAME
    VERSION STATUS
    Oracle Workspace Manager
    10.2.0.4.3 VALID
    Oracle Data Mining
    LOADING
    Oracle Database Catalog Views
    10.2.0.4.0 VALID
    COMP_NAME
    VERSION STATUS
    Oracle Database Packages and Types
    10.2.0.4.0 VALID
    JServer JAVA Virtual Machine
    10.2.0.4.0 VALID
    Oracle XDK
    10.2.0.4.0 VALID
    ** How to fix ti..
    *** I can find below error in dbua log
    ===
    dbua
    Oracle_Server.log 470085 select dbms_java.full_ncomp_enabled from dual;
    470086 select dbms_java.full_ncomp_enabled from dual
    470087 *
    470088 ERROR at line 1:
    470089 ORA-29558: JAccelerator (NCOMP) not installed. Refer to Install Guide for
    470090 instructions.
    470091 ORA-06512: at "SYS.DBMS_JAVA", line 236
    470092
    470093
    470094 Rem If Intermedia, Ultrasearch, Spatial, Data Mining upgrade,
    470095 Rem first install JAVAVM if it is not loaded
    470096
    470097 BEGIN
    470098 2 IF dbms_registry.is_loaded('JAVAVM') IS NULL AND
    470099 3 (dbms_registry.is_loaded('ORDIM') IS NOT NULL OR
    470100 4 dbms_registry.is_loaded('WK') IS NOT NULL OR
    470101 5 dbms_registry.is_loaded('SDO') IS NOT NULL OR
    470102 6 dbms_registry.is_loaded('EXF') IS NOT NULL OR
    470103 7 dbms_registry.is_loaded('ODM') IS NOT NULL) THEN
    470104 8 :dbinst_name := dbms_registry_server.JAVAVM_path || 'initjvm.sql';
    470105 9 ELSE
    470106 10 :dbinst_name := dbms_registry.nothing_script;
    470107 11 END IF;
    470108 12 END;
    470109 13 /
    470110
    470111 PL/SQL procedure successfully completed.
    470112
    470113 SELECT :dbinst_name FROM DUAL;
    470114
    *** Then I can apply 10.2.0.5 PSR ( in data mining is loading)?

    You can try de-install and install this component using the following note
    Master Note for Oracle Data Mining (Doc ID 1087643.1)

  • I am getting an error in 4.0.0.12 when trying to create a data miner workflow after db upgrade, any suggestions?

    java.sql.SQLException: ORA-20999: Error in WF_CREATE:
    ORA-00600: internal error code, arguments: [kzxcInitLoadLocal-7], [64131], [ORA-64131: XMLIndex Metadata: failure during the looking up of the dictionary
    ORA-30966: error detected in the XML Index layer
    ORA-31011: XML parsing failed
    ORA-06512: at "SYS.XMLTYPE", line 310
    ORA-06512: at "ODMRSYS.ODMR_WORKFLOW_SEC", line 198
    ORA-06512: at "ODMRSYS.ODMR_WORKFLOW_SEC", line 2039
    ORA-06512: at "ODMRSYS.ODMR_WORKFLOW", line 62
    ORA-06512: at "ODMRSYS.ODMR_WORKFLOW", line 72
    ORA-06512: at line 1
        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:445)
        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
        at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:879)
        at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:450)
        at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:192)
        at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531)
        at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:204)
        at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:1041)
        at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1329)
        at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3584)
        at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3665)
        at oracle.jdbc.driver.OracleCallableStatement.executeUpdate(OracleCallableStatement.java:4739)
        at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1352)
        at oracle.dmt.dataminer.generated.server.OdmrWorkflow.wfCreate(OdmrWorkflow.java:376)
        at oracle.dmt.dataminer.repository.Workflow.create(Workflow.java:364)
        at oracle.dmt.dataminer.wizard.workflow.WorkflowDialogState.finishCreate(WorkflowDialogState.java:96)
    Thanks

    Thanks for the quick response and as you stated it appears to be an issues with the XML schema for XMLDB.
    The db server instance is on an SLC host deployed by a DEV build:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    PL/SQL Release 11.2.0.1.0 - Production
    "CORE    11.2.0.1.0    Production"
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    I have tried both SQL Dev 3.2.20.09 and 4.0.0.12 on separate db hosts and in both case I had to modify the sqldev/dataminer/scripts/validateODMRSYS.sql so the upgrade would "validate" and finish. The cursor in validateODMRSYS.sql originally looked for "INVALID" objects and changes to it caused it to report all objecst invalid which calls RAISE_APPLICATION_ERROR(...) then fails to validate, see cursor snippet below. After correcting the cursor and running the upgrade upon double-click or ODM connection it is successful. I have multiple log files of the process if needed.
    DECLARE
    w_object_type varchar2(200);
    w_object_name varchar2(200);
    w_owner varchar2(200);
    w_status varchar2(50);
    countObjects integer := 0;
    --SELECT owner,
    --       object_type,
    --       object_name,
    --       status
    --FROM   dba_objects
    --WHERE  status = 'INVALID' AND
    --       owner = 'ODMRSYS'
    --ORDER BY owner, object_type, object_name
    cursor objects_cursor is
    SELECT owner,
           object_type,
           object_name,
           status
    FROM   dba_objects
    WHERE  --status = 'INVALID' AND
           owner = 'ODMRSYS'
    ORDER BY owner, object_type, object_name;
    Thanks!

  • Upgrade oracle 9.06.0 to 10.0.4.0  with invalid sys objs  in window

    Hi Friends,
    We made a cold copy and upgrade database to 10.0.4.0 from 9.0.6.0 in 32 bit window 2003.
    I just find lots of invalid objects in DB even I run these codes (utlrp.sql ,utlprp.sql or EXEC DBMS_UTILITY.compile_schema).
    The invalid objects are still in DB as
    SQL> select owner, OBJECT_TYPE , count(*)from all_objects
    2 where status='INVALID'
    3 group by owner, OBJECT_TYPE
    4 order by owner, OBJECT_TYPE ;
    OWNER OBJECT_TYPE COUNT(*)
    ODM VIEW 1
    OLAPSYS FUNCTION 1
    OLAPSYS PACKAGE 49
    OLAPSYS PACKAGE BODY 47
    OLAPSYS TRIGGER 48
    OLAPSYS VIEW 122
    PUBLIC SYNONYM 146
    OWNER OBJECT_TYPE COUNT(*)
    QS_ADM PACKAGE BODY 1
    SYS PACKAGE BODY 1
    WKSYS FUNCTION 3
    WKSYS PACKAGE 19
    WKSYS PACKAGE BODY 17
    WKSYS PROCEDURE 3
    WKSYS TRIGGER 23
    WKSYS VIEW 2
    based on above SQL results, how to fix this issue?
    Thanks
    JIm

    Hi Friends,
    I check db_registory and all is valid.
    SQL> select COMP_ID , COMP_NAME, VERSION ,STATUS ,
    2 MODIFIED ,NAMESPACE,CONTROL, SCHEMA ,PROCEDURE , STARTUP , PARENT_ID , OTHER_SCHEMAS
    3 from dba_registry;
    COMP_ID COMP_NAME VERSION STATUS
    EM Oracle Enterprise Manager 10.2.0.4.0 VALID
    SDO Spatial 10.2.0.4.0 VALID
    ORDIM Oracle interMedia 10.2.0.4.0 VALID
    AMD OLAP Catalog 10.2.0.4.0 VALID
    XDB Oracle XML Database 10.2.0.4.0 VALID
    CONTEXT Oracle Text 10.2.0.4.0 VALID
    EXF Oracle Expression Filter 10.2.0.4.0 VALID
    RUL Oracle Rules Manager 10.2.0.4.0 VALID
    OWM Oracle Workspace Manager 10.2.0.4.3 VALID
    ODM Oracle Data Mining 10.2.0.4.0 VALID
    CATALOG Oracle Database Catalog Views 10.2.0.4.0 VALID
    COMP_ID COMP_NAME VERSION STATUS
    CATPROC Oracle Database Packages and Types 10.2.0.4.0 VALID
    JAVAVM JServer JAVA Virtual Machine 10.2.0.4.0 VALID
    XML Oracle XDK 10.2.0.4.0 VALID
    CATJAVA Oracle Database Java Packages 10.2.0.4.0 VALID
    APS OLAP Analytic Workspace 10.2.0.4.0 VALID
    XOQ Oracle OLAP API 10.2.0.4.0 VALID
    17 rows selected.
    So what should I need to do for these invalid objects?
    Thanks
    JIM

  • DB Upgrade+Migrate from 10.1 to 11.2 using IMPDP with network_link param

    Dear all,
    I would like to upgrade and migrate my 10.1.0.5 DB on old server to 11.2.0.2 on new server.
    Here is the background info:
    Old server:
    OS : Redhat Linux AS 2.1
    DB Version : 10.1.0.5 (32 bit)
    No RAC
    New Server:
    OS : OEL 5.5
    DB Version : 11.2.0.2
    RAC
    ASM
    What I have done so far:
    1. Create new clustered 11Gr2 DB on new server.
    2. Pre-create tablespaces on new DB.
    3. Migrate 10.1.0.5 to 11.2.0.2 using IMPDP.
    impdp system/******* DIRECTORY=dump_file_dir NETWORK_LINK=DWH_DBLINK LOGFILE=log_file_dir:DWH_import_20110621.log FULL=Y SERVICE_NAME=dwhdb.xxx.xxx TABLE_EXISTS_ACTION=replace cluster=N exclude=statistics
    4. After IMPDP complete, invalid objects and components are found, run utlrp.sql no help
    SQL> select owner, count(*) from dba_objects where status = 'INVALID' group by owner;
    OWNER COUNT(*)
    WKSYS 16
    PUBLIC 12
    OLAPSYS 7
    ODM 21
    SYS 2
    WMSYS 11
    12 rows selected.
    SQL> select comp_name, status, version from dba_registry;
    COMP_NAME STATUS VERSION
    OWB VALID 11.2.0.2.0
    Oracle Application Express VALID 3.2.1.00.12
    Oracle Enterprise Manager VALID 11.2.0.2.0
    OLAP Catalog VALID 11.2.0.2.0
    Spatial VALID 11.2.0.2.0
    Oracle Multimedia VALID 11.2.0.2.0
    Oracle XML Database VALID 11.2.0.2.0
    Oracle Text VALID 11.2.0.2.0
    Oracle Expression Filter VALID 11.2.0.2.0
    Oracle Rules Manager VALID 11.2.0.2.0
    Oracle Workspace Manager INVALID 11.2.0.2.0
    Oracle Database Catalog Views VALID 11.2.0.2.0
    Oracle Database Packages and Types INVALID 11.2.0.2.0
    JServer JAVA Virtual Machine VALID 11.2.0.2.0
    Oracle XDK VALID 11.2.0.2.0
    Oracle Database Java Packages VALID 11.2.0.2.0
    OLAP Analytic Workspace VALID 11.2.0.2.0
    Oracle OLAP API VALID 11.2.0.2.0
    Oracle Real Application Clusters VALID 11.2.0.2.0
    19 rows selected.
    5. Check SYS's invalid objects, e.g. DBA_OUTLINE_HINTS, after tracing the reason, find outln.ol$hints is replaced by 10.1.0.5 version. I think it is due to the IMPDP's "TABLE_EXISTS_ACTION=replace" parameter.
    Others invalid objects like WMSYS.WM$ENV_VARS, also replaced by old version.
    What should I do now?
    Do I need to run upgrade script after DB migration using IMPDP?
    Is the migration procedure correct?
    Please advise
    Thanks in advance

    Hi,
    It looks like you've messed up the Non User (Oracle default user) data and/or metadata i.e sys, system, wksys.
    How many non Oracle default user do you have? and how big is the database? If you're using this method I'm assuming the data is not really big.
    I personally will not do full export/ import across different version, its better to just export the non default Oracle user schema as you might ended up messed up the sys objects, etc
    What you might do is
    - drop the 11g database and start from beginning again but exclude Oracle default user e.g sys,system, etc
    - or try run catupgrd.sql script (this will drop and recreate the objects), -this may or may not be fixing your invalid components
    Cheers

  • 11g Upgrade Issues and Questions

    Hi,
    I am upgrading database from 9.2.0.6 to 11g in EBS, Apps version is 11.5.10.2.
    I have performed 11.1.0.7 patch set installation tasks & Apply additional 11.1.0.7 RDBMS patches
    Now my query is that I have to copy InitSID.ora from 9i to 11g before or after database Upgrade(using DBUA)?
    When I have to set Database Initialization Parameters for Oracle Applications Release 11i before or after database Upgrade(using DBUA)?
    Regard's
    GSM

    Hi,
    The output of utlu111i.sql script is as below before upgrade.We have to make any modification before upgrade.If yes where I have to do the changes.
    SQL> @utlu111i.sql
    Oracle Database 11.1 Pre-Upgrade Information Tool 04-09-2010 12:55:26
    Database:
    --> name: PROD
    --> version: 9.2.0.8.0
    --> compatible: 9.2.0
    --> blocksize: 8192
    --> timezone file: V4
    Logfiles: [make adjustments in the current environment]
    --> The existing log files are adequate. No changes are required.
    Tablespaces: [make adjustments in the current environment]
    --> SYSTEM tablespace is adequate for the upgrade.
    .... minimum required size: 8052 MB
    --> ODM tablespace is adequate for the upgrade.
    .... minimum required size: 10 MB
    --> APPS_UNDOTS1 tablespace is adequate for the upgrade.
    .... minimum required size: 299 MB
    --> APPS_TS_TX_DATA tablespace is adequate for the upgrade.
    .... minimum required size: 2322 MB
    --> APPS_TS_QUEUES tablespace is adequate for the upgrade.
    .... minimum required size: 70 MB
    --> OLAP tablespace is adequate for the upgrade.
    .... minimum required size: 16 MB
    Update Parameters: [Update Oracle Database 11.1 init.ora or spfile]
    WARNING: --> "compatible" must be set to at least 10.1.0
    Renamed Parameters: [Update Oracle Database 11.1 init.ora or spfile]
    -- No renamed parameters found. No changes are required.
    Obsolete/Deprecated Parameters: [Update Oracle Database 11.1 init.ora or spfile]
    --> "optimizer_max_permutations"
    --> "row_locking"
    --> "undo_suppress_errors"
    --> "max_enabled_roles"
    --> "enqueue_resources"
    --> "sql_trace"
    --> "background_dump_dest" replaced by "diagnostic_dest"
    --> "user_dump_dest" replaced by "diagnostic_dest"
    --> "core_dump_dest" replaced by "diagnostic_dest"
    Components: [The following database components will be upgraded or installed]
    --> Oracle Catalog Views [upgrade] VALID
    --> Oracle Packages and Types [upgrade] VALID
    --> JServer JAVA Virtual Machine [upgrade] VALID
    --> Oracle XDK for Java [upgrade] VALID
    --> Real Application Clusters [upgrade] INVALID
    --> OLAP Analytic Workspace [upgrade] UPGRADED
    --> OLAP Catalog [upgrade] VALID
    --> Oracle Text [upgrade] VALID
    --> Oracle XML Database [install]
    --> Oracle Java Packages [upgrade] VALID
    --> Oracle interMedia [upgrade] VALID
    --> Spatial [upgrade] VALID
    --> Data Mining [upgrade] VALID
    --> Oracle OLAP API [upgrade] UPGRADED
    Miscellaneous Warnings
    WARNING: --> Passwords exist in some database links.
    .... Passwords will be encrypted during the upgrade.
    .... Downgrade of database links with passwords is not supported.
    WARNING: --> Deprecated CONNECT role granted to some user/roles.
    .... CONNECT role after upgrade has only CREATE SESSION privilege.
    WARNING: --> Database contains stale optimizer statistics.
    .... Refer to the 11g Upgrade Guide for instructions to update
    .... statistics prior to upgrading the database.
    .... Component Schemas with stale statistics:
    .... SYS
    .... OLAPSYS
    .... MDSYS
    .... ODM
    WARNING: --> Database contains INVALID objects prior to upgrade.
    .... The list of invalid SYS/SYSTEM objects was written to
    .... registry$sys_inv_objs.
    .... The list of non-SYS/SYSTEM objects was written to
    .... registry$nonsys_inv_objs.
    .... Use utluiobj.sql after the upgrade to identify any new invalid
    .... objects due to the upgrade.
    .... USER APPS has 3 INVALID objects.
    WARNING: --> Database contains schemas with objects dependent on network
    packages.
    .... Refer to the 11g Upgrade Guide for instructions to configure Network ACLs.
    .... USER APPS has dependent objects.
    .... USER MDSYS has dependent objects.
    SYSAUX Tablespace:
    [Create tablespace in the Oracle Database 11.1 environment]
    --> New "SYSAUX" tablespace
    .... minimum required size for database upgrade: 500 MB
    PL/SQL procedure successfully completed.
    SQL> spool off
    Thank's
    Regards
    GSM

  • Upgrade 10.2.0.3 to 11.2.0.1 problem

    Higuys!
    I have done first migration to new host and then upgrade of Oracle SE database 10.2.0.3 to version 11.2.0.1. I have used DBUA for upgrade work and during upgrade process i have received warnings that some db components are no longer valid.
    COMP_ID VERSION STATUS
    EM 11.2.0.1.0 VALID
    AMD 10.2.0.3.0 OPTION OFF
    SDO 10.2.0.3.0 OPTION OFF
    ORDIM 11.2.0.1.0 VALID
    XDB 11.2.0.1.0 VALID
    CONTEXT 11.2.0.1.0 VALID
    ODM 10.2.0.3.0 OPTION OFF
    EXF 11.2.0.1.0 VALID
    RUL 11.2.0.1.0 VALID
    OWM 11.2.0.1.0 VALID
    CATALOG 11.2.0.1.0 VALID
    COMP_ID VERSION STATUS
    CATPROC 11.2.0.1.0 VALID
    JAVAVM 11.2.0.1.0 VALID
    XML 11.2.0.1.0 VALID
    CATJAVA 11.2.0.1.0 VALID
    APS 10.2.0.3.0 OPTION OFF
    XOQ 10.2.0.3.0 OPTION OFF
    Are those components obsolete or it can be used in SE edition?

    Version is SE 11.2.0.1 64bit on RHEL5. On old host server it was on 64bit RHEL4.
    DBA_REGISTRY output:
    COMP_ID     COMP_NAME     VERSION     STATUS     MODIFIED     NAMESPACE     CONTROL     SCHEMA     PROCEDURE     STARTUP     PARENT_ID     OTHER_SCHEMAS
    EM     Oracle Enterprise Manager     11.2.0.1.0     VALID     09-SEP-2011 11:13:18     SERVER     SYS     SYSMAN                    
    SDO     Spatial     10.2.0.3.0     OPTION OFF     19-DEC-2006 04:46:40     SERVER     SYS     MDSYS     VALIDATE_SDO               
    ORDIM     Oracle Multimedia     11.2.0.1.0     VALID     09-SEP-2011 12:54:47     SERVER     SYS     ORDSYS     VALIDATE_ORDIM               ORDDATA,ORDPLUGINS,SI_INFORMTN_SCHEMA
    AMD     OLAP Catalog     10.2.0.3.0     OPTION OFF     19-DEC-2006 04:46:40     SERVER     SYS     OLAPSYS     CWM2_OLAP_INSTALLER.VALIDATE_CWM2_INSTALL               
    XDB     Oracle XML Database     11.2.0.1.0     VALID     09-SEP-2011 12:54:45     SERVER     SYS     XDB     DBMS_REGXDB.VALIDATEXDB               
    CONTEXT     Oracle Text     11.2.0.1.0     VALID     09-SEP-2011 12:54:45     SERVER     SYS     CTXSYS     VALIDATE_CONTEXT               
    EXF     Oracle Expression Filter     11.2.0.1.0     VALID     09-SEP-2011 12:54:45     SERVER     SYS     EXFSYS     VALIDATE_EXF               
    RUL     Oracle Rules Manager     11.2.0.1.0     VALID     09-SEP-2011 12:54:47     SERVER     SYS     EXFSYS     VALIDATE_RUL               
    OWM     Oracle Workspace Manager     11.2.0.1.0     VALID     09-SEP-2011 12:54:44     SERVER     SYS     WMSYS     VALIDATE_OWM               
    ODM     Oracle Data Mining     10.2.0.3.0     OPTION OFF     19-DEC-2006 04:46:37     SERVER     SYS     DMSYS     VALIDATE_ODM               
    CATALOG     Oracle Database Catalog Views     11.2.0.1.0     VALID     09-SEP-2011 12:54:44     SERVER     SYS     SYS     DBMS_REGISTRY_SYS.VALIDATE_CATALOG               
    CATPROC     Oracle Database Packages and Types     11.2.0.1.0     VALID     09-SEP-2011 12:54:44     SERVER     SYS     SYS     DBMS_REGISTRY_SYS.VALIDATE_CATPROC               APPQOSSYS,DBSNMP,DIP,ORACLE_OCM,OUTLN,SYSTEM
    JAVAVM     JServer JAVA Virtual Machine     11.2.0.1.0     VALID     09-SEP-2011 12:54:44     SERVER     SYS     SYS     INITJVMAUX.VALIDATE_JAVAVM               
    XML     Oracle XDK     11.2.0.1.0     VALID     09-SEP-2011 12:54:45     SERVER     SYS     SYS     XMLVALIDATE               
    CATJAVA     Oracle Database Java Packages     11.2.0.1.0     VALID     09-SEP-2011 12:54:45     SERVER     SYS     SYS     DBMS_REGISTRY_SYS.VALIDATE_CATJAVA               
    APS     OLAP Analytic Workspace     10.2.0.3.0     OPTION OFF     19-DEC-2006 04:46:39     SERVER     SYS     SYS     APS_VALIDATE               
    XOQ     Oracle OLAP API     10.2.0.3.0     OPTION OFF     19-DEC-2006 04:46:40     SERVER     SYS     SYS     XOQ_VALIDATE
    Edited by: rootsman on Sep 11, 2011 11:20 PM
    Edited by: rootsman on Sep 11, 2011 11:37 PM

  • How can I get Firefox to recognize ODM file extensions? Help! bmathias@usf.edu

    Windows7, Firefox version? (not sure what version! it doesn't come up under Properties!) but my computer was just upgraded to Windows7 last week & Firefox reinstalled, so probably the latest version. OverDrive (ODM file extensions) is a DRM software system used by public libraries to limit checkout/access of streamed audio & e-books. But the audiobooks won't download. The troubleshooting directions say that I shoule be able to find the ODM file extension under Tools -- Options -- Applications in Firefox. But it isn't listing. Perhaps this is why the download doesn't work? How do I get Firefox to work with ODM file extension?

    Check the URL that doesn't work.
    ''If it is an http:// URL:''
    When a web server sends Firefox a file, it includes a content-type header. This is what Firefox uses to determine how to handle the file, not the file extension. The server might be sending a generic download type such as "application/octet-stream" which you cannot assign to any one application. That's just a guess because I don't use that software.
    ''If it is an st:// URL:''
    Firefox will check the Windows registry for novel protocols. This article has more information: http://kb.mozillazine.org/Register_protocol

  • OLAP and version on EBS database upgrade and migration

    Hi all,
    Recently I have upgraded EBS database to 11.2.0.3. When I querey " select COMP_ID,COMP_NAME,VERSION,STATUS
    from dba_registry; " getting below output
    SQL> select COMP_ID,COMP_NAME,VERSION,STATUS,MODIFIED from dba_registry;
    COMP_ID                        COMP_NAME                                    VERSION                        STATUS     
    ODM                            Oracle Data Mining                            11.2.0.3.0                     VALID      
    CONTEXT                        Oracle Text                                  11.2.0.3.0                     VALID      
    AMD                            OLAP Catalog                                  11.2.0.3.0                     VALID    
    SDO                            Spatial                                            11.2.0.3.0                     VALID      
    ORDIM                          Oracle Multimedia                            11.2.0.3.0                     VALID      
    XDB                            Oracle XML Database                         11.2.0.3.0                     VALID      
    EXF                            Oracle Expression Filter                       11.2.0.3.0                     VALID      
    CATALOG                        Oracle Database Catalog Views            11.2.0.3.0                     VALID      
    CATPROC                        Oracle Database Packages and Types       11.2.0.3.0                     VALID      
    RAC                            Oracle Real Application Clusters                 11.2.0.3.0                     INVALID    
    JAVAVM                         JServer JAVA Virtual Machine                11.2.0.3.0                     VALID      
    XML                            Oracle XDK                                           11.2.0.3.0                     VALID      
    CATJAVA                        Oracle Database Java Packages            11.2.0.3.0                     VALID      
    APS                            OLAP Analytic Workspace                      11.2.0.3.0                     VALID      
    XOQ                            Oracle OLAP API                                 11.2.0.3.0                     VALID      
    15 rows selected.I thought everything goes well.
    Now I am migrating EBS from 32 bit linux to 64 bit and when I follow the note for OLAP AW Note: 579234.1 "verify OLAP was in use ". When I qurey " select DBID,NAME,VERSION,DETECTED_USAGES,CURRENTLY_USED from dba_feature_usage_statistics "
    3874995160 Virtual Private Database (VPD)                                   10.2.0.5.0                      1 TRUE
    3874995160 XDB                                                              10.2.0.5.0                      1 TRUE
    3874995160 LOB                                                              10.2.0.5.0                      1 TRUE
    3874995160 Object                                                           10.2.0.5.0                      1 TRUE
    3874995160 Extensibility                                                    10.2.0.5.0                      1 TRUE
    3874995160 ASO native encryption and checksumming                           11.2.0.3.0                      0 FALSE
    103678515 Advanced Replication                                             10.2.0.3.0                      0 FALSE
    103678515 Advanced Security                                                10.2.0.3.0                      0 FALSE
    103678515 Audit Options                                                    10.2.0.3.0                      0 FALSE
    103678515 Automatic Database Diagnostic Monitor                            10.2.0.3.0                      0 FALSE
    103678515 Automatic Segment Space Management (system)                      10.2.0.3.0                    144 TRUE
    103678515 Automatic Segment Space Management (user)                        10.2.0.3.0                    144 TRUE
    103678515 Messaging Gateway                                                10.2.0.3.0                      0 FALSE
    103678515 MTTR Advisor                                                     10.2.0.3.0                      0 FALSE
    103678515 Multiple Block Sizes                                             10.2.0.3.0                      0 FALSE
    103678515 OLAP - Analytic Workspaces                                       10.2.0.3.0                    143 TRUE
    103678515 OLAP - Cubes                                                     10.2.0.3.0                      0 FALSE
    103678515 Oracle Managed Files                                             10.2.0.3.0                      0 FALSE
    103678515 Parallel SQL DDL Execution                                       10.2.0.3.0                     71 FALSE
    103678515 Parallel SQL DML Execution                                       10.2.0.3.0                     68 FALSE
      103678515 Virtual Private Database (VPD)                                   10.2.0.3.0                    144 TRUE
    103678515 Advanced Replication                                             10.2.0.5.0                      0 FALSE
    103678515 ASO native encryption and checksumming                           10.2.0.5.0                      0 FALSE
    103678515 Audit Options                                                    10.2.0.5.0                      0 FALSE
    103678515 Automatic Database Diagnostic Monitor                            10.2.0.5.0                      0 FALSE
    103678515 Automatic Segment Space Management (system)                      10.2.0.5.0                     25 TRUE
    103678515 Automatic Segment Space Management (user)                        10.2.0.5.0                     25 TRUE
    103678515 Automatic SQL Execution Memory                                   10.2.0.5.0                     25 TRUE
    103678515 Automatic Storage Manager                                        10.2.0.5.0                      0 FALSE
    103678515 Automatic Undo Management                                        10.2.0.5.0                     25 TRUE
    103678515 Automatic Workload Repository                                    10.2.0.5.0                      0 FALSE
    103678515 AWR Report                                                       10.2.0.5.0                      0 FALSE
    103678515 Change-Aware Incremental Backup                                  10.2.0.5.0                      0 FALSE
    103678515 CSSCAN                                                           10.2.0.5.0                      0 FALSE
    103678515 Character Semantics                                              10.2.0.5.0                      0 FALSE
    103678515 Character Set                                                    10.2.0.5.0                     25 TRUE
    103678515 Data Guard                                                       10.2.0.5.0                      0 FALSE
    103678515 Data Guard Broker                                                10.2.0.5.0                      0 FALSE
    103678515 Data Mining                                                      10.2.0.5.0                      0 FALSE
    103678515 Dynamic SGA                                                      10.2.0.5.0                      0 FALSE
      103678515 MTTR Advisor                                                     10.2.0.5.0                      0 FALSE
    103678515 Multiple Block Sizes                                             10.2.0.5.0                      0 FALSE
    103678515 OLAP - Analytic Workspaces                                       10.2.0.5.0                     25 TRUE
    103678515 OLAP - Cubes                                                     10.2.0.5.0                      0 FALSE
    103678515 Oracle Managed Files                                             10.2.0.5.0                      0 FALSE
    103678515 Parallel SQL DDL Execution                                       10.2.0.5.0                      1 FALSE
    103678515 Parallel SQL DML Execution                                       10.2.0.5.0                      0 FALSE
    103678515 Parallel SQL Query Execution                                     10.2.0.5.0                     22 TRUE
      103678515 Recovery Manager (RMAN)                                          10.2.0.5.0                     25 TRUE
    103678515 RMAN - Disk Backup                                               10.2.0.5.0                     24 TRUE
    103678515 RMAN - Tape Backup                                               10.2.0.5.0                     25 TRUE
    103678515 Resource Manager                                                 10.2.0.5.0                      0 FALSE
    103678515 SQL Tuning Set                                                   10.2.0.5.0                      0 FALSE
      103678515 Streams (user)                                                   10.2.0.5.0                     25 TRUE
    103678515 Transparent Gateway                                              10.2.0.5.0                      0 FALSE
    103678515 Undo Advisor                                                     10.2.0.5.0                      0 FALSE
    103678515 Virtual Private Database (VPD)                                   10.2.0.5.0                     25 TRUE
    103678515 XDB                                                              10.2.0.5.0                     25 TRUE
    103678515 LOB                                                              10.2.0.5.0                     25 TRUE
    103678515 Object                                                           10.2.0.5.0                     25 TRUE
    103678515 Extensibility                                                    10.2.0.5.0                     25 TRUE
    103678515 Change Data Capture                                              10.2.0.5.0                      0 FALSE
    103678515 Materialized Views (User)                                        10.2.0.5.0                     25 TRUE
    3874453699 Advanced Replication                                             10.2.0.5.0                      0 FALSE
    3874453699 ASO native encryption and checksumming                           10.2.0.5.0                      0 FALSE
    3874453699 Audit Options                                                    10.2.0.5.0                      0 FALSE
    3874453699 Data Mining                                                      10.2.0.5.0                      0 FALSE
    3874453699 Dynamic SGA                                                      10.2.0.5.0                      0 FALSE
    3874453699 EM Database Control                                              10.2.0.5.0                      0 FALSE
    3874453699 EM Grid Control                                                  10.2.0.5.0                      0 FALSE
    3874453699 MTTR Advisor                                                     10.2.0.5.0                      0 FALSE
    3874453699 Multiple Block Sizes                                             10.2.0.5.0                      0 FALSE
    3874453699 OLAP - Analytic Workspaces                                       10.2.0.5.0                      1 TRUE
    3874453699 OLAP - Cubes                                                     10.2.0.5.0                      0 FALSE
    3874453699 Oracle Managed Files                                             10.2.0.5.0                      0 FALSE
    3874453699 Parallel SQL DDL Execution                                       10.2.0.5.0                      0 FALSE
    3874453699 Parallel SQL DML Execution                                       10.2.0.5.0                      0 FALSE
    3874453699 Parallel SQL Query Execution                                     10.2.0.5.0                      0 FALSE
    3874453699 Resource Manager                                                 10.2.0.5.0                      0 FALSE
    3874453699 Server Parameter File                                            10.2.0.5.0                      1 TRUE
    3874453699 Shared Server                                                    10.2.0.5.0                      0 FALSE
    3874453699 Spatial                                                          10.2.0.5.0                      1 TRUE
    3874453699 Locator                                                          10.2.0.5.0                      0 FALSE
    3874995160 Partitioning (user)                                              11.2.0.3.0                      1 TRUE
    3874995160 Services                                                         11.2.0.3.0                      1 TRUE
    3874995160 Oracle Java Virtual Machine (system)                             11.2.0.3.0                      1 TRUE
    446 rows selected.This is cloned instanse from from production.
    1 - I can see different DBID for the same and for some DBID it is showing different version. any problem during upgrade ( 10.2.0.3 -> 10.2.0.5 - one year back) and (10.2.0.5 to 11.2.0.3) ?
    If any problem, please let me know what I can do to fix.
    2 - For OLAP details :
    SQL> select DBID,NAME,VERSION,DETECTED_USAGES,CURRENTLY_USED from dba_feature_usage_statistics where NAME like 'OLAP%';
    DBID NAME VERSION DETECTED_USAGES CURRE
    103678515 OLAP - Analytic Workspaces 10.2.0.3.0 143 TRUE
    103678515 OLAP - Analytic Workspaces 10.2.0.5.0 25 TRUE
    3874453699 OLAP - Analytic Workspaces 10.2.0.5.0 1 TRUE
    3874995160 OLAP - Analytic Workspaces 10.2.0.5.0 1 TRUE
    3874995160 OLAP - Analytic Workspaces 11.2.0.3.0 1 TRUE
    103678515 OLAP - Cubes 10.2.0.3.0 0 FALSE
    103678515 OLAP - Cubes 10.2.0.5.0 0 FALSE
    3874453699 OLAP - Cubes 10.2.0.5.0 0 FALSE
    3874995160 OLAP - Cubes 10.2.0.5.0 0 FALSE
    3874995160 OLAP - Cubes 11.2.0.3.0 0 FALSE
    Do I need to do anything for export olap AW ?
    3 - Remobe OLAP from 32 bit. After following the steps mentioned in note: 352306.1 am getting invalid objects with object name start with OLAP.
    SQL> select owner, object_name, object_type from dba_objects where status <> 'VALID';
    OWNER OBJECT_NAME OBJECT_TYPE
    SYS OLAPIBOOTSTRAP FUNCTION
    SYS OLAPIHANDSHAKE FUNCTION
    PUBLIC OLAPIBOOTSTRAP SYNONYM
    PUBLIC OLAPIHANDSHAKE SYNONYM
    Do I need to remove these objects manually?
    Thanks,

    1 - I can see different DBID for the same and for some DBID it is showing different version. any problem during upgrade ( 10.2.0.3 -> 10.2.0.5 - one year back) and (10.2.0.5 to 11.2.0.3) ?
    If any problem, please let me know what I can do to fix. What do you mean by "any problem during upgrade"?
    2 - For OLAP details :
    SQL> select DBID,NAME,VERSION,DETECTED_USAGES,CURRENTLY_USED from dba_feature_usage_statistics where NAME like 'OLAP%';
    DBID NAME VERSION DETECTED_USAGES CURRE
    103678515 OLAP - Analytic Workspaces 10.2.0.3.0 143 TRUE
    103678515 OLAP - Analytic Workspaces 10.2.0.5.0 25 TRUE
    3874453699 OLAP - Analytic Workspaces 10.2.0.5.0 1 TRUE
    3874995160 OLAP - Analytic Workspaces 10.2.0.5.0 1 TRUE
    3874995160 OLAP - Analytic Workspaces 11.2.0.3.0 1 TRUE
    103678515 OLAP - Cubes 10.2.0.3.0 0 FALSE
    103678515 OLAP - Cubes 10.2.0.5.0 0 FALSE
    3874453699 OLAP - Cubes 10.2.0.5.0 0 FALSE
    3874995160 OLAP - Cubes 10.2.0.5.0 0 FALSE
    3874995160 OLAP - Cubes 11.2.0.3.0 0 FALSE
    Do I need to do anything for export olap AW ?Why to export OLAP AW? And is this output from prod or dev?
    3 - Remobe OLAP from 32 bit. After following the steps mentioned in note: 352306.1 am getting invalid objects with object name start with OLAP.
    SQL> select owner, object_name, object_type from dba_objects where status <> 'VALID';
    OWNER OBJECT_NAME OBJECT_TYPE
    SYS OLAPIBOOTSTRAP FUNCTION
    SYS OLAPIHANDSHAKE FUNCTION
    PUBLIC OLAPIBOOTSTRAP SYNONYM
    PUBLIC OLAPIHANDSHAKE SYNONYM
    Do I need to remove these objects manually?Yes. Please see (Invalid OLAPIBOOTSTRAP, OLAPIHANDSHAKE, GENINTERRUPTABLEINTERFACE Objects After Removing Olap from 11g [ID 1377048.1]) for details.
    Thanks,
    Hussein

  • ODM on 11g

    I am upgrading my OS from XP to Vista. So I can't use 10g any longer instead of 11g.
    I have installed 11g successfully on Vista. But I can't find Oracle Directory Manager on 11g. I installed both 11g DB and 11g client.
    Where is it?
    Thanks

    OK, I just installed 10.2.0.3 Vista client (Admin install) & the 10.2.0.4 upgrade. Now, I have ODM back and fully functioning on Vista. But I am surprised that it's been dropped from the 11g installs? Maybe the latest installs of OID don't require ODM anymore, but I recall that even with 10.1.4.0.x, there were times that required use of ODM to make certain config changes - don't recall off the top of my head...
    Thanks,
    +Steve                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • O/S Patch, H/W, S/W Upgrades, Database upgrades, patches - Exadata Platform

    Platform: SUN ODM
    Topic: Patching/Upgrades
    I would like to know various available options that we can use to do.
    1. H/W Upgrades
    2. Patch Upgrades
    3. S/W, Database upgrades/patching, Hot/Online patching
    Because its a RAC envt, we have an option of doing node-by-node upgrades but will be interested in knowing best practices. (recommended by Oracle)

    user1175306 wrote:
    Platform: SUN ODM
    Topic: Patching/Upgrades
    I would like to know various available options that we can use to do.
    1. H/W Upgrades HW is fixed, there are no options to add or upgrade components in the individual servers.
    2. Patch UpgradesPatches for Exadata software are available via My Oracle Support. The installation procedures for each Exadata software upgrade are detailed in the patch's readme.
    3. S/W, Database upgrades/patching, Hot/Online patchingMost patches are rolling-installable and most Exadata software upgrades are rolling-installable too. You should utilize the MAA best practices and whitepapers that describe how to minimize downtime for patching and upgrades via Data Guard and other techniques (http://www.oracle.com/technology/deploy/availability/htdocs/maa.htm)
    >
    Because its a RAC envt, we have an option of doing node-by-node upgrades but will be interested in knowing best practices. (recommended by Oracle)

  • Oracle.dmt.odm.task.MiningTaskException: Fail to enquee task

    Hello!
    Can you help me please?? I really need some usefull helps.
    I want to use the Oracle with Data mining on my PC which system is windows 2003 server.
    I downloaded the oracle 9i database release2 (9.2.0.1.0) and jdeveloper 9.2.0.4.0 and the DM4J Release 9.0.3.1 and installed.I don't have a access of
    the Metalink to get any patches for upgrading and fixing .I read the doc of data mining and know must run the catpatch.sql file ,if not ,the ODM does not work ,but I can't match it in the oralcehome path and ignore this step not done. The modus of my is OK??
    But I can connect the DB with the ODM and the ODM_MTR accounts and use the ODM Component and Browser.
    There are some questions that I continue to make.
    I builded a sample Classification Model and runed it ,there was a error :
    Invoking data mining component.....
    E:\oracle\jdev904\jdk\bin\javaw.exe -ojvm -classpath E:\oracle\jdev904\jdev\mywork\Workspace1\Project\classes;
    E:\oracle\jdev904\jdev\lib\jdev-rt.jar;E:\oracle\jdev904\j2ee\home\lib\jms.jar;
    E:\oracle\jdev904\rdbms\jlib\aqapi.jar;E:\oracle\jdev904\j2ee\home\lib\jta.jar;
    E:\oracle\jdev904jdev\lib\ext\odmapi.jar;
    E:\oracle\jdev90\jdbc\lib\classes12.jar;
    E:\oracle\jdev904\jdbc\lib\nls_charset12.jar;
    E:\oracle\jdev904\lib\xmlparserv2.jar;
    E:\oracle\jdev904\lib\xmlcomp.jar
    mypackage1.Demo_NB_Build
    ODM ODM jdbc:oracle:thin:@localhost:1521:tenjak
    Initialization Phase:
    Data Mining Server:
    JDBC URL: jdbc:oracle:thin:@localhost:1521:tenjak Username: ODM
    Login Phase:
    Created data mining server
    Completed login
    Cleanup Phase:
    No prior function settings object to be removed:Demo_NB_Build
    No prior mining model object to be removed:Demo_NB_Build
    No prior mining
    task to be removed: Demo_NB_Build
    Data Setup Creation Phase:
    Created NonTransactional PDS
    Input schema: ODM_MTR
    Input table: MINING_DATA_BUILD
    Mining Settings Creation Phase: Saved MiningFunctionSettings Name:
    Demo_NB_Build
    Model Build Task Phase:
    Invoking Model build.
    Logout Phase:
    Completed MiningServer logoutEnd: Sun May 16 11:22:44 CST
    2004**********************************************************oracle.dmt.odm.tas
    k.MiningTaskException: ÎÞ·¨Íê³ÉÈë¶ÓÈÎÎñ "Demo_NB_Build"¡£at oracle.dmt.odm.task.MiningTask.execute(MiningTask.java:433)     
    at mypackage1.Demo_NB_Build.createModel(Demo_NB_Build.java:1213)     
    at mypackage1.Demo_NB_Build.buildClassificationModelBuild(Demo_NB_Build.java:397)     
    at mypackage1.Demo_NB_Build.main(Demo_NB_Build.java:529)
    oracle.dmt.odm.task.MiningTaskException: ÎÞ·¨Íê³ÉÈë¶ÓÈÎÎñ "Demo_NB_Build"¡£     
    at oracle.dmt.odm.task.MiningTask.execute(MiningTask.java:433)     
    at mypackage1.Demo_NB_Build.createModel(Demo_NB_Build.java:1213)     
    at mypackage1.Demo_NB_Build.buildClassificationModelBuild(Demo_NB_Build.java:397)     
    at mypackage1.Demo_NB_Build.main(Demo_NB_Build.java:529)Exception in thread main
    Process exited with exit code 1.
    I saw some topics about this question which unusefull for me in the forum .Do I need to change something installed ,If I must need the patchs to upgrade or fix and you luckly had it ,Could you send it to me ??
    [email protected]
    Could you detail to me please?
    Thank you very much!
    jx wu

    hi findno.
    I would like to help u,I used to sovle the problem of the JVM ,but when I build a model ,there are some error that I can't do it now .But u could have a try.
    The following methods which can help u to solve the problem of JVM:
    Before you do these steps,you has better to backup these files.
    1¡¢Copy the file aqapi.jar from oracle-home\ora92\dm\lib to jdev-path\jdev\lib\ext
    2¡¢Copy the file aqapi.jar from jdev-path\j2ee\lib to oracle-home\ora92\rdbms\jlib
    3¡¢Copy the file jms.jar from jdev-path\j2ee\home\lib to oracle-home\ora92\rdbms\jlib
    4¡¢Copy the file jta.jar from oracle-home\ora92\jdk\jre\lib\ext to jdev-path\j2ee\home\lib
    I don't know those whether it can help u ,but u could try it,really I an a freshman with the Data Mining .
    If u could build a model ,could u tell me about how u to do it?
    jx wu , thanks.

  • Revalidate  ODM components

    I upgraded db from 10gR2 to 11.2.0.2 (Standard Edition). Accidently dropped dmsys. Recreated them.
    However, when I did
    select comp_id, version from dba_registry where status = 'INVALID';ODM 11.2.0.2.0
    For DMSYS, the following objects are invalid:
    ODM_MODEL_UTIL
    DMP_SEC
    DMP_SYS
    DBMS_DM_UTIL_INTERNAL
    DBMS_DM_MODEL_EXP
    ODM_UTIL
    DBMS_DATA_MINING
    DBMS_DATA_MINING_INTERNAL
    Please advise.
    Edited by: user10427867 on Feb 14, 2012 7:41 AM

    Pl continue the discussion in your original thread - Re-create dmsys user

Maybe you are looking for

  • EXCEPTION_ACCESS_VIOLATION : MyEclipse + FlexBuilder 3 Plug-in

    Hi, I have MyEclipse 7.5 with FlexBuilder 3 Professional Plug-in installed.  Everything works fine except when I Edit a MXML file in Design mode, the  whole JVM exits with a EXCEPTION_ACCESS_VIOLATION. Looking at the call stack, I can see that the pr

  • FICO: Asset Accounting : Retirement

    Dear Friends, Can someone share the asset disposal posting for the below scenarios. 1 . Asset disposal end of its life with customer with gain or loss 2 . Asset disposal mid of its life with customer with gain or loss 3 . Asset disposal end of its li

  • Does 2013 macbook air use a special version of OSX 10.8.4?

    does 2013 macbook air use a special version of OSX 10.8.4?

  • Face-tags in photoshop elements 8

    In photoshop elements 8, are the "face tags" written" in the IPCT (or other metatags, like XMP), or are they only recorded in the database of PSE. Is it possible to insert them in the IPTC. (Excuse-me for my bad English...) Michlvill

  • Opening encrypted attachments

    I am not able to open encrypted attachments although I try to put my finger on the PDF attachment and then try to open it in Adobe. Is there a version discrepancy or is there another suggestion?