Upgrade database from 10.0.2 to 11.2.0.2 .

I want to upgrade database from 10.0.2 to 11.2.0.2 . Can i go for direct upgrade?
Or i need to apply the patch bring the database to 10.2.0.2 and then upgrade to 11.2.0.2.
Please suggest me on this ...

Are you sure about that minor release number? Possibly 10.1? Release 10.2.0.2 is the minimum R2 version that can be upgraded directly to 11gR2, if its 10.1, that requires 10.1.0.5 or higher.
The upgrade forum may offer better help, see Database Upgrade

Similar Messages

  • Facing Parse Errors after upgrading database from 10g to 11g

    Hi,
    We are facing parse errors in the SQL's after upgrading database from 10g to 11g.
    Kindly look into below parse errors.
    ********************************** Parse Error *****************************************************
    Tue Aug 13 14:13:08 2013
    kksSetBindType 16173533-2: parse err=1446 hd=3c73061fb8 flg=100476 cisid=173 sid=173 ciuid=173 uid=173
    PARSE ERROR: ospid=15598, error=1446 for statement:
    SELECT ROWID,ORGANIZATION_CODE,PADDED_CONCATENATED_SEGMENTS,PRIMARY_UOM_CODE,REVISION,SUBINVENTORY_CODE,TOTAL_QOH,NET,RSV,ATP,ORGANIZATION_NAME,ITEM_DESCRIPTION,INVENTORY_ITEM_ID,ORGANIZATION_ID,LOCATOR_ID,LOCATOR_TYPE,ITEM_LOCATOR_CONTROL,ITEM_LOT_CONTROL,ITEM_SERIAL_CONTROL FROM MTL_ONHAND_LOCATOR_V WHERE (INVENTORY_ITEM_ID=:1) and (ORGANIZATION_ID=:2) order by ORGANIZATION_CODE,SUBINVENTORY_CODE,REVISION, organization_code, padded_concatenated_segments
    Tue Aug 13 14:13:10 2013
    kksfbc 16173533: parse err=942 hd=3c387c4028 flg=20 cisid=3266 sid=3266 ciuid=3266 uid=3266
    PARSE ERROR: ospid=29813, error=942 for statement:
    Select feature from toad.toad_restrictions where user_name=USER or user_name in ( select ROLE from sys.session_roles)
    kksfbc 16173533: parse err=942 hd=3c97d83648 flg=20 cisid=3266 sid=3266 ciuid=3266 uid=3266
    PARSE ERROR: ospid=29813, error=942 for statement:
    SELECT password
    FROM SYS.USER$
    WHERE  0=1
    kksfbc 16173533: parse err=6550 hd=35185e4278 flg=20 cisid=3266 sid=3266 ciuid=3266 uid=3266
    ----- PL/SQL Stack -----
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    319e277050        30  anonymous block
    319e277050        57  anonymous block
    PARSE ERROR: ospid=29813, error=6550 for statement:
    BEGIN sys.dbms_profiler."146775420110782746251362632012"; END;
    kksfbc 16173533: parse err=942 hd=3c142d8600 flg=20 cisid=3266 sid=3266 ciuid=3266 uid=3266
    ----- PL/SQL Stack -----
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    319e277050        67  anonymous block
    PARSE ERROR: ospid=29813, error=942 for statement:
    SELECT 1 FROM plsql_profiler_data WHERE 0 = 1
    Please help.
    Regards
    Suresh

    Hi Suresh,
    Apologies for misunderstanding..
    Tue Aug 13 14:13:08 2013
    kksSetBindType 16173533-2: parse err=1446 hd=3c73061fb8 flg=100476 cisid=173 sid=173 ciuid=173 uid=173
    PARSE ERROR: ospid=15598, error=1446 for statement:
    SELECT ROWID,ORGANIZATION_CODE,PADDED_CONCATENATED_SEGMENTS,PRIMARY_UOM_CODE,REVISION,SUBINVENTORY_CODE,TOTAL_QOH,NET,RSV,ATP,ORGANIZATION_NAME,ITEM_DESCRIPTION,INVENTORY_ITEM_ID,ORGANIZATION_ID,LOCATOR_ID,LOCATOR_TYPE,ITEM_LOCATOR_CONTROL,ITEM_LOT_CONTROL,ITEM_SERIAL_CONTROL FROM MTL_ONHAND_LOCATOR_V WHERE (INVENTORY_ITEM_ID=:1) and (ORGANIZATION_ID=:2) order by ORGANIZATION_CODE,SUBINVENTORY_CODE,REVISION, organization_code, padded_concatenated_segments
    Assuming you see the above error message in the alert log file, which was your original post, follow the below steps:
    1 Get the 'ospid' value from the error
    2. Issue the below command:
    SQL> select request_id,ORACLE_PROCESS_ID
      2 from fnd_concurrent_requests
      3 where request_id = 15598;
    3. After obtaining the request_id
    4, Query it from the front-end using SYSADMIN responsibility
    Hopefully this should get you the respective concurrent report/program.
    Thanks &
    Best Regards,

  • Upgrade Database from 10.2.0.5.0 to 11.2.0.3.0 in Silent Mode

    Hello there,
    Previously, I had posted a thread on how to upgrade database from 10.2.0.5.0 to 11.2.0.3.0 through the wizards provided (GUI-based) and had successfully upgraded the database. Now, I am attempting to upgrade the database from 10.2.0.5.0 to 11.2.0.3.0 once more but this time, in silent mode (console-based). Unfortunately, I am lack of knowledge regarding the installation of the software and upgrading the database in silent mode.
    I managed to figure out this much so far:
    1 . Traverse through the installation directory to the directory shown below:
           11.2.0.3 > Extracted > database > response
    2 . Fill up the blanks of db_install.rsp file:
           oracle.install.option=INSTALL_DB_SWONLY
           SELECTED_LANGUAGES=en
           ORACLE_HOME=C:\Oracle\11g\DBSwLoc
           ORACLE_BASE=C:\Oracle\11g
           oracle.install.db.InstallEdition=EE
           oracle.install.db.EEOptionsSelection=false
           oracle.install.db.isRACOneInstall=false
           oracle.install.db.config.starterdb.memoryOption=true
           oracle.install.db.config.starterdb.installExampleSchemas=false
           oracle.install.db.config.starterdb.enableSecuritySettings=true
           oracle.install.db.config.starterdb.control=DB_CONTROL
           oracle.install.db.config.starterdb.automatedBackup.enable=false
           oracle.installer.autoupdates.option=SKIP_UPDATES
    3 . Save new db_install.rsp file to a new location (shorter path name without spacing will be best recommended)
    4 . Traverse through the installation directory to where the setup file is located.
    5 . Execute the following command:
           setup.exe -silent -waitforcompletion -responseFile C:\db_install_updated.rspThe result I received is as shown below:
    Starting Oracle Universal Installer...
    Preparing to launch Oracle Universal Installer from C:\Users\...\Temp\OraInstall2012-12-13_03-16-43PM.  Please wait ... [WARNING] - My Oracle Support Username/Email Address Not Specified
    [SEVERE] - Provide the My Oracle Support password.
    Please press Enter to exit...
    Previously in the db_install_updated.rsp response file, I had set autoupdate option to SKIP_UPDATES but why does it still prompt me for the Oracle Support account?
    Edited by: Maxwell T on Dec 13, 2012 4:05 PM

    After running the command below to upgrade the current database (Oracle 10.2.0.5.0):
    dbua -silent -sid DB01 -oracleHome C:\Oracle\10g\DBSwLoc -oracleBase C:\Oracle\10g -diagnosticDest C:\Oracle\11g -sysDBAUserName sys -sysDBAPassword password -autoextendFiles -upgradeTimezone -commonFileLocation C:\Oracle\11g\DBSwLoc\oradata\database -recompile_invalid_objects true -degree_of_parallelism 7 -dbsnmpPassword DefaultPassword1 -sysmanPassword DefaultPassword1 This is the result:
    Oracle recommends gathering dictionary statistics prior to upgrading the database.  Refer to the Upgrade Guide for Performing Pre Upgrade
    UPGRADE_PROGRESS : 0%
    UPGRADE_PROGRESS : 4%
    Upgrading Oracle Server
    UPGRADE_PROGRESS : 5%
    UPGRADE_PROGRESS : 6%
    UPGRADE_PROGRESS : 7%
    UPGRADE_PROGRESS : 8%
    UPGRADE_PROGRESS : 9%
    UPGRADE_PROGRESS : 10%
    UPGRADE_PROGRESS : 11%
    UPGRADE_PROGRESS : 12%
    UPGRADE_PROGRESS : 13%
    UPGRADE_PROGRESS : 14%
    UPGRADE_PROGRESS : 15%
    UPGRADE_PROGRESS : 16%
    UPGRADE_PROGRESS : 17%
    UPGRADE_PROGRESS : 18%
    UPGRADE_PROGRESS : 19%
    UPGRADE_PROGRESS : 20%
    UPGRADE_PROGRESS : 20%
    UPGRADE_PROGRESS : 21%
    UPGRADE_PROGRESS : 22%
    UPGRADE_PROGRESS : 23%
    UPGRADE_PROGRESS : 24%
    UPGRADE_PROGRESS : 25%
    UPGRADE_PROGRESS : 26%
    UPGRADE_PROGRESS : 27%
    UPGRADE_PROGRESS : 28%
    UPGRADE_PROGRESS : 29%
    UPGRADE_PROGRESS : 30%
    Collecting information from database
    UPGRADE_PROGRESS : 31%
    UPGRADE_PROGRESS : 32%
    UPGRADE_PROGRESS : 53%
    Modifying and starting Oracle instance
    UPGRADE_PROGRESS : 58%
    Copying database files
    UPGRADE_PROGRESS : 60%
    Switching database files
    UPGRADE_PROGRESS : 62%
    UPGRADE_PROGRESS : 63%
    ORA-01167: two files are the same file/group number or the same fileORA-00202: control file: 'C:\ORACLE\11G\FULLCLIENT\ORADATA\DATABASE\LV01\CTRLLV01.ORA'Any suggestions for this error?
    Thank you in advance.

  • Utlrp.sql takes very long (8 hours) while upgrade database from 9i to 10g

    1) Follow the note of 369693.1 ; and 362203.1 to upgrade database from 9.2.0.6 to 10.2.0.4 for e-business suite 11i (11.5.10.2)
    2) utlrp.sql takes very long (8 hours), even the job_queue_processes > 20.
    This is not acceptable for the upgrade in production environment which will take a long down time.
    Appreciate that any one can share tips on this, our database is about 400 GB, 4 CPU on production.

    in which our database has about 40,000 packages and 28,000 Virews. With this number of invalid objects, it is ok that utlrp.sql takes this time.
    using parallel worker of 4 for 2 CPUMake this 8 (4 * No. of CPUs).

  • Steps to upgrade database from 9i to 10g on 11.5.9

    Hi Guys,
    I hope you are all doing ok.
    please I need to upgrade my database from 9.2.0.6 to
    10G (version 10.2.0.2)
    platform is : 11.5.9
    OS: Solaris
    Please what are the steps to do this and is there a
    documentation or metalink note for this upgrade?
    Thanks in advance

    Follow the latest 10gR2/11i Interoperability Notes (362203.1)
    Oracle Applications Release 11i with Oracle 10g Release 2 (10.2.0)
    http://metalink.oracle.com/metalink/plsql/showdoc?db=NOT&id=362203.1
    10.2.0.3 is the latest certified release. On Solaris, there will be many new ORA-00600 errors if you do not apply the following 2 patches (5871314 & 5892355) from this note:
    ORA-600 [22635] and ORA-600 [KOKEIIX1] Reported While Upgrading Or Patching Databases To 10.2.0.3
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=412271.1

  • Upgrade database from 10.1.0.3.0 to 10.1.0.5.0 or 10.2.0.2.0

    Hi,
    I have been using a Oracle database server 10.1.0.3.0 installed quite a few years ago on Solaris 10 x86. Now an Oracle application server I am going to install requires a database that is 10.1.0.5.0 and higher, or 10.2.0.2.0 and higher. I haven't touched database server installation for so long and would like someone to give a quick guide as to:
    - Where to download the necessary software for the upgrade?
    - Will this be just an upgrade or a new installation? What are the main steps involved?
    - How much is the risk that the existing 10.1.0.3.0 be rendered unusable because of the upgrade attempt?
    I am asking these questions because I need to use the existing database from day to day and can not afford to lose it, and I haven't been doing database server installation for years, and picking it up again will take quite an amount of time. I only did new installations before and have never done upgrading.
    Many thanks for your help!
    Newman

    Hi, Srini,
    You are right. I found the patch by the patch number you provided. But I can not download. The download button is dimmed, which pretty obviously means that the license we have does not include extended support. The only choice left is the path you outlined in you first answet to my question. To me that is a major effort for which I do not have the time right away, but have to postpone until the application development project on hand is completed.
    The information you provided is precious and I will refer back to this page when I undertake the upgrade.
    Many thanks for showing me the way when i am fumbling.
    Regards,
    Newman

  • Upgrade database from 10.2 to 11.1

    Hello,
    we have oracle 10.2 running in AIX 5.3. we wanted to upgrade to 11.1 in the same machine. which option would be better for upgrade and rollback in case of any issues with 11.1.
    1) manual upgrade of oracle from 10.2 to 11.1 with upgrade script(installation script). With this option, what about the data? 10.2 data will be automatically convert/migrate to 11.1 ??
    2) In case of rollback from 11.1 to 10.2, what is the best process?? can it be done like step 1) where data will be automatically coverted to 10.2 when oracle is downgraded to 10.2 ? , OR data export(11.1)/import(10.2) needs to be done manually after downgrading database?
    Edited by: user2319345 on Jun 30, 2010 8:18 AM

    user2319345 wrote:
    If we have to rollback after few days of upgrade, what is the process?? (In this case, there will be somuch of data change in >11.2 compared to 10.2 data, so we should not restore the old(10.2) data with RMAN. )You are right: in this case you can only try to downgrade the database from 11.2 to 10.2.
    Please read http://download.oracle.com/docs/cd/B28359_01/server.111/b28300/downgrade.htm#i1010243
    user2319345 wrote:
    If this data is replicated to some other applications as well , then it will be a huge problem if we restore old data)Yes but please note that this may also be a problem if you need to restore the database for another reason: See http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/recoscen.htm#BRADV232

  • (DBUA) New upgraded database from 10.2.0.4 to 11.2.0.3 adconfig fails

    OS: OEL5x86
    DB :11.2.0.3
    Good Day,
    I am trying to create the environment for my new upgraded database but I am getting an error..
    /ora/oracle/proddb/11.2.0/appsutil/install/PROD_mobay/adcrobj.sh and /ora/oracle/proddb/11.2.0/appsutil/install/PROD_mobay/txkcreateACL.sh
    subsequently failed stating the same error ORA-12705: Cannot access NLS data files or invalid environment specified.
    ---extract from autoconfig log-------
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for AppsUtil
    Executing script in InstantiateFile:
    /ora/oracle/proddb/11.2.0/appsutil/install/PROD_mobay/afdbprf.sh
    script returned:
    afdbprf.sh started at Thu Jan 23 12:14:45 EST 2014
    The environment settings are as follows ...
           ORACLE_HOME : /ora/oracle/proddb/11.2.0
            ORACLE_SID : PROD
                  PATH : /ora/oracle/proddb/11.2.0/perl/bin:/ora/oracle/proddb/11.2.0/bin:/ora/oracle/proddb/11.2.0/perl/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:.
          Library Path : /ora/oracle/proddb/11.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/ora/oracle/proddb/11.2.0/ctx/lib
    Executable : /ora/oracle/proddb/11.2.0/bin/sqlplus
    SQL*Plus: Release 11.2.0.3.0 Production on Thu Jan 23 12:14:45 2014
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Enter value for 1: Enter value for 2: Enter value for 3: ERROR:
    ORA-12705: Cannot access NLS data files or invalid environment specified
    ERRORCODE = 1 ERRORCODE_END
    .end std out.
    .end err out.
    Any Suggestions?
    Regards,
    Shridath.

    Please see:
    AutoConfig is Failing with status 4 for a New Database with NLS Environment Error ORA-12705 (Doc ID 1612017.1)
    DatabaseTier Autoconfig Errors ORA-12705: Cannot Access NLS Data Files Or Invalid Environment Specified (Doc ID 548916.1)
    AutoConfig is Failing with status 4 for a New Database with NLS Environment Error ORA-12705 (Doc ID 1612017.1)
    Thanks,
    Hussein

  • Upgrade database from SBO 2007 PL 0 TO PL 35.

    Hello,
    I got a problem, when upgrading a database from SBO 2007 PL 0 TO PL 35.  The system says I can upgrade to the last release, and I can't do it.  I need help in how to do it, because I worked many things using PL 0 and I need to recuperate the information.
    Thanks.

    Hi Daniel,
    pl0 of 2007 has never been supported by SAP. It does not facilitate the IRU & should not be used in any environment, be it test or productive.
    I would recommend you go back to the latest backup of your database before you upgraded to 2007, upgrade it to the current patch & then the DTW to transfer all necessary data from your current database.
    All the best,
    Kerstin

  • ORA-01092 error while upgrading database from 9.2.0.6 to 10.2.0.1

    Hi ,
    Am getting ORA-01092 error while upgrading database to 10.2.0.1 from 9.2.0.6
    I executed the catupgrd.sql successfully and recompiled invaild objects.
    After that i tried to startup the database,but am getting the error:
    sql>startup
    oracle instance started
    database mounted
    ORA-01092 : Oracle instance terminated. Disconnection forced
    I checked alert log file.
    I am getting the following errors
    Errors in file /u01/......./udump/VIS_ora/7179.trc
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00607: internal error occurred while making change to a datablock
    ORA-00600: internal error code, arguments [4194],[70] ,[39] [ ] []
    Error 604 happened during database open . Shutting down database
    instance terminated by USER pid =7179
    ORA-01092 error Signaled during alter database open
    Is there any block corruption? could u please share the solution for these errors?

    Hi;
    You are hitting ORA-00600: error which mean you may need to work oracle support for your issue.Pelase check below note if its not help i suggest rise sr
    Troubleshoot an ORA-600 or ORA-7445 Error Using the Error Lookup Tool [ID 153788.1]
    Regard
    Helios

  • Best Method To Upgrade Database From 8.0.5.2.6 to 9.2.0.5

    I have the following:
    Oracle 8 (8.0.5.2.6) Database running on a machine with Windows NT
    And I want to accomplish the following:
    Upgrade database to Oracle 9i (9.2.0.5) on a new machine running Windows Server 2003.
    I am looking for advice on the best method to accomplish this considering that I am changing three variables: 1)the database version, 2)the operating system, and 3)the physical location of the database.
    Thanks in advance for any advice anyone can provide.
    Jason

    It depends upon how you want to do the export and import. Whether a full database export or just the schema containing the data, etc. based on that you will have to create the 10g database and perform the import. Below are some relevant documents:
    Oracle® Database Upgrade Guide
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14238/toc.htm
    Oracle® Database Upgrade Guide - Export/Import
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14238/preup.htm#sthref67

  • Upgrade database from 10.2.0.1.0 to 11.1.0.... I am not abble to upgrade.

    SQL> spool on
    SQL> spool 'preupgrade1.log'
    SQL> startup upgrade;
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORACLE instance started.
    Total System Global Area 602619904 bytes
    Fixed Size 1348956 bytes
    Variable Size 226495140 bytes
    Database Buffers 369098752 bytes
    Redo Buffers 5677056 bytes
    Database mounted.
    Database opened.
    SQL> @E:\ORACLE11G\PRODUCT\11.1.0\product\11.1.0\db_1\RDBMS\ADMIN\utlu111i.sql;
    ERROR:
    ORA-04023: Object SYS.STANDARD could not be validated or authorized
    DECLARE
    ERROR at line 1:
    ORA-04023: Object SYS.STANDARD could not be validated or authorized
    ERROR:
    ORA-04023: Object SYS.STANDARD could not be validated or authorized
    SQL> select count(*) from obj$ where owner#=0 AND type#=2 and name='PUIU$DBUA;
    ERROR:
    ORA-01756: quoted string not properly terminated
    SQL> select count(*) from obj$ where owner#=0 AND type#=2 and name='PUIU$DBUA';
    COUNT(*)
    0
    SQL> @/home/oracle/u01/app/oracle/product/11.1.0/db_1/rdbms/admin/utlrp.sql
    SP2-0310: unable to open file "/home/oracle/u01/app/oracle/product/11.1.0/db_1/r
    dbms/admin/utlrp.sql"
    SQL>
    SQL> @E:\ORACLE11G\product\11.1.0\product\11.1.0\db_1\rdbms\admin\utlrp.sql;
    SELECT dbms_registry_sys.time_stamp('utlrp_bgn') as timestamp from dual
    ERROR at line 1:
    ORA-04023: Object SYS.DBMS_REGISTRY_SYS could not be validated or authorized
    DOC> The following PL/SQL block invokes UTL_RECOMP to recompile invalid
    DOC> objects in the database. Recompilation time is proportional to the
    DOC> number of invalid objects in the database, so this command may take
    DOC> a long time to execute on a database with a large number of invalid
    DOC> objects.
    DOC>
    DOC> Use the following queries to track recompilation progress:
    DOC>
    DOC> 1. Query returning the number of invalid objects remaining. This
    DOC> number should decrease with time.
    DOC> SELECT COUNT(*) FROM obj$ WHERE status IN (4, 5, 6);
    DOC>
    DOC> 2. Query returning the number of objects compiled so far. This number
    DOC> should increase with time.
    DOC> SELECT COUNT(*) FROM UTL_RECOMP_COMPILED;
    DOC>
    DOC> This script automatically chooses serial or parallel recompilation
    DOC> based on the number of CPUs available (parameter cpu_count) multiplied
    DOC> by the number of threads per CPU (parameter parallel_threads_per_cpu).
    DOC> On RAC, this number is added across all RAC nodes.
    DOC>
    DOC> UTL_RECOMP uses DBMS_SCHEDULER to create jobs for parallel
    DOC> recompilation. Jobs are created without instance affinity so that they
    DOC> can migrate across RAC nodes. Use the following queries to verify
    DOC> whether UTL_RECOMP jobs are being created and run correctly:
    DOC>
    DOC> 1. Query showing jobs created by UTL_RECOMP
    DOC> SELECT job_name FROM dba_scheduler_jobs
    DOC> WHERE job_name like 'UTL_RECOMP_SLAVE_%';
    DOC>
    DOC> 2. Query showing UTL_RECOMP jobs that are running
    DOC> SELECT job_name FROM dba_scheduler_running_jobs
    DOC> WHERE job_name like 'UTL_RECOMP_SLAVE_%';
    DOC>#
    DECLARE
    ERROR at line 1:
    ORA-04023: Object SYS.STANDARD could not be validated or authorized
    SELECT dbms_registry_sys.time_stamp('utlrp_end') as timestamp from dual
    ERROR at line 1:
    ORA-04023: Object SYS.DBMS_REGISTRY_SYS could not be validated or authorized
    DECLARE
    ERROR at line 1:
    ORA-04023: Object SYS.STANDARD could not be validated or authorized
    DOC> The following query reports the number of objects that have compiled
    DOC> with errors (objects that compile with errors have status set to 3 in
    DOC> obj$). If the number is higher than expected, please examine the error
    DOC> messages reported with each object (using SHOW ERRORS) to see if they
    DOC> point to system misconfiguration or resource constraints that must be
    DOC> fixed before attempting to recompile these objects.
    DOC>#
    OBJECTS WITH ERRORS
    0
    DOC> The following query reports the number of errors caught during
    DOC> recompilation. If this number is non-zero, please query the error
    DOC> messages in the table UTL_RECOMP_ERRORS to see if any of these errors
    DOC> are due to misconfiguration or resource constraints that must be
    DOC> fixed before objects can compile successfully.
    DOC>#
    ERRORS DURING RECOMPILATION
    0
    ERROR:
    ORA-04023: Object SYS.STANDARD could not be validated or authorized
    DECLARE
    ERROR at line 1:
    ORA-04023: Object SYS.STANDARD could not be validated or authorized
    BEGIN dbms_registry_sys.validate_components; END;
    ERROR at line 1:
    ORA-04023: Object SYS.STANDARD could not be validated or authorized
    ERROR:
    ORA-04023: Object SYS.STANDARD could not be validated or authorized
    SQL>
    Edited by: user11958935 on Aug 12, 2010 2:21 AM
    In this issue what happened their? and what is the actual issue ? Pls provide the answer in step by step wise

    You need to run this script while using the 10g binaries. See http://download.oracle.com/docs/cd/B28359_01/server.111/b28300/upgrade.htm#UPGRD12395
    HTH
    Srini

  • Upgrade database from 10.2.0.5 to 11.2.0.2

    Hello all,
    I have installed Oracle Real application cluster 10.2.0.5 64bit (Clusterware, ASM, Database) on two node.
    Os is Centos x86_64.
    I need to upgrade only database to version 11.2.0.2, so can I do this without upgranding cluster and asm?
    Thanks.

    Yes,
    First you need to upgrade the cluster and then option is available for database whether you upgrade or not.
    Note: Once you upgrade the cluster from Oracle 10g to Oracle 11g then database Oracle 10g surely work with Oracle 11g Cluster services.
    Thanks
    Mohammed.

  • ORA-12547 when upgrade database (from 10.1.0.4 to 10.2.0.4) using dbua

    Hi,
    I got error when doing the database upgrade using dbua from 10.2.0.4 home.
    It is in 15% progress of "Upgrading Oracle Server". It shows ORA-12547: TNS: lost contact.
    You can either ignore or abort.
    Any suggestion?
    Thanks in advance.
    milic

    You can almost never ignore an error message ... unless you want a failure.
    Did you read the upgrade instructions with respect to the database, listener, and oem dbconsole?

  • Problem upgrading database from 8.1.6 to 10.2

    I have a problem upgrading the database (Oracle) from portal 8.1.6 to 10.2
    I have edited the upgrade_db.properties, but when I run upgrade_db.sh it ends with this error message:
         [java] Load Failed
    BUILD FAILED
    /opt/bea102portal/wlserver_10.0/common/p13n/db/build_createdatabase.xml:17: The following error occurred while executing this line:
    /opt/bea102portal/wlserver_10.0/common/p13n/db/build_createdatabase.xml:91: The following error occurred while executing this line:
    /opt/bea102portal/wlserver_10.0/common/p13n/db/build_createdatabase.xml:103: The following error occurred while executing this line:
    /opt/bea102portal/wlserver_10.0/common/p13n/db/build_createdatabase.xml:62: Java returned: 255
    Total time: 6 seconds
    =======================================================================
    ERROR!
    CALL TO ant -f /opt/bea102portal/wlserver_10.0/common/p13n/db/build_createdatabase.xml FAILED!
    =======================================================================Is there anybody who understand what's going wrong?

    It seems that the update scripts got problems because we had used portalAdmin to add new data content types. The update scripts try to add new types too, but use hardcoded primary keys that will already be in use if new data content types are added by the administrator.

