Upgrade DB2 database from 9.1 to 10.5

Dear All,
We are using Ecc6 with db2 database 9.1 now we want to upgrade database from 9.1 to 10.5. Is it possible to upgrade database & what are those steps are required for this operation. We are waiting your valuable support in this regards.
Regards
Abhijit

Hello,
Please check the guide https://websmp201.sap-ag.de/~sapdownload/011000358700000843422013E/DB6UpgrGuide10_5_upd.pdf
Database-Related Restrictions
If you are running DB2 for Linux, UNIX, and Windows Version 9.5 or lower, you first have to upgrade
the database to DB2 Version 9.7 or 10.1 as described in the relevant upgrade guide at:
http://service.sap.com/instguides Database Upgrades DB2 UDB
BR,
K.

Similar Messages

  • Error upgrading DB2 database from 8.1 SP4 to 9.2

    Has anyone encountered this before:
    create_database_objects:
    [echo] ***** Calling JDBCDataLoader ** to create database objects and insert seed data
    [java] Loading Database...
    [java] logFile=upgrade_db.log
    [java] user=db2admin
    [java] password=********
    [java] url=jdbc:bea:db2://pod248:50000;DatabaseName=iwcontnt
    [java] files=C:\bea\WEBLOG~2/common/p13n/db/db2/jdbc_index/UPGRADE/jdbc.index,C:\bea\WEBLOG~2/portal/db/db2/jdbc_index/UPGRADE/jdbc.index
    [java] driver=weblogic.jdbc.db2.DB2Driver
    [java] saltFile=C:\bea\weblogic92\portal\upgrade\db/security/SerializedSystemIni.dat
    [java] prodDir=C:\bea\WEBLOG~2
    [java] Processing file 'C:\bea\WEBLOG~2\common\p13n\db\db2\jdbc_index\UPGRADE\jdbc.index'
    [java] Files=
    [java]      file:/C:/bea/WEBLOG~2/common/p13n/db/db2/p13n9_drop_indexes.sql
    [java]      file:/C:/bea/WEBLOG~2/common/p13n/db/db2/p13n9_drop_constraints.sql
    [java]      file:/C:/bea/WEBLOG~2/common/p13n/db/db2/p13n9_create_tables.sql
    [java]      file:/C:/bea/WEBLOG~2/common/p13n/db/db2/p13n9_create_indexes.sql
    [java]      file:/C:/bea/WEBLOG~2/common/p13n/db/data/required/p13n9_insert_system_data.sql
    [java]      file:/C:/bea/WEBLOG~2/common/p13n/db/data/required/bt9_insert_system_data.sql
    [java] Error = SQLException when executing file file:/C:/bea/WEBLOG~2/common/p13n/db/db2/p13n9_drop_indexes.sql
    [java] java.lang.Exception: SQLException when executing file file:/C:/bea/WEBLOG~2/common/p13n/db/db2/p13n9_drop_indexes.sql
    [java]      at com.bea.plateng.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:182)
    [java]      at com.bea.plateng.domain.jdbc.JDBCDataLoader.main(JDBCDataLoader.java:1320)
    [java] Caused by: java.sql.SQLException: [BEA][DB2 JDBC Driver]Resource Limits Reached( ALLOCATE MEMORY FOR NEW SQLSTT FAILED ). Diagnostic Info: FUNCTION ID = 0049 , PROBE POINT = 0400 , TRACE POINT = 0030 , SUBCODE1 = 8B0F0000, SUBCODE2 = 78A68A98, SUBCODE3 = 00000000, ERROR MSG = Parser: Memory allocation error.
    [java]      at weblogic.jdbc.base.BaseExceptions.createException(Ljava.lang.String;Ljava.lang.String;)Ljava.sql.SQLException;(Unknown Source)
    [java]      at weblogic.jdbc.base.BaseExceptions.getException(I[Ljava.lang.String;)Ljava.sql.SQLException;(Unknown Source)
         [java]      at weblogic.jdbc.db2.drda.DRDARequest.processCodePoint(IILweblogic.jdbc.base.BaseWarnings;)Z(Unknown Source)
    [java]      at weblogic.jdbc.db2.drda.DRDAStatementRequest.processCodePoint(IILweblogic.jdbc.base.BaseWarnings;)Z(Unknown Source)
    [java]      at weblogic.jdbc.db2.drda.DRDAQueryStatementRequest.processCodePoint(IILweblogic.jdbc.base.BaseWarnings;)Z(Unknown Source)
    [java]      at weblogic.jdbc.db2.drda.DRDARequest.processReply(Lweblogic.jdbc.base.BaseWarnings;)V(Unknown Source)
    [java]      at weblogic.jdbc.db2.DB2ImplStatement.execute()V(Unknown Source)
    [java]      at weblogic.jdbc.db2.DB2PackageManager.getMaxSections()I(Unknown Source)
    [java]      at weblogic.jdbc.db2.DB2PackageManager.initialize(Lweblogic.jdbc.db2.drda.DRDALoginRequest;)V(Unknown Source)
    [java]      at weblogic.jdbc.db2.DB2ImplConnection.open()V(Unknown Source)
    [java]      at weblogic.jdbc.base.BaseConnection.connect()V(Unknown Source)
    [java]      at weblogic.jdbc.base.BaseConnection.setupImplConnection(I)Lweblogic.jdbc.base.BaseImplConnection;(Unknown Source)
    [java]      at weblogic.jdbc.base.BaseConnection.open(Lweblogic.jdbc.base.BaseConnectionProperties;Lweblogic.jdbc.base.BaseExceptions;Lweblogic.util.UtilDebug;)V(Unknown Source)
    [java] Load Failed
    [java]      at weblogic.jdbc.base.BaseDriver.connect(Ljava.lang.String;Ljava.util.Properties;)Ljava.sql.Connection;(Unknown Source)
    [java]      at com.bea.plateng.domain.jdbc.JDBCConnectionTester.createConnection(JDBCConnectionTester.java:266)
    [java]      at com.bea.plateng.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:153)
    [java]      ... 1 more
    I am trying to upgrade the schema for WL/Portal 9.2 from 8.1SP4 using the scripts supplied from BEA using the BEA DB2 driver.
    -mike

    Michael Melvin wrote:
    Has anyone encountered this before:
    create_database_objects:
    [echo] ***** Calling JDBCDataLoader ** to create database objects and insert seed data
    [java] Loading Database...
    [java] logFile=upgrade_db.log
    [java] user=db2admin
    [java] password=********
    [java] url=jdbc:bea:db2://pod248:50000;DatabaseName=iwcontnt
    [java] files=C:\bea\WEBLOG~2/common/p13n/db/db2/jdbc_index/UPGRADE/jdbc.index,C:\bea\WEBLOG~2/portal/db/db2/jdbc_index/UPGRADE/jdbc.index
    [java] driver=weblogic.jdbc.db2.DB2Driver
    [java] saltFile=C:\bea\weblogic92\portal\upgrade\db/security/SerializedSystemIni.dat
    [java] prodDir=C:\bea\WEBLOG~2
    [java] Processing file 'C:\bea\WEBLOG~2\common\p13n\db\db2\jdbc_index\UPGRADE\jdbc.index'
    [java] Files=
    [java]      file:/C:/bea/WEBLOG~2/common/p13n/db/db2/p13n9_drop_indexes.sql
    [java]      file:/C:/bea/WEBLOG~2/common/p13n/db/db2/p13n9_drop_constraints.sql
    [java]      file:/C:/bea/WEBLOG~2/common/p13n/db/db2/p13n9_create_tables.sql
    [java]      file:/C:/bea/WEBLOG~2/common/p13n/db/db2/p13n9_create_indexes.sql
    [java]      file:/C:/bea/WEBLOG~2/common/p13n/db/data/required/p13n9_insert_system_data.sql
    [java]      file:/C:/bea/WEBLOG~2/common/p13n/db/data/required/bt9_insert_system_data.sql
    [java] Error = SQLException when executing file file:/C:/bea/WEBLOG~2/common/p13n/db/db2/p13n9_drop_indexes.sql
    [java] java.lang.Exception: SQLException when executing file file:/C:/bea/WEBLOG~2/common/p13n/db/db2/p13n9_drop_indexes.sql
    [java]      at com.bea.plateng.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:182)
    [java]      at com.bea.plateng.domain.jdbc.JDBCDataLoader.main(JDBCDataLoader.java:1320)
    [java] Caused by: java.sql.SQLException: [BEA][DB2 JDBC Driver]Resource Limits Reached( ALLOCATE MEMORY FOR NEW SQLSTT FAILED ). Diagnostic Info: FUNCTION ID = 0049 , PROBE POINT = 0400 , TRACE POINT = 0030 , SUBCODE1 = 8B0F0000, SUBCODE2 = 78A68A98, SUBCODE3 = 00000000, ERROR MSG = Parser: Memory allocation error.
    [java]      at weblogic.jdbc.base.BaseExceptions.createException(Ljava.lang.String;Ljava.lang.String;)Ljava.sql.SQLException;(Unknown Source)
    [java]      at weblogic.jdbc.base.BaseExceptions.getException(I[Ljava.lang.String;)Ljava.sql.SQLException;(Unknown Source)
    [java]      at weblogic.jdbc.db2.drda.DRDARequest.processCodePoint(IILweblogic.jdbc.base.BaseWarnings;)Z(Unknown Source)
    [java]      at weblogic.jdbc.db2.drda.DRDAStatementRequest.processCodePoint(IILweblogic.jdbc.base.BaseWarnings;)Z(Unknown Source)
    [java]      at weblogic.jdbc.db2.drda.DRDAQueryStatementRequest.processCodePoint(IILweblogic.jdbc.base.BaseWarnings;)Z(Unknown Source)
    [java]      at weblogic.jdbc.db2.drda.DRDARequest.processReply(Lweblogic.jdbc.base.BaseWarnings;)V(Unknown Source)
    [java]      at weblogic.jdbc.db2.DB2ImplStatement.execute()V(Unknown Source)
    [java]      at weblogic.jdbc.db2.DB2PackageManager.getMaxSections()I(Unknown Source)
    [java]      at weblogic.jdbc.db2.DB2PackageManager.initialize(Lweblogic.jdbc.db2.drda.DRDALoginRequest;)V(Unknown Source)
    [java]      at weblogic.jdbc.db2.DB2ImplConnection.open()V(Unknown Source)
    [java]      at weblogic.jdbc.base.BaseConnection.connect()V(Unknown Source)
    [java]      at weblogic.jdbc.base.BaseConnection.setupImplConnection(I)Lweblogic.jdbc.base.BaseImplConnection;(Unknown Source)
    [java]      at weblogic.jdbc.base.BaseConnection.open(Lweblogic.jdbc.base.BaseConnectionProperties;Lweblogic.jdbc.base.BaseExceptions;Lweblogic.util.UtilDebug;)V(Unknown Source)
    [java] Load Failed
    [java]      at weblogic.jdbc.base.BaseDriver.connect(Ljava.lang.String;Ljava.util.Properties;)Ljava.sql.Connection;(Unknown Source)
    [java]      at com.bea.plateng.domain.jdbc.JDBCConnectionTester.createConnection(JDBCConnectionTester.java:266)
    [java]      at com.bea.plateng.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:153)
    [java]      ... 1 more
    I am trying to upgrade the schema for WL/Portal 9.2 from 8.1SP4 using the scripts supplied from BEA using the BEA DB2 driver.
    -mikeHi. You may need to consult your DB2 DBA. This is just the driver reporting that
    it's processing failed at the DBMS because of hitting a DBMS resource limit on
    memory.
    Joe

  • ORA-03113: Error while upgrading the Database from 11.1.0.6 to 11.1.0.7

    Hi,
    I am trying to upgrade the database from 11.1.0.6 to 11.1.0.7 on OEL operating system.
    After applying the patch "6890831" when trying to start the database using "Startup Upgrade" command I am getting the below error.
    ORA-03113: end-of-file on communication channel
    Process ID: 20826
    Session ID: 170 Serial number: 3
    I am getting the same error when trying to create the new database using "DBCA".
    Please provide me the probable outcomes.
    Thanks
    Amith

    Below entries found in alert_orcl.log file
    MMNL started with pid=15, OS id=20571
    starting up 1 shared server(s) ...
    ORACLE_BASE from environment = /u01/app/oracle
    Thu Dec 03 20:11:11 2009
    ALTER DATABASE MOUNT
    Errors in file /u01/app/oracle/diag/rdbms/orcl/orcl/trace/orcl_mman_20557.trc:
    ORA-27103: internal error
    Linux-x86_64 Error: 11: Resource temporarily unavailable
    Additional information: -1
    Additional information: 1
    MMAN (ospid: 20557): terminating the instance due to error 27103
    Instance terminated by MMAN, pid = 20557
    Below entries found in the Trace file generated
    error 27103 detected in background process
    ORA-27103: internal error
    Linux-x86_64 Error: 11: Resource temporarily unavailable
    Additional information: -1
    Additional information: 1
    *** 2009-12-03 20:11:14.727
    MMAN (ospid: 20557): terminating the instance due to error 27103

  • Upgrading the database from Oracle 8.0.6 to Oracle 9.2.0

    Dear SDN,
    We are in the process of upgrading SAP 4.6b to 4.7 R/3 Enterprise.
    Source Release:Windows 2000/Oracle 8.0.6/SAP 4.6b
    Target Release:Windows 2000/Oracle 9.2.0/SAP R/3 4.7
    Can anyone help us in explaining the procedure for upgrading the database from Oracle 8.0.6 to Oracle 9.2.0.
    Thanks n Regards ,
    Anantha Raman E.

    Thanks Mr.Mohan
        We tried to upgrade from 8.0.6 to 8.1.7 with the help of Inst Guides from service market place..the thing is we created another oracle home with new DBSID ither than the old DBSID...when we started the migration using 8.1.7 Data migration tool its not responding after the first phase CHECKING THE OLD DATABASE...
    Pls help us in this regard
    Whether we have to migrate or what...

  • Upgrading a database from 8.1.6 to 9.2.0

    Hi,
    Oracle provides scripts to directly upgrade a database from an older release to the latest release. In the 9.2.0 installation, scripts are available to upgrade from 8.0.6, 8.1.7 and 9.0.1. No scripts is present for upgrading my 8.1.6 database to 9.2.0.
    Can somebody suggest a way to achieve this upgrade?
    Thanks
    Yash

    Unfortunately, you will have to upgrade to 8.1.7 or 9.0.1 before upgrading to 9.2.0. Oracle appears to be supplying upgrade scripts for terminal releases.

  • How do I connect to a DB2 database from Oracle 10G on linux?

    Hi
    I have tryed to connect to a DB2 database from oracle 10 G on linux.
    I have installed unixODBC and a db2 odbc driver. I can connect to the db2 using isql, but oracle comes with this error:
    select * from testtable@acc_spc_gr2
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Generic Connectivity Using ODBC]DRV_InitTdp: DB_ODBC_INTERFACE (718): ; [C077]
    Could not find symbol 'SQLAllocConnect' in dynamic library
    DB_ODBC_INTERFACE (722): ; [C079] Failed to load dynamic library
    '/opt/ibm/iSeriesAccess/lib/libcwbodbc.so'
    ORA-02063: preceding 3 lines from ACC_SPC_GR2
    What am I doing wrong? Any one have a guide to do this?
    - Jesper

    this is my complete configuration
    Database_
    -bash-3.2$ export ORACLE_SID=XE
    -bash-3.2$ sqlplus "/as sysdba"
    SQL*Plus: Release 10.2.0.1.0 - Production on Mié Jul 7 10:04:43 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Conectado a:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    Platform_
    Linux srvpdf 2.6.18-164.el5xen #1 SMP Thu Sep 3 04:47:32 EDT 2009 i686 i686 i386 GNU/Linux
    */usr/lib/oracle/xe/app/oracle/product/10.2.0/server/hs/admin/initDB2DATABASE.init*
    #This is a sample agent init file that contains the HS parameters that are
    # needed for an ODBC Agent.
    # HS init parameters
    #HS_FDS_CONNECT_INFO = ODBC_DSN
    HS_FDS_CONNECT_INFO = prueba
    HS_FDS_TRACE_FILE_NAME = /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/hs/admin/DB2DATABASE.log
    HS_FDS_CONNECT_INFO = DB2DATABASE
    #HS_FDS_TRACE_LEVEL = debug
    HS_FDS_TRACE_LEVEL = 0
    HS_FDS_SHAREABLE_NAME = /opt/ibm/iSeriesAccess/lib/libcwbodbc.so
    # ODBC specific environment variables
    set ODBCINI=/etc/odbc.ini
    # Environment variables required for the non-Oracle system
    set DB2INSTANCE=is400
    listener.ora_
    # listener.ora Network Configuration File:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /usr/lib/oracle/xe/app/oracle/product/10.2.0/server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = DB2DATABASE)
    (ORACLE_HOME = /usr/lib/oracle/xe/app/oracle/product/10.2.0/server)
    (PROGRAM =hsodbc)
    (ENVS = LD_LIBRARY_PATH = /opt/ibm/iSeriesAccess/lib:/usr/lib/oracle/xe/app/oracle/product/10.2.0/server)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.18.3.32)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.18.3.31)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    tnsnames.ora_
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = srvpdf)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    DB2DATABASE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST =localhost )(PORT=1521))
    (CONNECT_DATA =
    (SERVICE_NAME = DB2DATABASE)
    (HS=OK)
    odbc.ini_
    [prueba]
    Description = iSeries Access ODBC Driver
    Driver = iSeries Access ODBC Driver
    System = xxx.xx.3.2
    UserID = xxxxxx
    Password = xxxxxx
    Naming = 0
    DefaultLibraries = QGPL
    Database = CHERRYWEB
    ConnectionType = 0
    CommitMode = 2
    ExtendedDynamic = 0
    DefaultPkgLibrary = QGPL
    DefaultPackage = A/DEFAULT(IBM),2,0,1,0,512
    AllowDataCompression = 0
    MaxFieldLength = 32
    BlockFetch = 1
    BlockSizeKB = 128
    ExtendedColInfo = 0
    LibraryView = 0
    AllowUnsupportedChar = 0
    ForceTranslation = 0
    Trace = 0
    odbcinst.ini_
    [PostgreSQL]
    Description = ODBC for PostgreSQL
    Driver = /usr/lib/libodbcpsql.so
    Setup = /usr/lib/libodbcpsqlS.so
    FileUsage = 1
    [iSeries Access ODBC Driver]
    Description = iSeries Access for Linux ODBC Driver
    Driver = /opt/ibm/iSeriesAccess/lib/libcwbodbc.so
    Driver64 = /opt/ibm/iSeriesAccess/lib64/libcwbodbc.so
    Setup = /opt/ibm/iSeriesAccess/lib/libcwbodbcs.so
    Setup64 = /opt/ibm/iSeriesAccess/lib64/libcwbodbcs.so
    UsageCount = 1
    CPTimeout =
    CPReuse =
    System = 172.18.3.2
    User = inf5mito
    Password = lonco3pue
    NOTE1 = If using unixODBC 2.2.11 or later and you want the 32 and 64-bit ODBC drivers to share DSN's,
    NOTE2 = the following Driver64/Setup64 keywords will provide that support.
    Threading = 2
    DontDLClose = 1
    ODBC Driver_
    -bash-3.2$ cd /opt/ibm/iSeriesAccess/lib
    -bash-3.2$ ls -ltr
    total 2260
    -r-xr-xr-x 1 root root 443939 Apr 5 2008 libcwbxda.so
    -r-xr-xr-x 1 root root 94504 Apr 5 2008 libcwbrc.so
    -r-xr-xr-x 1 root root 16636 Apr 5 2008 libcwbodbcs.so
    -r-xr-xr-x 1 root root 729572 Apr 5 2008 libcwbodbc.so
    -r-xr-xr-x 1 root root 998060 Apr 5 2008 libcwbcore.so
    and this is my error.
    SQL> /
    select from display@db2database*
    ERROR en línea 1:
    ORA-28500: la conexión de ORACLE a un sistema no Oracle ha devuelto este
    mensaje:
    *[Generic Connectivity Using ODBC][C077] Could not find symbol 'SQLAllocConnect'*
    in dynamic library
    *[C079] Failed to load dynamic library*
    *'/opt/ibm/iSeriesAccess/lib/libcwbodbc.so'*
    ORA-02063: 3 lines precediendo a DB2DATABASE
    Edited by: user6669081 on 07-jul-2010 6:31

  • Migrate and Upgrade ReportServer database from SQLServer 2012 to SQLServer2014

    Hi,
    Today I migrated one reporting service from sql server 2012 to new server which running sql server 2014.
    Firstly I  back up encryption key and restored to new server, then follow the https://msdn.microsoft.com/en-AU/library/ms156421.aspx (e.g. backup, restore reportserver). In section "How to Configure the Report Server Database Connection" , I
    cannot pass this step as it complains it is not a report server, please see error below:
    However I can see my original reports/data srouces in below url and I can create new items like data source:
    http://sydwt-ssql-1/ReportServer
    http://sydwt-ssql-1/Reports/
    Anyone knows what happened?
    Here are the version information:
    - From
    Microsoft SQL Server 2012 (SP1) - 11.0.3412.0 (X64) 
    Mar  2 2014 01:25:09 
    Copyright (c) Microsoft Corporation
    Enterprise Edition (64-bit) on Windows NT 6.3 <X64> (Build 9600: )
    - To
    Microsoft SQL Server 2014 - 12.0.2480.0 (X64) 
    Jan 28 2015 18:53:20 
    Copyright (c) Microsoft Corporation
    Enterprise Edition (64-bit) on Windows NT 6.3 <X64> (Build 9600: )
    Thanks,
    Albert

    Hi
    As Alberto’s post, it's not supported to run a Windows Server Update Services (WSUS) database on SQL Server 2012 in Server 2008 R2. Since your application requires SQL Server 2012 Express as a minimum, you can try the following method:
    1. WSUS in Server 2012 supports SQL Server 2012, if you want to upgrade WSUS database supports SQL Server 2012, you need to upgrade WSUS 3.0 SP1, operation system and so on. For more information, you can post the question about WSUS in the
    Windows Server forums. It is appropriate and more experts will assist you. In addition, upgrade SQL Server 2005 to SQL Server 2012, as Shanky’s post, you need to make sure that your SQL Server 2005 has been applied Service Pack 4.
    2. However, if you don’t want to upgrade WSUS database from SQL Server 2005 to SQL Server 2012, I recommend you to install a new instance of SQL Server 2012 on Windows Server 2008 R2.
    In addition, before installing SQL Server 2012 or upgrading to SQL Server 2012, your system should meets the following prerequisites:
      • The Windows Installer service must be running.
      • Microsoft .NET Framework 3.5 SP1 and .NET Framework 4.0 are required.
      • Windows PowerShell 2.0 or later is required if you're upgrading the database engine.
    For more information about the prerequisites for installing SQL Server 2012, please review the following link:
    Hardware and Software Requirements for Installing SQL Server 2012:
    http://msdn.microsoft.com/en-us/library/ms143506(v=sql.110).aspx
    Thanks
    Lydia Zhang

  • Upgrading a database from 8.1.7.2 to 10gR2 on another machine

    Hello all,
    We have database DB1 (in version 8.1.7.2) on MACH1 (AIX 4.3) and I'd like to move this database to another machine called MACH2 (AIX 5.3) as Oracle10gR2 version (Oracle8.1.7.4 and Oracle10gR2 bianries are already installed on MACH2).
    MACH1 will be scrapped after this operation.
    Since I don't need to upgrade the Oracle binaries of MACH1 and I just would like to upgrade the database DB1 from 8.1.7.2 to 10gR2, can I do the following to achieve this:
    On MACH2, there is a 8.1.7.4 database called DB2: I do an export of DB1 and import it into DB2.
    Then, I create a new database DB3 in version 10gR2 on MACH2.
    Then, I export DB2 and import it into DB3.
    Is this enough to finally have the database DB1 change version from 8.1.7.2 to version 10gR2, or are there other steps to take care of?
    Thanks a lot for your feedbacks.
    Cheers

    while for "full" exp/imp we have to pass by 8174 as an intermediate stage.That's not true, you need at least 8.1.7.4 for a direct upgrade using DBUA, export/import doesn't have such a prerequisite.
    Despite of this I always prefer schema export/import of pure user data, especially from 8i to 10g there are so many changes (as one example think of the new tablespace SYSAUX,which now holds objects earlier located in the SYSTEM tablespace). That makes a full export not useless, but - let's say - less useful.
    Werner

  • Upgrading Oracle Database from 10.2.0.3 to 10.2.0.4 on Windows XP

    Hi,
    My moto is to install Oracle DB 10.2.0.4 but i didn't find that vesion of DB. so i installed 10.2.0.3 and now wanted to upgrade it to 10.2.0.4. Please redirect me to proper documentation or patch that will help me.
    Is there 10.2.0.4 setup directly insted of upgrading from previous version??

    Hi,
    Case 1) On top of Oracle Database 10.2.0.3 directly install and apply the patch for Oracle database 10.2.0.4 provided with Database ORACLE_HOME and SYS password parameters at the patch installation time.
    Case 2) If you installed only Database software from 10.2.0.3 to 10.2.0.4, using dbua utility you can upgrade the database version.
    Thanks,
    Ajay Babu Pentela

  • How to Upgrade 11i Database from 10.2.0.2 to 10.2.0.3

    Hi Friends,
    I have 11i database with (10.2.0.2)...now i want to upgrade my database to 10.2.0.3.....
    I have gone through the 10.2.0.3 pre instalaltion tasks....Do we again need to run the DBUA from 10g Oracle Home....
    Please suggest

    You can use one of the following for upgrading an Oracle Database 10g release 10.2.0.x to Oracle Database 10g release 10.2.0.3:
    - Upgrading a Release 10.2 Database using Oracle Database Upgrade Assistant (Run dbua)
    - Manually Upgrading a Release 10.2 Database (Run catupgrd.sql)
    For more details, please check "Upgrading Oracle Database 10g Release 10.2.0.x to Oracle Database 10g Release 10.2.0.3" section of the readme file of 10.2.0.3 patch (Patch 5337014).

  • Steps to upgrade Oracle database from 11.2.0.3.8 to 11.2.0.4.0

    Hi Support,
    Could anyone please provide the steps to upgrade Oracle Database EE from 11.2.0.3.8 to 11.2.0.4.0.
    Thanks
    Imtiyaz

    You will need to install 11.2.0.4 into a new ORACLE_HOME, apply the latest 11.2.0.4 PSU patch to the new ORACLE_HOME (see MOS Doc 1454618.1) and then follow the steps in the Upgrade Guide
    http://docs.oracle.com/cd/E11882_01/server.112/e23633/upgrade.htm#UPGRD003
    see MOS Doc 1189783.1

  • Upgrade Oracle Database From Release 11.1.0.6.0 to Release 11.2.0.1.0

    Dear Experts ,
    I need the procedure to do the upgrade Oracle DB From Release 11.1.0.6.0 to Release 11.2.0.1.0
    We have RAC Setup, OS windows 2003 R2 Server Service Pack 2
    I have 3 instance Epprod, Epval, Mnlptprod
    I am using the Same server as an application server as well.
    Server Specification
    E5540 @ 2.53GHz
    2.53 HGz, 15.9 GB of RAM
    Please your help highly appreciated

    Hi,
    Please refer the following links,which may help you in upgradation:
    http://www.oracle.com/technetwork/database/upgrade/best-practices-for-upgrading-11gr2-174946.pdf
    http://docs.oracle.com/cd/E14072_01/server.112/e10819/intro.htm#i1008321
    http://www.ludatou.com/?p=287
    http://www.oracledba.org/upgrade/Upgrade_11gR1_RAC_to_11gR2_RAC.htm

  • Upgraded the Database from 10.2.0.4 to 11.2.0.2 including statistics

    Hi,
    Recently I have upgraded Few Servers from 10.2.0.4 to 11.2.0.2 on Sun Solaris 64Bit X86.
    BANNER
    Oracle Database 11g Release 11.2.0.2.0 - 64bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE    11.2.0.2.0      Production
    TNS for Solaris: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - ProductionBefore the Upgrade We generated the stats at system level and Schema level and exported the stats into Table.
    Database Upgrade was done successfully
    Upgraded the System stats
    Upgraded the Stats table and imported back to Schema's
    Tested with Queries and they were OK
    But some of the Queries which have DB Links started taking Hanging and seen wait events
    WAIT #18446741324892168800: nam='asynch descriptor resize' ela= 3 outstanding #aio=0 current aio limit=4294967295 new aio limit=261 obj#=-1 tim=581083891935
    WAIT #18446741324892168800: nam='SQL*Net message to dblink' ela= 4 driver id=1413697536 #bytes=1 p3=0 obj#=-1 tim=581084016896
    WAIT #18446741324892168800: nam='SQL*Net more data from dblink' ela= 22 driver id=1413697536 #bytes=4 p3=0 obj#=-1 tim=581084030942 So I raised call with Oracle and gave me patch for fix "asynch descriptor resize" but the problem still exist with below wait events
    WAIT #18446741324892168800: nam='SQL*Net message to dblink' ela= 4 driver id=1413697536 #bytes=1 p3=0 obj#=-1 tim=581084016896
    WAIT #18446741324892168800: nam='SQL*Net more data from dblink' ela= 22 driver id=1413697536 #bytes=4 p3=0 obj#=-1 tim=581084030942 Normally in the 10g this Query used to come out under second
    So I used the Hint 10.2.0.4 in the Query and the output came under second.
    So I updated the optimizer feature parameter to 10.2.0.4 and then Queries started working fine.
    In the Test Environment I was able to reproduce the same problem.
    Test Case
    Took the physical copy for the Upgraded DB
    Run the same Query with 11.2.0.2 optimizer and saw the same problem
    Deleted the Schema level stats
    Generated the new stats
    Executed the same Query(Out came under second)
    Oracle Support Still working on this issue
    As any one has faced this issue.
    Regards
    NM

    You can do this also
    1. Export 3 schemas with grants=y rows=N and import the data schema structure with grants
    2.Check the log file for missing roles and create those roles using from dba_role_privs..etc
    3. Import the data ignore=y option
    Hope this helps
    http://www.oracleracexpert.com
    Click here to learn [Oracle data pump export/import with examples.|http://www.oracleracexpert.com/2009/08/oracle-data-pump-exportimport.html]
    Click here to learn [Data Pump Export modes and interfaces|http://www.oracleracexpert.com/2009/08/data-pump-export-modes-and-interfaces.html]

  • Maintenance Wizard - Upgrading 11i database from 9206 to 10203.

    We are utilizing the maintenance wizard to help map out our plan for upgrading an 11i EBusiness Suite database from 9206 to 10203. The 10203 software was installed in a new oracle home. I have the following questions:
    1.) At what point does the maintenance wizard have you generate the appsutil directory under the new 10203 oracle home?
    2.) After "Perform Database upgrade steps" the section "Perform Post Database Upgrade Steps" requires the environment file to exist in the new ORACLE_HOME. However, it does not exist because the appsutil directory does not exist and autoconfig has not been run to lay down the directory structure. Should the environment file be copied from the old Oracle Home and manually modified at this point?

    I should add another question related to this subject:
    Could anybody explain how is MW taking care of the Database upgrade from 9206 to 10203 ? For me i see this step in MW just as a step which must be done manually. Is that correct ?
    Thanks,
    Paul

  • Access DB2 database from IRIX machine.

    Hi ,
    I am using DB2 database ,which is sitting on AIX machine.
    And i want to access database from IRIX 6.5 (SGI machine).
    I think there is no driver to connect DB2.
    If any body knows how to access
    Thank you for your help.

    Since I've never used DB2, and Irix last ten years ago, I feel fully qualified to answer :-)
    Get a JDBC driver. Googling for db2 jdbc driver site:ibm.com gives 3860 hits; remove site:ibm.com if you are interested in third party drivers.
    Check if your DB2 installation contains the file db2jcc.jar - that seems to be the "DB2 Universal JDBC Driver", apparently a Type 4 driver (type 4 is a Good Thing). I can't find offhand if the driver is a separate product or comes with DB2.
    Check out e.g. http://publib.boulder.ibm.com/infocenter/db2help/index.jsp?topic=/com.ibm.db2.udb.doc/ad/t0010264.htm

