How to upgrade the oracle RDBMS and migrate cross platform

Hi ,
I would like to migrate my database from solaris 5.10 to linux. Simultaneously upgrade my RDBMS database from 10g to 11gR2.
Can you please suggest
Thanks
Naveen

My present database is 10.2 and new target database is 11.2.0.1.
cross platform is from solaris to linux.
Size of the database is 2.5TB . Does datapump a viable solution? Any alternative methods.
We do not get any down time. I am figuring out a solution for initial lot and migation. Thereafter i can use golden to sync up and do the cutover
Thanks
Naveen.
Edited by: 949870 on Jul 30, 2012 4:53 PM

Similar Messages

  • How to deploy the Oracle Forms and Reports 10g in Web?

    Currently I am working in Oracle forms & Reports conversion project (6i to 10g).
    As of now 6i forms working as a standalone application. After migrated it to 10g, I need to deploy the forms and reports in web.
    Any one know how to deploy the Oracle forms and Reports in web?
    Please help me out. Thanks in advance.
    Vimal

    Hello Frank,
    for development, you need to install Oracle Developer
    Suite 10g. This includes Forms and Reports.this topic interests me too, because I've downloaded Developer Suite and Database (both for 10g) from Oracle website, installed them, but I couldn't connect to a database.
    What should be done for me to create a database link and be able to connect locally, in my personal Desktop computer? (Not to a server)
    Once it was told me here that I should download 10g Database - I did it, and installed it, but it didn't work. Later, some of my job partners said I should install them in a sequence - that is, 1st the Developer, and 2nd the Database. But it has failed too. And I don't know how to configure a database connection.
    Best regards,

  • How to fine the oracle version and bit info?

    I just want to find out the
    Oracle version
    Bit info (32 or 64....)
    and other system configuration about oracle
    Please help

    Duplicate post:
    how to fine the oracle version and bit info?

  • Urgentpls : How to find the Oracle reports and forms version in Unix prompt

    Hi,
    How to find the Oracle reports and forms version in Unix prompt.
    Please give the steps
    Thanks

    I need to check the version of Oracle forms and reportsExample :$ frmcmp.sh -h | head -1
    Forms 10.1 (Form Compiler) Version 10.1.2.0.2 (Production)
    $ rwrun.sh 2>/dev/null | head -2 | tail -1
    Report Builder: Release 10.1.2.0.2 - Production on Wed Mar 10 11:17:55 2010
    $

  • How to upgrade the Oracle Client silently ?

    Hi all,
    I have to upgrade the Oracle Client from 8.1.6.0.0 to 9.2.0.1.0.
    I use the -record option for creating the destination file or edit the response file manually for being able to install the new client. But I have no idea, how to remove the old client.
    The following command doesn't work:
    C:\Program Files\Oracle\oui\install\setup.exe" -deinstall DEINSTALL_LIST={"oracle.client","8.1.6.0.0"}
    What am I doing wrong? How to remove the Oracle Client silently?
    Thanks for the help and best wishes from Frankfurt.
    Dimitri

    I created a instant client silent DE-INSTALL for version 10.1.0.2 on XP.
    setup.exe -silent -deinstall -responseFile Z:\yyyyyy\xxxxxx.rsp
    These are parameters are in my response file...
    ORACLE_HOME="C:\oracle\InstantClient\10.1.0"
    ORACLE_HOME_NAME="OraInstantClient10g_home1"
    TOPLEVEL_COMPONENT={"oracle.client","10.1.0.2.0"}
    DEINSTALL_LIST={"oracle.client","10.1.0.2.0"}
    SHOW_SPLASH_SCREEN=false
    SHOW_WELCOME_PAGE=false
    SHOW_END_SESSION_PAGE=false
    SHOW_EXIT_CONFIRMATION=false
    SHOW_DEINSTALL_CONFIRMATION=false
    SHOW_DEINSTALL_PROGRESS=true
    REMOVE_HOMES={"c:\oracle\ora81","c:\oracle\InstantClient\10.1.0"}
    You still have to manually update/remove the PATH & TNS_ADMIN environment variables and the file system directories.

  • Error while executing SSIS Package after upgrading the Oracle Client

    Hello,
    I am running to the below error after we upgraded the Oracle client to 11g from 10g. The source of the Data is Oracle database . Looked online but each error is pointing towards different route, Confused here any help is very much appreciated. Have to say
    I am not a pro with SSIS.
    SSIS package "Bentek_ISO_Package (2).dtsx" starting.
    Information: 0x4004300A at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
    Information: 0x4004300A at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
    Warning: 0x80049304 at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: Warning: Could not open global shared memory to communicate with performance DLL; data flow performance counters are not available.  To resolve, run this package as an administrator,
    or on the system's console.
    Information: 0x40043006 at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: Prepare for Execute phase is beginning.
    Information: 0x40043007 at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: Pre-Execute phase is beginning.
    Error: 0xC0202009 at Temp_tbl Injection Data Flow Task, OLE DB Source [1]: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E14.
    An OLE DB record is available.  Source: "OraOLEDB"  Hresult: 0x80040E14  Description: "ORA-12801: error signaled in parallel query server P183, instance *****:qrmgmt2 (2)
    ORA-01861: literal does not match format string".
    An OLE DB record is available.  Source: "OraOLEDB"  Hresult: 0x80004005  Description: "ORA-12801: error signaled in parallel query server P183, instance ****:qrmgmt2 (2)
    ORA-01861: literal does not match format string".
    Error: 0xC004701A at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: component "OLE DB Source" (1) failed the pre-execute phase and returned error code 0xC0202009.
    Information: 0x4004300B at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: "component "OLE DB Destination" (52)" wrote 0 rows.
    Information: 0x40043009 at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: Cleanup phase is beginning.
    Task failed: Temp_tbl Injection Data Flow Task
    Warning: 0x80019002 at *******: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (2) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches
    the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
    SSIS package "****** (2).dtsx" finished: Failure.

    Do you have any Date conversion functions in your Oracle datetime fields? I did run into a similar issue when we upgraded the oracle client and the provider started to decipher the metadata of the date columns. The SSIS metadata conversion for the date
    columns yielded dates that were not valid. I had to update my queries to use the TO_CHAR conversion to bring it out as a string and then save it to the date field.
    TO_CHAR (DATE, 'MM/DD/YYYY HH24:MI:SS')
    Regards, Dinesh

  • I had an apple ID which I used for iCloud.  I upgraded the iCloud account and changed the apple ID to a @me address. Now I can't view what was in my original apple ID account.  How can I get what was stored on the original account?

    I had an Apple ID which I used for iCloud.  I upgraded the iCloud account and changed the apple ID to a @me address. Now I can't view what was in my original apple ID account.  How can I get what was stored on the original account?

    cathorio wrote:
    I recently changed my lap top. My problem is the new lap top won't accept my apple I D it asked me to sing up for a new one which I did.
    I am puzzled by this. The laptop doesn't need the Apple ID - but iTunes does. I could be missing something but ....
    Why would you not be able to use your existing Apple ID and iTunes account on a new laptop? If you authorized the computer - you should be able to use your existing account - unless you already had 5 computers authorized with the existing ID - and that was why iTunes would not accept the ID. However, I'm sure that you would have received a popup message from iTunes telling you that you had reached the limit.
    I just received a new MBP and my daughter did as well. My entire family shares an Apple ID and we had no issues at all with my Apple ID and iTunes on our new computers and I did not have to sign up for a new account. Did you even try the old ID?

  • I have a 10.5.8 and would need to know how to upgrade the soft ware to maverick or do I need to buy a new computer

    I have a 10.5.8 and would need to know how to upgrade the soft ware ? . or do I need to buy a new computer. 

    Back up your data, click here, and read the entire page. Mac OS X 10.7 and newer don't support PowerPC software such as Microsoft Office 2004.
    (106103)

  • Does Anybody know how to keep the license files and Certificates in ISE-3315 During the upgrade.

    Hi,
    I have two ISE-3315 Appliances in production network.
    I need someone's help to explain, how to make the Secondary node as the primary admin note to reset-config.
    And then I would like to know how to keep the license files and Certificate during the Upgrade.
    Please help me to answer my questions.
    Thanks
    CSCO11872447

    The Cisco Identity Services Engine (ISE) provides distributed  deployment of runtime services with centralized configuration and  management. Multiple nodes can be deployed together in a distributed  fashion to support failover.
    If you register a  secondary Monitoring ISE node, it is recommended that you first back up  the primary Monitoring ISE node and then restore the data to the new  secondary Monitoring ISE node. This ensures that the history of the  primary Monitoring ISE node is in sync with the new secondary node as  new changes are replicated.
    Please  Check the below configuration guide for Secondary ISE- Nodes.
    http://www.cisco.com/en/US/docs/security/ise/1.0/user_guide/ise10_dis_deploy.pdf

  • Can you upgrade the wifi card and if you can how much will it cost

    hi i just got a macbook not the pro its the white one and i find it has  a hard time grabbing my wifi and i know its the wifi card because i have 2 iphones and ipod touch and 2 laptops not including my macbook and all of them have no trouble holding the wifi connection so if anyone can help me out i just want to know can i upgrade the wifi card and if i can how much will it cost
    ps i cant do any of take it apart my self and install it i just wan to know how much it will cost going through apple
    thanks

    Why do people think they are postiing in a notebook forum when if you look around, this is clearly something else.
    If you really want a new Mac you have to buy one. That is part of the fun of owning laptops, they are not upgradeable.

  • I have the following Imac and Iphoto 11 in Finder folder I upgrade the iphoto file  and  all the latest event files, can you help how to solve the problem? Thank you  Model Name iMac    Model Identifier:     iMa

    I have the following Imac and Iphoto 11 in Finder folder I upgrade the iphoto file  and I lost all the latest event files, can you help how to solve the problem? Thank you
    Model Name:     iMac
    Model Identifier:     iMac8,1   Processor Name:     Intel Core 2 Duo
    Processor Speed:     2.4 GHz

    http://support.apple.com/kb/HT2638?viewlocale=en_US&locale=en_US

  • Separate User for Oracle RDBMS and EM Agent...

    Good Day All,
    Has anyone here deployed the EM Agent (10.2 or 11.1) as it's own user? For example, leave the Oracle RDBMS binaries owned by "oracle" but install the EM Agent as "oagent."
    I inquired with Oracle Support and I've received the "it is possible and done in some environments" but I want to know how many folks have done it, how large of a target base are you monitoring, and what target types have you tried. We are using a mixed RHEL & OEL environment.
    Our goal is to separate the installation and support of the EM Agents from the RDBMS by team. I think we would want to have a shared Linux group... there might be some issues with the Inventory and writing to it by separate owners but we should be able to get around that.
    Thoughts?
    TIA!
    Regards,
    Rich

    Thanks for the response!
    Besides central inventory, do you know of any other issues we might have with this configuration? Have you implemented this to monitor targets such as Linux hosts, Listeners, RDBMS, WebLogic, iAS, Peoplesoft, Siebel, etc?
    Regards,
    Rich

  • Upgrade the Oracle Apps from 11.5.10.2 from windows 32 bit to R12 OEL 64bit

    Hi Frnz,
    We are planning to upgrade the Oracle application from 11.5.10.2 from windows 32 bit to Oracle apps R12 OEL 64 bit.
    As I go through the Metalink documents and came to know the below Path to proceed with the R12 upgrade for our scenario (2 phase process).
    Phase1 - Upgrade in the source windows OS Machine :
    1)Upgrade the Database to latest version of 11G R2 (11.2.0.1/11.2.0.2) [if 9.2.0.8 to 11gR2, refer metalink note 881505.1 & 1265268.1]
    2)Upgrade Application from 11.5.10.2 to R12.1.1 in windows Machine
    3)Upgrade Application from R12.1.1 to R12.1.3 in windows Machine
    Phase2 - Migration Process from windows to Linux:
    1)Migrate R12.1.3 Application from *32bit windows to OEL 64bit*. (I could not found the exact document for this Cross Platform Migration)
    Note:
    As per the metalink note, we identified that, Oracle 11.5.10.2 Application will not support for the 64bit Linux.
    Reference:
    Migrating to Linux with Oracle Applications Release 11i [ID 238276.1]
    Migrating Oracle E-Business Suite R12 from Linux 32-bit to Linux 64-bit [ID 471566.1]
    Kindly suggest the upgradation Path to upgrade the Oracle application from 11.5.10.2 from windows 32 bit to Oracle apps R12 OEL 64 bit.
    Thanks & Regards
    Nagarajan P
    Oracle Apps DBA
    Edited by: user10968783 on Jun 1, 2011 3:39 AM

    Kindly suggest the upgradation Path to upgrade the Oracle application from 11.5.10.2 from windows 32 bit to Oracle apps R12 OEL 64 bit.To migrate the R12/11gR2 instance from Windows to Linux, please refer to:
    Application Tier Platform Migration with Oracle E-Business Suite Release 12 [ID 438086.1]
    Export/import process for R12 using 11gR1 or 11gR2 [ID 741818.1]
    Using Transportable Database to migrate E-Business Suite R12 Using Oracle Database 10gR2 or 11g [ID 734763.1]
    Oracle EBS R12 with Database Tier Only Platform on Oracle Database 11.2.0 [ID 456347.1]
    Thanks,
    Hussein

  • How to delete the Oracle directory

    I have uninstalled oracle 10g but the directory is still on C:\ . How do you get rid of this directory. I try to delete it and it says the file is in use. msvcr71.dll I used the oracle uninstaller and check the registry. I want to reinstall 10g, but it list a 1 and 2 database. I need to wipe this out HELP.....
    thanks

    restart the server and then try removing the directories.

  • How to upgrade the hard disk of the nomad jukebox

    I read the FAQ of nomad on nomadness.net, I wanna know how to upgrade the hard disk of old nomad jukebox with a bigger one?
    I also read a artical on tom's hardware about this,
    http://www7.tomshardware.com/mobile/20000/mp3-3.html
    but he gave a link
    http://www.kuren.org/jukebox
    that is not available. He mentioned that it need to clone the fist 65536 sectors from the old disk to the new one, but I have not the old hard disk( I bought a second hand nomad jukebox without the original hard disk). How should I do?
    Does someone have the image file of the fist 65536 sectors from the old disk?
    Thank you!

    That was the old method before Creative published their Bootcode Flasher software.
    Follow the instructions here:
    http://www.nomadness.net/modules.php...ticle&artid=24
    All files mentioned are available somewhere on Nomadness. Also check out the sticky thread in their JB section of the forum as it lists what hard dri'ves will work in a JB and which ones won't. I hope you haven't already bought your upgrade hard dri've.
    I used the above method without any problems and now have a 20GB JB.
    PB

Maybe you are looking for