Maybe you are looking for

  • When trying to log in as the Admin user, get "error on page"

    Hi gurus, I am brand new on this new product. Yesterday I just downloaded the latest Apex (2.2) and installed it successfully by following the instuctions (for I got these two lines in the install log: Thank you for installing Oracle Application Expr

  • Trying to Install Bundle 13 please send help

    How do I REALLY install Bundle 13?? in Photoshop Elements Carla Messinger asked5 days ago, still hoping for an answer.  ANYONE-ANY IDEAS? I have spent the better part of the week downloading & getting no where.  I've spent 10/21, 10/22 & 10/27 trying

  • How to restrict employees from accessing managers data using custom security profile

    Hi, I am using custom security profile for restricting the employees from accessing supervisors details(PG.SEGMENT2=4). I have written the custom code as below : Responsibility :US Super HRMS Manager ASSIGNMENT.PERSON_ID IN (SELECT PAF.PERSON_ID FROM

  • Decimal places are not permitted for asset useful life

    Dear SAP experts, I need to post a new net book value on a new depreciation area 50 for fixed assets. The new deprecation for depreciation area 50 will start in July 2011 on all existing (also fully depreciated or to be disposed) assets with a differ

  • Problem trying to Initiate a restore through OEM

    Hello All, I seem to have a problem when trying to initiate a restore from a cold/consistent backup using OEM. I am running Oracle 10G on Windows 2003. I go through the first through screens of the restore/recovery process and am able to shutdown the