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

Similar Messages

  • Database Upgrade from Oracle 9i to Oracle 11g

    Hi Experts,
    We are running our Applications on 9i database but our Client has come out with suggestions of upgrading the Database to Oracle 11g.
    Bellow is information about our platform:
    JBoss 4.2.3, JDK 1.6
    TIBCO Administrator- 5.4, TIBCO Designer-5.5, TIBCO TRA-5. 5, TIBCO EMS-4. 4
    Oracle 9i  -- Basically Using Tables, Views, Sequence, Functions & Stored Procedures.
    Can anyone provide us some information for upgrade to Oracle 11g R2 and impact on work?
    Any suggestions that could be given will be greatly appreciated.
    Regards,
    Anup

    Anup wrote:
    Hi Experts,
    We are running our Applications on 9i database but our Client has come out with suggestions of upgrading the Database to Oracle 11g.
    Bellow is information about our platform:
    JBoss 4.2.3, JDK 1.6
    TIBCO Administrator- 5.4, TIBCO Designer-5.5, TIBCO TRA-5. 5, TIBCO EMS-4. 4
    Oracle 9i  -- Basically Using Tables, Views, Sequence, Functions & Stored Procedures.
    Can anyone provide us some information for upgrade to Oracle 11g R2 and impact on work?
    Any suggestions that could be given will be greatly appreciated.
    Regards,
    Anup
    Hi,
    What is your current 9i version (last 3 digits) and what is your OS?
    To upgrade to 11gR2 from 9i, the 9i version must be minimum 9.2.0.8
    Please read
    - http://download.oracle.com/docs/cd/E11882_01/server.112/e17222/toc.htm
    - http://download.oracle.com/docs/cd/E11882_01/install.112/e17212/procstop.htm#BABEHGJG
    Hope this helps
    Cheers

  • 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

  • Upgrade from oracle 10.2.0.3 to 10.2.0.4 Server or Clients first?

    Hello,
    I'm planning to Upgrade from oracle 10.2.0.3 to 10.2.0.4 on Windows
    Server and Clients ar running now on 10.2.0.3.
    I cannot Upgrade both at the same time.
    What is recommend to upgrade first? Server or Clients?
    Thank you!
    stepe

    Hi,
    No matter the order the client / server compatibility is not so strict. Check MOS note 207303.1
    You can connect with a 10.2.0.3 client on a 10.2.0.4 database or with a 10.2.0.4 client on a 10.2.0.3 database. In fact you could even connect with a 9.2.0.8 client if it was still supported.
    As Ollear mentioned you client application needs of course to be tested but it should work fine.
    Notice the 10.2.0.5 patchset has been released.
    Best regards
    Phil

  • 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

  • Upgrade from Oracle 9.2 to 11.2

    Hi
    I want to do a upgrade from oracle 9.2 to oracle 11.2 (Step by Step procedure).
    Please kindly share simple procedure for upgrade and checks need to me done post upgrade.
    if possible scripts for post upgrade.
    Jass

    You have basically two ways how to do this. The first method is to upgrade the database either manually or using Database Upgrade Assistant. You have to be on the last 9.2. patchset or have to upgrade to the last patchset first. This method was suggested by Srini and you should really read those documents, that he suggested, before you will proceed with this.
    The other method is to simply create a new empty 11.2 database and then transfer data using exp/imp utility. This method can be used no matter what version you are on and it is usually rather straightforward process with very few problems to deal with. However, it is time consuming as all data has to be exported and imported, which might not be possible if your database is big and your outage window too short. There are ways how to shorten the outage significantly when using this method, but that would be for longer talk.
    You will also need more disk space, preferably enough that you will be able to fit both databases (old 9.2 and new 11.2) concurrently.
    D.

  • Upgrade from Oracle 9.2.0.1 to Oracle 9.2.0.4

    Hi,
    I want to upgrade from Oracle 9.2.0.1 client to Oracle 9.2.0.4 client, from where I can find 9.2.0.4 version. Can any tell me what is patch number for this. my orale admin tried to find the patch but he did not had any success.
    Thanks
    naren

    Here you can tell your admin:
    After logon Metalink, click on "Patches" at the left side -> Click on the 3rd link (Quick Links to the Latest Patchsets, Mini Packs, and Maintenance Packs) -> Move your mouse over "Oracle Database", then a blue box shows up -> Select a platform(example: Microsoft Windows 32-bit) -> click on 9.2.0.4 (or 9.2.0.5) -> Click on Patch number at the lower part then you can download it.
    After the patch installed, you will see the release number from your SQL*Plus session.

  • Upgrade from oracle 9.2.0.6 to 9.2.0.8.

    Hi all,
    I have to upgrade from oracle 9.2.0.6 to 9.2.0.8.
    Please let me know the steps or post a metalink note for this.
    my linux version:-
    Enterprise Linux Enterprise Linux AS release 4 (October Update 6)
    Basically i have to upgrade from 9.2.0.6 to 11i , but as per my knowledge it is not possible to directly move from 9.2.0.6 to 11i .
    If this is possible then please let me know the steps or metalink note.

    Thanks to all for help.
    I have downloaded the patch and started the upgradation,
    But meanwhile i am getting error.
    I am pasting the log file content.
    =======================================
    - Linking Oracle
    rm -f /data/oracle/db/proddb/9.2.0/rdbms/lib/oracle
    gcc -o /data/oracle/db/proddb/9.2.0/rdbms/lib/oracle -L/data/oracle/db/proddb/9.2.0/rdbms/lib/ -L/data/oracle/db/proddb/9.2.0/lib/ -L/data/oracle/db/proddb/9.2.0/lib/stubs/ -Wl,-E `test -f /data/oracle/db/proddb/9.2.0/rdbms/lib/skgaioi.o && echo /data/oracle/db/proddb/9.2.0/rdbms/lib/skgaioi.o` /data/oracle/db/proddb/9.2.0/rdbms/lib/opimai.o /data/oracle/db/proddb/9.2.0/rdbms/lib/ssoraed.o /data/oracle/db/proddb/9.2.0/rdbms/lib/ttcsoi.o /data/oracle/db/proddb/9.2.0/lib/nautab.o /data/oracle/db/proddb/9.2.0/lib/naeet.o /data/oracle/db/proddb/9.2.0/lib/naect.o /data/oracle/db/proddb/9.2.0/lib/naedhs.o /data/oracle/db/proddb/9.2.0/rdbms/lib/config.o -lserver9 -lodm9 -lskgxp9 -lskgxn9 -lclient9 -lvsn9 -lwtcserver9 -lcommon9 -lgeneric9 /data/oracle/db/proddb/9.2.0/rdbms/lib/defopt.o -lknlopt `if /usr/bin/ar tv /data/oracle/db/proddb/9.2.0/rdbms/lib/libknlopt.a | grep xsyeolap.o > /dev/null 2>&1 ; then echo "-loraolap9" ; fi` -lslax9 -lpls9 -lplp9 -lserver9 -lclient9 -lvsn9 -lwtcserver9 -lcommon9 -lgeneric9 -lknlopt -lslax9 -lpls9 -lplp9 -ljox9 -lserver9 -locijdbcst9 -lwwg9 `cat /data/oracle/db/proddb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnro9 `cat /data/oracle/db/proddb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lmm -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 `cat /data/oracle/db/proddb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnro9 `cat /data/oracle/db/proddb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -ltrace9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 `if /usr/bin/ar tv /data/oracle/db/proddb/9.2.0/rdbms/lib/libknlopt.a | grep "kxmnsd.o" > /dev/null 2>&1 ; then echo " " ; else echo "-lordsdo9"; fi` -lctxc9 -lctx9 -lzx9 -lgx9 -lctx9 -lzx9 -lgx9 -lordimt9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 -lsnls9 -lunls9 -lxsd9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 `cat /data/oracle/db/proddb/9.2.0/lib/sysliblist` -Wl,-rpath,/data/oracle/db/proddb/9.2.0/lib:/lib:/usr/lib -lm `cat /data/oracle/db/proddb/9.2.0/lib/sysliblist` -ldl -lm `test -f /data/oracle/db/proddb/9.2.0/rdbms/lib/skgaioi.o && echo -laio`
    /data/oracle/db/proddb/9.2.0/rdbms/lib/opimai.o: file not recognized: File format not recognized
    collect2: ld returned 1 exit status
    make: *** [data/oracle/db/proddb/9.2.0/rdbms/lib/oracle] Error 1
    End output from spawned process.
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'ioracle' of makefile '/data/oracle/db/proddb/9.2.0/rdbms/lib/ins_rdbms.mk'. See '/etc/oraInventory/logs/installActions2011-02-23_09-46-08AM.log' for details.
    Exception Severity: 1
    The output of this make operation is also available at: '/data/oracle/db/proddb/9.2.0/install/make.log'
    ====================================================================================
    content of /data/oracle/db/proddb/9.2.0/install/make.log*
    - Linking Oracle
    rm -f /data/oracle/db/proddb/9.2.0/rdbms/lib/oracle
    gcc -o /data/oracle/db/proddb/9.2.0/rdbms/lib/oracle -L/data/oracle/db/proddb/9.2.0/rdbms/lib/ -L/data/oracle/db/proddb/9.2.0/lib/ -L/data/oracle/db/proddb/9.2.0/lib/stubs/ -Wl,-E `test -f /data/oracle/db/proddb/9.2.0/rdbms/lib/skgaioi.o && echo /data/oracle/db/proddb/9.2.0/rdbms/lib/skgaioi.o` /data/oracle/db/proddb/9.2.0/rdbms/lib/opimai.o /data/oracle/db/proddb/9.2.0/rdbms/lib/ssoraed.o /data/oracle/db/proddb/9.2.0/rdbms/lib/ttcsoi.o /data/oracle/db/proddb/9.2.0/lib/nautab.o /data/oracle/db/proddb/9.2.0/lib/naeet.o /data/oracle/db/proddb/9.2.0/lib/naect.o /data/oracle/db/proddb/9.2.0/lib/naedhs.o /data/oracle/db/proddb/9.2.0/rdbms/lib/config.o -lserver9 -lodm9 -lskgxp9 -lskgxn9 -lclient9 -lvsn9 -lwtcserver9 -lcommon9 -lgeneric9 /data/oracle/db/proddb/9.2.0/rdbms/lib/defopt.o -lknlopt `if /usr/bin/ar tv /data/oracle/db/proddb/9.2.0/rdbms/lib/libknlopt.a | grep xsyeolap.o > /dev/null 2>&1 ; then echo "-loraolap9" ; fi` -lslax9 -lpls9 -lplp9 -lserver9 -lclient9 -lvsn9 -lwtcserver9 -lcommon9 -lgeneric9 -lknlopt -lslax9 -lpls9 -lplp9 -ljox9 -lserver9 -locijdbcst9 -lwwg9 `cat /data/oracle/db/proddb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnro9 `cat /data/oracle/db/proddb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lmm -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 `cat /data/oracle/db/proddb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnro9 `cat /data/oracle/db/proddb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -ltrace9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 `if /usr/bin/ar tv /data/oracle/db/proddb/9.2.0/rdbms/lib/libknlopt.a | grep "kxmnsd.o" > /dev/null 2>&1 ; then echo " " ; else echo "-lordsdo9"; fi` -lctxc9 -lctx9 -lzx9 -lgx9 -lctx9 -lzx9 -lgx9 -lordimt9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 -lsnls9 -lunls9 -lxsd9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 `cat /data/oracle/db/proddb/9.2.0/lib/sysliblist` -Wl,-rpath,/data/oracle/db/proddb/9.2.0/lib:/lib:/usr/lib -lm `cat /data/oracle/db/proddb/9.2.0/lib/sysliblist` -ldl -lm `test -f /data/oracle/db/proddb/9.2.0/rdbms/lib/skgaioi.o && echo -laio`
    /data/oracle/db/proddb/9.2.0/rdbms/lib/opimai.o: file not recognized: File format not recognized
    collect2: ld returned 1 exit status
    make: *** [data/oracle/db/proddb/9.2.0/rdbms/lib/oracle] Error 1
    =====================================================================================================
    Thanks and Regards,
    Varun.

  • After upgradation from Oracle 9i to Oracle 10g,one proc is throwing error

    recently upgraded from Oracle 9i to Oracle 10g. We have some Oracle procedures which are not working in Oracle 10g.
    A section of code from one of the procedures looks somewhat like the code below:
    Declare
    Cursor c_matched_records (…..) is
    Select a.field 1, b.field2
    From table1 a, table2 b
    Where a.field3=b.field1
    FOR UPDATE;
    BEGIN
    For records in c_matched_records
    LOOP
    -- Continue processing
    -- Update records
    COMMIT;
    END LOOP;
    END;This section of the code throws out the following error in Oracle 10g
    ORA-01002: fetch out of sequence during PUT outputFile file
    However this code was working fine in Oracle 9i.
    please help me with this?
    Thanks

    I believe you are lucky that the pl/sql is okay in Oracle 9i. How about remove the commit statement? Why do you need it in the loop. I look up metalink. You may refer to article ID 257914.1

  • Upgrade from oracle 10.2.0.4 to 11.2.0.2

    We have a need to test the upgrade from oracle 10.2.0.4 to 11.2.0.2. For the 10.2.0.4 DB, we are not using RMAN for back-up. We are using manual file back-up of data files, archives etc.,
    The OS is Suse 10 Linux or HP-UX 11.
    If we want to use RMAN on the 11.2.0.2 DB, do we need to take any extra steps for RMAN before upgrade / after upgrade? Any relevant advice is welcome. thanks.

    1. Take all datafiles backup with current controlfile.
    2. Take all the archive logs backup before up gradation start.
    3. If possible take a cold backup as well.
    Regards
    Asif Kabir

  • Upgrading from Oracle 10G standard edition to Oracle 10G enterprise edition

    Hi
    I want to upgrade from Oracle 10G standard edition to Oracle 10G enterprise edition. Is there any script provided by oracle which I can run on existing Oracle 10G standard edition to upgrade to enterprise edition after completing the licensing formalities or do I need to install Oracle 10g Enterprise edition from scratch and then migrate my data.
    Ramanbir S

    You will not need to perform any data migration to upgrade to EE. The diffetence between standard en enerprise editions are the features offered. When you upgrade you can use the same set of files you used to install standard edition and just add the enterprise edition features you want to use in the 'Custom' section of the Universal Installer.

  • Database link from oracle to db2

    Can any help me to create a database link from oracle to db2. It would be greatful if you can provide me detail steps

    <p>You don't give us much information to go on. What version of Oracle? What platform is DB2 running on? You might want to take a look at <b>this</b>. You might also look <b>here</b> and <b>here</b>.</p>
    Tom

  • Creation of database link from oracle to sql server 2000

    Hi
    I need to create a database link from oracle to sql server 2000.

    Assuming your Oracle database is running on Windows, you can set up a database link using ODBC using Heterogeneous Services and Generic Connectivity, but there are some functional limitations (i.e. no two-phase commits). If you can live with those limitations but aren't on Windows, you can generally purchase an ODBC driver for your operating system that will connect to SQL Server through someone like DataDirect and still use Generic Connectivity. If you cannot live with those limitations, you can purchase one of Oracle's Transparent Gateway products (though this can get somewhat pricey).
    What version of Oracle are you on?
    What operating system(s) are you using?
    What are you going to use the database link for?
    Justin

  • Creating Database Link from Oracle to SQL Server

    I am trying to create a database link from Oracle to SQL Server, and the documentation is about as clear as mud to me. Can anyone send me clear instructions on exactly what I need to do? What needs to be in tnsnames.ora and listener.ora files? Is there anything other than those two files that needs to be set up? Do I set up an ODBC connection? Anything else? I want to execute queries against a SQL Server database and load data into Oracle database.
    Thanks so much,
    Susan

    These are the instructions from an old document I created. The steps are same for SQL Server and Sybase. Hope it helps.
    The 9i Transparent Gateway Software is in Oracle Software CD -> oracle9i database -> Custom -> Oracle Transparent Gateways
    The gateway can be installed on the same machine as the Oracle database or
    on the Sybase server or on a third machine as a stand-alone.
    We have installed the gateway software in one of oracle database
    servers in a separate oracle home.
    These are the steps involved in configuring a gateway to a Sybase database
    1.     Install Sybase client and Gateway software on the Gateway Server
    2.     Configure <initsidfile> in the Gateway Server's <gatewayhome>
         /u00/app/oracle/product/9.2.0/tg4sybs/admin/init<gatewaysid>.ora
    Sybase server and database information is required for this step.
    eg: HS_FDS_CONNECT_INFO=USTRUD01.uwd
    3.     Add an entry in listener.ora in <listnenerhome>
         (/u00/app/oracle/product/9.0.1/network/admin/listener.ora) for the <gatewaysid>
    4.     Edit the tnsnames file (/u00/app/oracle/product/9.0.1/network/admin/tnsnames.ora)
    to add an entry <tnsalias> for the <gatewaysid>
    5.     Create a database link to the Sybase database in the oracle database.
    The steps for creating the database link are
    a. create a login oracle_tgw in the sybase server
    b. add the user to the sybase database with the necessary privilege on the tables
    c. create the database link in the required oracle database using the command
         "create public database link <dblinkname> connect to oracle_tgw identified by password using 'tnsalias'; "
    6.     Restart the gateway listener.

Maybe you are looking for