Maybe you are looking for

  • How do I access icloud keychain?

    I know the password was kept in the icloud keychain? On my Mac I start up the utility keychain. Put in enough letters too narrow the search, pick the correct password/user name. Authorise viewing the password in plain text. And read the result. How d

  • The new Photoshop Elements 11 user interface | Learn Photoshop Elements 11 | Adobe TV

    Take a tour of the new, modern interface in Photoshop Elements 11. See the three-column design of the updated Organizer, learn about the options in the Task bar, and see how you can easily view subsets of photos by People, Places, Events, and even Me

  • FrameMaker 8 and Acrobat 9

    I had a FrameMaker file that has gone through several revisions. In its last revision it accidentally had an older version of a pdf file created on a Mac on one of the pages. The FrameMaker file distilled fine with Acrobat 8 but had issues under Acro

  • Any special reason for this behavior...?

    Is there any special reason why the Process Black shows in ink separation list, when the only black i have is an an object with applied shadow in a hidden and unprintable layer and no other object has black as fill or stroke in any of the visible lay

  • Accessing a specific schema with JDBC

    My database has several schemas and I'm trying to access a specific schema using the following code snipet: Class driverClass = Class("oracle.jdbc.driver.OracleDriver"); Connection jdbcConnection = Drivermanager.getConnection("jdbc:oracle:thin:@datas