Database upgrade from 7.5 to 7.6.0.12 - AK Catalog information not found:00

I just upgraded a database to 7.6.0.12. The catalog of the upgraded database is corrupt for one user. When I try to view the triggers defined for the user I get this message :
General error;-9205 POS(1) System error: AK Catalog information not found:0000000000000000007200
SELECT * FROM "DOMAIN"."TRIGGERS"
All other entities, tables, sequences, procs appear to be valid. Another user's entities are all present and correct, including triggers.
How can I repair the catalog to allow me to recreate the missing triggers?

Hi again Joe,
with the help of the vtrace you provided, we found out the TABID of the involved table: 0x000000000000051E
We now need to find out which table it is:
SELECT SCHEMANAME, TABLENAME FROM TABLES WHERE TABLEID = x'000000000000051E'
After finding out the relevant table, there are two options:
1. delete the triggers for this table
or
2. copy the table in a new table, delete the old table and rename the new table to the old table:
CREATE TABLE <schema>.<new_table> AS SELECT * FROM <schema>.<old_table>
DROP TABLE <schema>.<old_table>
RENAME TABLE <schema>.<new_table> TO <schema>.<old_table>
This all (point 1 AND 2) should preferably be done within a transaction, so it can be rollbacked, should anything go wrong.
Please note that in point 2 that all given privileges, defined views and indexes no longer apply or exist, these have to be regiven/recreated.
It might thus be a good idea to check if there are views defined using the table <schema>.<old_table> BEFORE following the steps of point 2.
Regards,
Roland

Similar Messages

  • Testing while doing the database upgrade from 9.2.0.6 to 11.2.0.2 apps ?

    Dear Experts,
    Please note that we are in process of doing database upgrade from 9.2.0.6 to 11.2.0.2 ?
    We have gone through the interoperablity note id for 11i 11gr2 ?
    Step 1
    upgrading the database from 9.2.0.6 to 9.2.0.8 ?
    Step 2-
    Upgrading the Forms patchset to 19 ?
    Step-3
    Applying the Rollup-6 patch ?
    Step -4
    Upgrading the database from 9.2.0.8 to 11.2.0.2 ?
    We would like to know whether after each step do we have to do any kind of testing on the Oracle Application Instance and the database?
    Please advise.
    Regards
    Mohammed.

    We would like to know whether after each step do we have to do any kind of testing on the Oracle Application Instance and the database?There is no such a list. However, you can refer to the documents referenced in each task above and it should cover if any testing need to be done or not (for example, the Developer Patchset doc). For the rest of the docs you will have to do your regular testing (test the application/database and make sure it is working properly).
    Also, make sure you review (Known issues on Top of 11i.ATG_PF.H. delta.6 (RUP6) - 5903765 [ID 459353.1]).
    ATG RUP 7 is the latest 11i.ATG_PF patch.
    About Oracle Applications Technology 11i.ATG_PF.H.delta.7 (RUP 7) [ID 783600.1]
    Known Issues On Top of 11i.ATG_PF.H.delta.7 (RUP7) - 6241631 [ID 858801.1]
    Thanks,
    Hussein

  • Database upgradation from 10.2.0.3 to 11 R2

    Hi
    I am planning to upgrade my production database from 10.2.0.3 to 11.2. Before doing into production am testing it into our Test server in Linux OS. I got manual procedure of database upgradation from metalink. I installed Oracle 11g as software only into my test server. Now in step 2 , they describe as under
    $ sqlplus '/ as sysdba'
    SQL> spool upgrade_info.log
    SQL> @utlu112i.sql
    SQL> spool off
    SQL>
    My query is : I will run the script utlu112i.sql from which home ? Oracle 10g ? oracle 11g?
    Please give me your wise suggestion.
    Regards
    Rabi

    Hi Rabi,
    First of all go to location (Oracle 11g) $ORACLE_HOME/rdbms/admin and
    copy the utlu112i.sql script to /tmp directory.
    Now login to 10g database “/ as sysdba” and startup the 10g database, then:
    SQL> spool /tmp/upgrade_info.log
    SQL> @/tmp/utlu112i.sql
    SQL> spool off
    Hope this will help you.
    Regards
    Malay

  • Database upgrade from 10.2.0.3.0 to 11.1.0.7

    Hi All,
    OS:linux 86x64 Red Hat linux
    We would like to perform Database upgrade from 10.2.0.3.0 to 11.1.0.7.
    I do have quick questions regarding the upgrade.
    1. When we upgrade the Database to version 11, do we need to update the client also? What is Oracle recommendation?
    2. Do we need to take any DB backup before the upgrade?
    3. How will the OBIEE windows box ODBC connect to the upgraded 11 g instance? Will the version 10 driver work to connect to version 11 databases?
    4. We have Informatica,DAC in the existing instance. Will the DB upgrade have any impact on them?
    Could anyone please share their experience/thoughts on the above like the steps to perform the upgrade.
    Thanks for your time!

    Hi,
    Hi All,
    OS:linux 86x64 Red Hat linux
    We would like to perform Database upgrade from 10.2.0.3.0 to 11.1.0.7.
    I do have quick questions regarding the upgrade.
    1. When we upgrade the Database to version 11, do we need to update the client also? What is Oracle recommendation?Just 11g upgrade will include all cient/Server tools on you Linux Box. On client side its recommended to upgrade client version 11.1.0.7.
    Please refer MOS tech note:
    *Oracle 10g Client Connecting To Oracle 11g Database Gets ORA-01017 invalid username/password [ID 888432.1]*
    2. Do we need to take any DB backup before the upgrade?Yes, perform full cold backup of Database as well as 10G $ORACLE_HOME binaries including inventories.
    3. How will the OBIEE windows box ODBC connect to the upgraded 11 g instance? Will the version 10 driver work to connect to version 11 databases?AFAIK, it should work. What is the version of OBIEE?
    4. We have Informatica,DAC in the existing instance. Will the DB upgrade have any impact on them?Again AFAIK, there should not be any effect. I would recommend you to log a S.R and verify the same from support.
    thanks,
    X A H E E R
    http://appsdbaworkshop.blogspot.com

  • Upgrading from 11.5.9.2 to 12.0.4, Legal entity not migrated

    Hi,
    Upgrading from 11.5.9.2 to 12.0.4, Legal entity not migrated, due to this issue unable to process any accounting transaction, In the GMA_MIGRATION_LOG contain the below message.
    TABLE_NAME     LINE_NO     RUN_ID     MESSAGE_TOKEN     M_TYPE     PARAM1     PARAM2
    GL_SUBR_STA     144,378.00     1,393.00     GMA_MIGRATION_ERROR_ABSTRACT     E     GL_SUBR_STA     Legal Entities
    GL_SUBR_STA     144,379.00     1,393.00     GMA_MIGRATION_ERROR_ABSTRACT     E     GL_SUBR_STA     Cost Types
    GL_SUBR_STA     144,380.00     1,393.00     GMA_MIGRATION_ERROR_ABSTRACT     E     GL_SUBR_STA     Previous Cost Types
    GL_SUBR_STA     144,381.00     1,393.00     GMA_MIGRATION_ERROR_ABSTRACT     E     GL_SUBR_STA     Current Cost Types
    GL_SUBR_STA     144,382.00     1,393.00     GMA_MIGRATION_ERROR_ABSTRACT     E     GL_SUBR_STA     Previous Periods
    GL_SUBR_STA     144,383.00     1,393.00     GMA_MIGRATION_ERROR_ABSTRACT     E     GL_SUBR_STA     Current Periods
    GL_SUBR_STA     144,355.00     1,392.00     GMA_MIGRATION_TABLE_STARTED     P     GL_SUBR_STA     NULL
    GL_SUBR_STA     144,356.00     1,392.00     GMA_TABLE_MIGRATION_TABLE_FAIL     P     NULL     NULL

    Hi,
    Please refer to your other thread.
    GRE/Legal Entity not migrated in R12
    Re: GRE/Legal Entity not migrated in R12
    Regards,
    Hussein

  • I upgraded from an iPhone 3 to a 4S. My calander will not transfer to the new phone. What do I need to do?

    I upgraded from an iPhone 3 to a 4S. My calander will not transfer to the new phone. What do I need to do?

    I'm not sure what made the difference, but I tried again and it worked this time. ???????????

  • I ve just upgraded from the 4s to 5s and my iMessage and FaceTime will not work or log in any suggestions

    I ve just upgraded from the 4s to 5s and my iMessage and FaceTime will not work or log in any suggestions

    Hello there, Bromers87.
    It seems that you're having issues with activation of both of these features on your new iPhone 5s. The following Knowledge Base article offers some pointers with issues activating them on your iPhone:
    iOS: Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/ts4268
    If it seems that activation has gone through ok, then the following two articles offer in-depth troubleshooting for each application:
    iOS: Troubleshooting FaceTime
    http://support.apple.com/kb/ts3367
    and
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/ts2755
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • I tried to upgrade from cs6 to cc, some programs have been successfully upgraded but some not. Problem with PS. Here is the problem: FATAL: Payload 'Camera Profiles Installer 9.0.0.6 {539AEF15-3A2B-4A31-A587-7E90F7D9C700}' information not found in Media_d

    Hello, I'v been using Adobe creative suite for a real long time and this week end I upgraded to CC. Most of the applications have been installed. Unfortunately I'm not able to install Photoshop and After Effect. Here is the problem:
    FATAL: Payload 'Camera Profiles Installer 9.0.0.6 {539AEF15-3A2B-4A31-A587-7E90F7D9C700}' information not found in Media_db
    Anyone has a solution for me?

    I have recently started having this problem in PSE8. The Adobe workaround
    did work, but I don't fancy having to re register each time I use it.
    What I have discovered is that it's nothing to do with the image metadata as it occurs before any image is opened.
    It SEEMS to only occur if you use file/open with to open an image in the editor - IE start PSE with that command.
    If you close elements down, and start it using programs/PSE/Elements (or your desktop shortcut) - the panorama feature magically works.
    Each time I've opened the editor 'automatically' using image/open with, it seems to create the problem.
    Hope this helps

  • Firefox 7.0 - Can not upload the file from local machine to server...gives "error 404 : file not found"

    firefox 7.0 - Can not upload the file from local machine to server...gives "error 404 : file not found"

    you have not understood my point
    how does this code will run on servlet when I want to upload a file from client's
    machine to server machine
    what I am doing is I am giving an option to the user that he/she can browse the file and then select any file and finally it's action is post in the jsp form for which I have sent the code
    All the computers are connected in LAN
    So how to upload a file from client's machine to server's machine
    Plz give me a solution

  • Forms HOST command no longer works after database upgrade from 10g to 11g

    Hi,
    After upgrading the database 10g to 11g the forms HOST command no longer works on Unix server. The form used to work fine prior the upgrade. I read all the threads I could find and did not see any solutions. Adding PATH and LD_LIBRARY_PATH does not work because it does not even run a basic shell script. (I saw this solution, adding PATH and LD_LIBRARY_PATH, in many questions / threads).
    1. I wouldn't expect the database upgrade to be an issue, but it is the only change we had.
    2. Note, 11g is Oracle Fusion Middleware which is quite a bit different than 10g.
    I even tried the most basic commands like "echo" which is a build-in Unix command and there is no directory for it (ie. no /usr/bin - so variable PATH is irrelvent). i.e HOST('echo hi'); and HOST('echo "hi" '); and even HOST ('echo hi > /my_file.txt'); all returns FORMS_FAILURE (actually the if is IF FORM_SUCCESS THEN ... else ... and the else part always runs now - whereas it didn't before.).
    Or basic commands like /usr/bin/ls as in HOST(/usr/bin/ls). At that point I was just testing the Unix command would return FORM_SUCCESS even though I could not see the results (because they weren't writing to a log file). Notice that I'm using the direct path /usr/bin so no Unix environment variables were needed.
    The form does use webutil but that part works. For example, we have webutil_file_transfer( ....) The file shows up on the application server and in the expected directory.
    Here's the main goal. Upload a file from clients local PC to the datebase server. The form uploads the file to the Application server, then we have a Unix script to scp (secure copy) the file from the application server to the database server. IF webutil, or any other Oracle functions could put the file on the database server that would be better. But, I don't know of any procedures that do that - or would have done it cleanly (i.e. storing to database and write back to server and then using a blob etc. )
    Anyway, I was hoping someone would help with either of these.
    1) Get the HOST command to work. - If we can get that to work then I wouldn't need any more help. We can just call the already existing Unix script to copy the file from the application server to the database.
    2) OR be able to upload directly to the database server - wanted to do that originally
    Any help would be appreciated

    Solution for those interested and for anyone else searching this forum for a solution
    I found this on My Oracle Support:
    <h3>Host Command from Forms Not Working in 11g in Sun Solaris Sparc OS [ID 1157346.1]</h3>
    Applies To: Oracle Forms - Version 11.1.1.1.0 and later
    Sun SPARC Sun OS
    Symptoms:
    When trying to execute a Shell script or any OS command using the host() Built-in from Forms 11g, the host()command is not getting executed. The same functionality works on other operating systems and in previous versions like 10gR2.
    Steps to be followed:
    1) Take a backup and edit the $DOMAIN_HOME/config/fmwconfig/servers/WLS_FORMS/applications/formsapp_11.1.1/config/default.env or any custom environment file.
    2) Locate the following environment variable:
    LD_PRELOAD=/ora10gas/app/11.1.0/Middleware/as_1/jdk/jre/lib/sparcv9/libjsig.so
    3) Comment out this variable. After the changes, it will look like the following:
    #LD_PRELOAD=/ora10gas/app/11.1.0/Middleware/as_1/jdk/jre/lib/sparcv9/libjsig.so
    3) a) Instead of LD_PRELOAD, kindly use LD_PRELOAD_64 as given below :
    LD_PRELOAD_64=/ora10gas/app/11.1.0/Middleware/as_1/jdk/jre/lib/sparcv9/libjsig.so
    (This makes HOST AND RUN_REPORT_OBJECT work fine).
    4) Save the file and execute your forms. The Host() built-in will work as expected
    The LD_PRELOAD setting in default.env is only required for the working of signal chaining facility in JVM version 1.5 and later. If you are not using theSignal chaining facility, this variable is not required. For more information, refer to the following documentation
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14772/forms.htm#CJAJGAFF

  • Database Upgradation from oracle 9.2.0.8 to oracle11gR2

    Hi
    we are using AIX 5.3 TL 10 SP4 and we are upgrading DB from oracle9.2.0.8 to oracle 11.2.0.2
    i am having some doubt from below pre-upgrade scripts out put.
    oratst@ebsdevdb on /tmp # sqlplus "/as sysdba"
    SQL*Plus: Release 9.2.0.8.0 - Production on Mon Jul 4 10:11:48 2011
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    SQL> spool 11202_upgrade.txt
    SQL> @utlu112i.sql
    Oracle Database 11.2 Pre-Upgrade Information Tool 07-04-2011 10:17:06
    Script Version: 11.2.0.2.0 Build: 001
    Database:
    --> name: EBSTEST
    --> version: 9.2.0.8.0
    --> compatible: 9.2.0
    --> blocksize: 8192
    --> timezone file: V1
    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: 8546 MB
    --> TOOLS tablespace is adequate for the upgrade.
    .... minimum required size: 8 MB
    --> TEMP tablespace is adequate for the upgrade.
    .... minimum required size: 61 MB
    --> AR_TABLE tablespace is adequate for the upgrade.
    .... minimum required size: 33497 MB
    --> FND_TABLE tablespace is adequate for the upgrade.
    .... minimum required size: 45447 MB
    --> AMVD tablespace is adequate for the upgrade.
    .... minimum required size: 7 MB
    --> ASOD tablespace is adequate for the upgrade.
    .... minimum required size: 7 MB
    --> CCTD tablespace is adequate for the upgrade.
    .... minimum required size: 7 MB
    --> IBUD tablespace is adequate for the upgrade.
    .... minimum required size: 1 MB
    --> IEMD tablespace is adequate for the upgrade.
    .... minimum required size: 5 MB
    --> IEOD tablespace is adequate for the upgrade.
    .... minimum required size: 4 MB
    --> JTFD tablespace is adequate for the upgrade.
    .... minimum required size: 135 MB
    --> OKCD tablespace is adequate for the upgrade.
    .... minimum required size: 34 MB
    --> XDPD tablespace is adequate for the upgrade.
    .... minimum required size: 7 MB
    --> XNPD tablespace is adequate for the upgrade.
    .... minimum required size: 7 MB
    --> APPS_UNDOTS1 tablespace is adequate for the upgrade.
    .... minimum required size: 849 MB
    Update Parameters: [Update Oracle Database 11.2 init.ora or spfile]
    Note: Pre-upgrade tool was run on a lower version 64-bit database.
    --> If Target Oracle is 32-Bit, refer here for Update Parameters:
    WARNING: --> "compatible" must be set to at least 10.1.0
    --> If Target Oracle is 64-Bit, refer here for Update Parameters:
    WARNING: --> "compatible" must be set to at least 10.1.0
    WARNING: --> "shared_pool_size" needs to be increased to at least 532 MB
    WARNING: --> "java_pool_size" needs to be increased to at least 128 MB
    Renamed Parameters: [Update Oracle Database 11.2 init.ora or spfile]
    -- No renamed parameters found. No changes are required.
    Obsolete/Deprecated Parameters: [Update Oracle Database 11.2 init.ora or spfile]
    --> optimizer_max_permutations 10.1 OBSOLETE
    --> row_locking 10.1 OBSOLETE
    --> undo_suppress_errors 10.1 OBSOLETE
    --> max_enabled_roles 10.1 DEPRECATED
    --> enqueue_resources 10.2 OBSOLETE
    --> sql_trace 10.2 DEPRECATED
    --> background_dump_dest 11.1 DEPRECATED replaced by "diagnostic_dest"
    --> user_dump_dest 11.1 DEPRECATED 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
    --> Oracle Text [upgrade] VALID
    --> Oracle XML Database [install]
    --> Oracle Java Packages [upgrade] VALID
    --> Oracle interMedia [upgrade] VALID
    --> Spatial [upgrade] VALID
    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 is using a timezone file older than version 14.
    .... After the release migration, it is recommended that DBMS_DST package
    .... be used to upgrade the 9.2.0.8.0 database timezone version
    .... to the latest version which comes with the new release.
    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 ADWANIAH has 1 INVALID objects.
    .... USER APPS has 34 INVALID objects.
    .... USER CHAKKACHANSA has 1 INVALID objects.
    .... USER FA_USER has 9 INVALID objects.
    .... USER SYSSEL has 2 INVALID objects.
    .... USER SYSTEM has 30 INVALID objects.
    .... USER XXITDFINAD has 7 INVALID objects.
    WARNING: --> SYSTEM schema default tablespace has been altered.
    .... The SYSTEM schema default tablespace is currently set to TOOLS.
    .... Prior to upgrading your database please reset the
    .... SYSTEM schema default tablespace to SYSTEM using the command:
    .... ALTER USER SYSTEM DEFAULT TABLESPACE SYSTEM;
    WARNING: --> Database contains schemas with objects dependent on DBMS_LDAP package.
    .... Refer to the 11g Upgrade Guide for instructions to configure Network ACLs.
    .... USER APPS has dependent objects.
    Recommendations
    Oracle recommends gathering dictionary statistics prior to
    upgrading the database.
    To gather dictionary statistics execute the following commands
    while connected as SYSDBA:
    EXECUTE dbms_stats.gather_schema_stats('CTXSYS',options=>'GATHER'
    ,estimate_percent=>DBMS_STATS.AUTO_SAMPLE_SIZE
    ,method_opt=>'FOR ALL COLUMNS SIZE AUTO'
    ,cascade=>TRUE);
    EXECUTE dbms_stats.gather_schema_stats('DBSNMP',options=>'GATHER'
    ,estimate_percent=>DBMS_STATS.AUTO_SAMPLE_SIZE
    ,method_opt=>'FOR ALL COLUMNS SIZE AUTO'
    ,cascade=>TRUE);
    EXECUTE dbms_stats.gather_schema_stats('MDSYS',options=>'GATHER'
    ,estimate_percent=>DBMS_STATS.AUTO_SAMPLE_SIZE
    ,method_opt=>'FOR ALL COLUMNS SIZE AUTO'
    ,cascade=>TRUE);
    EXECUTE dbms_stats.gather_schema_stats('ORDPLUGINS',options=>'GATHER'
    ,estimate_percent=>DBMS_STATS.AUTO_SAMPLE_SIZE
    ,method_opt=>'FOR ALL COLUMNS SIZE AUTO'
    ,cascade=>TRUE);
    EXECUTE dbms_stats.gather_schema_stats('ORDSYS',options=>'GATHER'
    estimate_percent=>DBMS_STATS.AUTO_SAMPLE_SIZE
    ,method_opt=>'FOR ALL COLUMNS SIZE AUTO'
    ,cascade=>TRUE);
    EXECUTE dbms_stats.gather_schema_stats('OUTLN',options=>'GATHER'
    ,estimate_percent=>DBMS_STATS.AUTO_SAMPLE_SIZE
    ,method_opt=>'FOR ALL COLUMNS SIZE AUTO'
    ,cascade=>TRUE);
    EXECUTE dbms_stats.gather_schema_stats('SYS',options=>'GATHER'
    ,estimate_percent=>DBMS_STATS.AUTO_SAMPLE_SIZE
    ,method_opt=>'FOR ALL COLUMNS SIZE AUTO'
    ,cascade=>TRUE);
    EXECUTE dbms_stats.gather_schema_stats('SYSTEM',options=>'GATHER'
    ,estimate_percent=>DBMS_STATS.AUTO_SAMPLE_SIZE
    ,method_opt=>'FOR ALL COLUMNS SIZE AUTO'
    ,cascade=>TRUE);
    Oracle recommends removing all hidden parameters prior to upgrading.
    To view existing hidden parameters execute the following command
    while connected AS SYSDBA:
    SELECT name,description from SYS.V$PARAMETER WHERE name
    LIKE '\_%' ESCAPE '\'
    Changes will need to be made in the init.ora or spfile.
    Oracle recommends reviewing any defined events prior to upgrading.
    Changes will need to be made in the init.ora or spfile.
    Oracle recommends reviewing any defined events prior to upgrading.
    To view existing non-default events execute the following commands
    while connected AS SYSDBA:
    Events:
    SELECT (translate(value,chr(13)||chr(10),' ')) FROM sys.v$parameter2
    WHERE UPPER(name) ='EVENT' AND isdefault='FALSE'
    Trace Events:
    SELECT (translate(value,chr(13)||chr(10),' ')) from sys.v$parameter2
    WHERE UPPER(name) = '_TRACE_EVENTS' AND isdefault='FALSE'
    Changes will need to be made in the init.ora or spfile.
    SYSAUX Tablespace:
    [Create tablespace in the Oracle Database 11.2 environment]
    --> New "SYSAUX" tablespace
    .... minimum required size for database upgrade: 500 MB
    From above output script
    1)SYSTEM tablespace is adequate for the upgrade.
    .... minimum required size: 8546 MB
    From system tablespace minimum required size means free space from system tablespace or total size of system tablespace?
    i am going to use dbua utility for upgrade means does it alter tablespace as per output of scripts or we need to manually alter tablespace size as per requirement?
    2)WARNING: --> Database contains schemas with objects dependent on DBMS_LDAP package.
    .... Refer to the 11g Upgrade Guide for instructions to configure Network ACLs.
    .... USER APPS has dependent objects.
    what is above warning and how can i configure ACL's for APPS User?
    Thanks
    With Regards
    A-Z

    Hi
    oratst@ebsdevdb on /ebdbh/11g/data/cfgtoollogs/dbua/ebstest/upgrade1 # more Upgrade_Directive.log
    Connected.
    ODMA_DIRECTIVE:VERSION:9.2.0.8
    ODMA_DIRECTIVE:MIGRATE_SID:
    ODMA_DIRECTIVE:ORA:IGNORE:06512:
    ODMA_DIRECTIVE:ORA:FATAL:00600:
    ODMA_DIRECTIVE:ORA:FATAL:01012:
    ODMA_DIRECTIVE:ORA:FATAL:01031:
    ODMA_DIRECTIVE:ORA:FATAL:01034:
    ODMA_DIRECTIVE:ORA:FATAL:01078:
    ODMA_DIRECTIVE:ORA:FATAL:01092:
    ODMA_DIRECTIVE:ORA:FATAL:01109:
    ODMA_DIRECTIVE:ORA:FATAL:01119:
    ODMA_DIRECTIVE:ORA:FATAL:01507:
    ODMA_DIRECTIVE:ORA:FATAL:01722:
    ODMA_DIRECTIVE:ORA:FATAL:03113:
    ODMA_DIRECTIVE:ORA:FATAL:03114:
    ODMA_DIRECTIVE:ORA:FATAL:07445:
    ODMA_DIRECTIVE:ORA:FATAL:12560:
    ODMA_DIRECTIVE:ORA:RECOVER_TBS:01650:
    ODMA_DIRECTIVE:ORA:RECOVER_TBS:01651:
    ODMA_DIRECTIVE:ORA:RECOVER_TBS:01652:
    ODMA_DIRECTIVE:ORA:RECOVER_TBS:01653:
    ODMA_DIRECTIVE:ORA:RECOVER_TBS:01654:
    ODMA_DIRECTIVE:ORA:RECOVER_TBS:01655:
    ODMA_DIRECTIVE:ORA:RECOVER_ROLL:01562:
    ODMA_DIRECTIVE:ORA:RECOVER_INIT:04031:
    ODMA_DIRECTIVE:SCRIPT:UPGRADE:rdbms/admin/catupgrd.sql:
    ODMA_DIRECTIVE:BOUNCE_DATABASE:UPGRADE:
    ODMA_DIRECTIVE:SCRIPT:UPGRADE:rdbms/admin/catuppst.sql:
    ODMA_DIRECTIVE:SCRIPT:UPGRADE:sqlplus/admin/help/hlpbld.sql helpus.sql:
    Thanks
    With Regards
    A-Z

  • EBS database upgrade from 9.2.0.5 to 9.2.0.8

    Hi,
    I want to upgrade EBS database from 9.2.0.5 to 9.2.0.8. Please let me know the steps.
    My application version is 11i(11.5.10.2) and installed on Oracle Linux 5.6(32-bit, x86)
    Thanks.

    Hi,
    I am getting the following error in alert log and diag after applying the patch set 4547809.
    Any parameter need to set in pfile or in OS ???
    ===========================================================================================
    SQL> CONNECT SYS/system AS SYSDBA
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 581505840 bytes
    Fixed Size 451376 bytes
    Variable Size 402653184 bytes
    Database Buffers 167772160 bytes
    Redo Buffers 10629120 bytes
    ORA-32700: error occurred in DIAG Group Service
    From alert log :
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    Fri Jun 7 22:29:00 2013
    cluster interconnect IPC version:Oracle UDP/IP
    IPC Vendor 1 proto 2 Version 1.0
    Fri Jun 7 22:29:00 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    Fri Jun 7 22:29:00 2013
    WARNING:Oracle instance running on a system with low open file descriptor
    limit. Tune your system to increase this limit to avoid
    severe performance degradation.
    PMON started with pid=2, OS id=3882
    Fri Jun 7 22:29:00 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    DIAG started with pid=3, OS id=3884
    Fri Jun 7 22:29:00 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    LMON started with pid=4, OS id=3886
    Fri Jun 7 22:29:00 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    LMD0 started with pid=5, OS id=3888
    Fri Jun 7 22:29:03 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    DBW0 started with pid=6, OS id=3890
    Fri Jun 7 22:29:03 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    LGWR started with pid=7, OS id=3892
    Fri Jun 7 22:29:03 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    CKPT started with pid=8, OS id=3894
    Fri Jun 7 22:29:03 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    SMON started with pid=9, OS id=3896
    Fri Jun 7 22:29:03 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    RECO started with pid=10, OS id=3898
    Fri Jun 7 22:29:03 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    CJQ0 started with pid=11, OS id=3900
    Fri Jun 7 22:29:03 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    QMN0 started with pid=12, OS id=3902
    Fri Jun 7 22:29:03 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    Fri Jun 7 22:29:04 2013
    ALTER DATABASE MOUNT
    Fri Jun 7 22:29:04 2013
    ORA-32700 signalled during: ALTER DATABASE MOUNT...
    From diag :
    # more erp_diag_3884.trc
    Dump file /u01/erp/erpdb/9.2.0/admin/ERP_linux1/bdump/erp_diag_3884.trc
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
    With the Partitioning, Real Application Clusters, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    ORACLE_HOME = /u01/erp/erpdb/9.2.0
    System name: Linux
    Node name: linux1.erp.com
    Release: 2.6.18-238.el5xen
    Version: #1 SMP Tue Jan 4 16:18:33 EST 2011
    Machine: i686
    Instance name: ERP
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 3
    Unix process pid: 3884, image: [email protected] (DIAG)
    *** SESSION ID:(2.1) 2013-06-07 22:29:00.341
    kjzmini1: slos err[1 skgxnnfy_failed skgxncini1 9402]
    [kjzmini1]: Error [category=1] is encountered
    Node monitor problem:[32700][kjzmini1]
    Membership is lost in DIAG group
    # cat erp_qmn0_3902.trc
    Dump file /u01/erp/erpdb/9.2.0/admin/ERP_linux1/bdump/erp_qmn0_3902.trc
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
    With the Partitioning, Real Application Clusters, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    ORACLE_HOME = /u01/erp/erpdb/9.2.0
    System name: Linux
    Node name: linux1.erp.com
    Release: 2.6.18-238.el5xen
    Version: #1 SMP Tue Jan 4 16:18:33 EST 2011
    Machine: i686
    Instance name: ERP
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 12
    Unix process pid: 3902, image: [email protected] (QMN0)
    *** 2013-06-07 22:34:03.687
    *** SESSION ID:(11.1) 2013-06-07 22:34:03.686
    SGA initialization / DB open not complete even after 5 minutes, QMN0exiting
    error 604 detected in background process
    OPIRIP: Uncaught error 447. Error stack:
    ORA-00447: fatal error in background process
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01219: database not open: queries allowed on fixed tables/views only
    # cat erp_lmon_3886.trc
    Dump file /u01/erp/erpdb/9.2.0/admin/ERP_linux1/bdump/erp_lmon_3886.trc
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
    With the Partitioning, Real Application Clusters, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    ORACLE_HOME = /u01/erp/erpdb/9.2.0
    System name: Linux
    Node name: linux1.erp.com
    Release: 2.6.18-238.el5xen
    Version: #1 SMP Tue Jan 4 16:18:33 EST 2011
    Machine: i686
    Instance name: ERP
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 4
    Unix process pid: 3886, image: [email protected] (LMON)
    *** SESSION ID:(3.1) 2013-06-07 22:29:00.363
    GES IPC: Receivers 1 Senders 1
    GES IPC: Buffers Receive 1000 Send (i:100 b:100) Reserve 100
    GES IPC: Msg Size Regular 396 Batch 2048
    Batch msg size = 2048
    Batching factor: enqueue replay 48, ack 53
    Batching factor: cache replay 34 size per lock 56
    # cat erp_pmon_3882.trc
    Dump file /u01/erp/erpdb/9.2.0/admin/ERP_linux1/bdump/erp_pmon_3882.trc
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
    With the Partitioning, Real Application Clusters, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    ORACLE_HOME = /u01/erp/erpdb/9.2.0
    System name: Linux
    Node name: linux1.erp.com
    Release: 2.6.18-238.el5xen
    Version: #1 SMP Tue Jan 4 16:18:33 EST 2011
    Machine: i686
    Instance name: ERP
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 2
    Unix process pid: 3882, image: [email protected] (PMON)
    *** SESSION ID:(1.1) 2013-06-07 22:34:34.716
    *** 2013-06-07 22:34:34.716
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:34:34.717
    deleting process 5f5e1d4c pid=12 seq=1
    deletion of process 5f5e1d4c pid=12 seq=1 unsuccessful
    *** 2013-06-07 22:34:44.717
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:34:54.718
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:35:04.718
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:35:14.719
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:35:14.720
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:35:24.720
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:35:34.720
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:35:44.721
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:35:54.721
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:36:04.722
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:36:14.723
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:36:14.724
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:36:24.723
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:36:34.724
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:36:44.725
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:36:54.725
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:36:54.725
    deleting process 5f5e1d4c pid=12 seq=1
    deletion of process 5f5e1d4c pid=12 seq=1 unsuccessful
    *** 2013-06-07 22:37:04.726
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:37:14.726
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:37:24.727
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:37:24.728
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:37:34.728
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:37:44.728
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:37:54.729
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:38:04.730
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:38:14.730
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:38:24.731
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:38:24.732
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:38:34.731
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:38:44.732
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:38:54.733
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:39:04.733
    found process 0x5f5e1d4c pid=12 serial=1 dead
    PMON posted from location=ksuabt, process=0
    *** 2013-06-07 22:39:04.737
    found process 0x5f5e1d4c pid=12 serial=1 dead
    found process 0x5f5e24cc pid=14 serial=1 dead
    *** 2013-06-07 22:39:04.737
    deleting process 5f5e1d4c pid=12 seq=1
    deletion of process 5f5e1d4c pid=12 seq=1 unsuccessful
    deleting process 5f5e24cc pid=14 seq=1
    deletion of process 5f5e24cc pid=14 seq=1 unsuccessful
    *** 2013-06-07 22:39:14.738
    found process 0x5f5e1d4c pid=12 serial=1 dead
    found process 0x5f5e24cc pid=14 serial=1 dead
    *** 2013-06-07 22:39:24.763
    found process 0x5f5e1d4c pid=12 serial=1 dead
    found process 0x5f5e24cc pid=14 serial=1 dead
    *** 2013-06-07 22:39:24.764
    found process 0x5f5e1d4c pid=12 serial=1 dead
    found process 0x5f5e24cc pid=14 serial=1 dead
    *** 2013-06-07 22:39:34.763
    found process 0x5f5e1d4c pid=12 serial=1 dead
    found process 0x5f5e24cc pid=14 serial=1 dead
    *** 2013-06-07 22:39:44.764
    found process 0x5f5e1d4c pid=12 serial=1 dead
    found process 0x5f5e24cc pid=14 serial=1 dead
    *** 2013-06-07 22:39:54.764
    found process 0x5f5e1d4c pid=12 serial=1 dead
    found process 0x5f5e24cc pid=14 serial=1 dead
    ===========================================================================================
    Thanks.

  • Database Upgrade from 11.2.0.4 to 12.1.0.2

    DB:11.2.0.4
    OS Linux
    Can someone provide me the oracle document to upgrade the database from 11.2.0.4 to 12.1.0.2.
    Thanks in advance

    Hi,
    http://docs.oracle.com/database/121/UPGRD/toc.htm
    On Oracle support you can refer more notes;
    Troubleshooting Assistant: Oracle Database/Client Upgrade - Downgrade (Doc ID 1561791.2)
    You can select the upgrade path and it lists documents;
    You can also refer Oracle Database Upgrade Path Reference List (Doc ID 730365.1)
    HTH,
    Pradeep

  • Database Upgrade from 10.2.0.3.0 to 10.2.0.4.0 for a EBS 12 database

    Hi,
    Is there any specific procedure like interoperability for upgrading an R12 database from 10.2.0.3.0 to 10.2.0.4.0.
    Currently I have plans to upgrade database from 10.2.0.3.0 to 10.2.0.4.0 and then
    upgrade apps from 12.0.4 to 12.0.6. Also I need to install Arabic language on the instance.
    What would be the best sequence to do this ?
    Ram

    hi,
    you can use the oracle 10.2.0.4 patchset(downloadable from metalink) to upgrade your database to this version,
    just follow the OUI in the patch set and select the migrating oracle home ...
    before migrating it will ask you to stop all the oracle services , once it migrated then you need to use DBUA (DATABASE upgrade assistant ) to upgrade its components ..
    then you can check all the component versions vis
    select * from dba_registry;
    Regards,
    Mohd Mehraj Hussain
    http://mehrajdba.wordpress.com

  • Oracle database upgrade from express edition to standard edition

    We purchased Oracle database 11g to upgrade our current primavera oracle database express edition (10g).When we are trying to upgrade through DBUA it getting error message
    Please provide us a proper advise to solve this issue.

    1008016 wrote:
    Windows 7 64 bit, please find the below error message when I am trying to upgrade through Database Upgrade Assistant
    "Could not get database version from the "oracle server" component.The "CEP" file "D:\app\usr\product\11.2.0\dbhome_1\rdbms\admin\rdbmsup.sql" does not provide the version directiveTo upgrade to 11gR2, you need to be at 10.2.0.2 - hence the error
    11gR2 DBUA States "The CEP File does not provide the version directive" [ID 980693.1]
    As noted by orafad, the easiest approach would be to perform a full export from 10gR2, install 11gR2 into a new ORACLE_HOME, create an empty 11gR2 database, then perform a full import into 11gR2. As also noted, you will have to follow any special directions related to Primavera.
    http://docs.oracle.com/cd/E11882_01/server.112/e23633/expimp.htm
    You will need Win 7 Professional or higher (Home versions are not supported for Oracle installs)
    HTH
    Srini

Maybe you are looking for