E-business database migration to linux (Cross platform) using datapump

Have anyone used parallel=? option of datapump when migrating e-business database (cross platform) during export (expdp) and import (impdp).

174b0d50-0464-47ad-8831-22215fbc4bbe wrote:
Have anyone used parallel=? option of datapump when migrating e-business database (cross platform) during export (expdp) and import (impdp).
You can use this option, just consider not using a high number to avoid ORA-31693 errors.
Using Transportable Tablespaces for EBS 11i Using Database 11gR2 (Doc ID 1366265.1)
Using Transportable Tablespaces for EBS Release 12.0 or 12.1 Using Database 11gR2 (Doc ID 1311487.1)
Thanks,
Hussein

Similar Messages

  • Oracle Database Migration 10g  between Cross Platform...!

    Hi,
    Like to know any is there any third party tool
    available in the market for cross platform EASY database migration
    between AIX - 10g R2 to Windows - 10g R2.
    Before there used be a third party tool called DBPUT which is no longer
    available now.Looking for similar type.
    Any Suggestion Please.
    Regards,

    Hi ,
    Do it yourself , I suggest you  to use export/import .
    Master Note For Oracle Database Upgrades and Migrations (Doc ID 1152016.1)
    Export/Import DataPump: The Minimum Requirements to Use Export DataPump and Import DataPump (System Privileges) (Doc ID 351598.1)

  • Oracle Database Migration Verifier - Can it be used for diff table structur

    Hello,
    We have re-engineered the existing sybase tables to a new structure in Oracle for few of the tables.For example a table in sybase is normalized to two tables in oracle.In these cases can the "Oracle Database Migration Verifier" be mapped such that the columns in one table in sybase be mapped to two table is Oracle with their respective column names.
    In a gist can the tool be used even if the structure is not the same in the source and targer databases.
    Please let me know if you need more clarifications regarding my query.
    Regards,
    Ramanathan.K

    not really. The DMV was a simple tool for verifiying that what you now had in Oracle was what you had in Sybase. It does not do what you are expecting.
    B

  • Cross platform - Using AI on PC and Mac

    If I have a PC and Mac both running CS3 and I'm using Opentype fonts, how easy/hard is it to work on an AI file back and forth between the two computers?

    Should be fairly easy. I worked with both PC + Mac in a production environment where we were ripping EPS files that were created on the Mac. The only concern is when you save the EPS, be sure to select 8-Bit Tiff preview instead of the traditional 8-Bit Mac preview. Open type fonts shouldn't be an issue, especially if you use a font management program like "Font Agent Pro" in both platforms and have all of the fonts loaded.

  • Some cross platform use questions

    I was approached by my boss yesterday and told to come up with a system for me to use. That's a dream come true seeing as I have gotten nothing but hand-me-downs up til now.
    I am thinking about a PowerBook Pro with the Intel processor and Windows capability.
    I have 2 focuses that I am trying to fullfill with one unit.
    I edit video with Final Cut Pro and do classroom transmissions using the PolyCom system.
    I am in classroooms quite a bit and if I have the Power Book, I could do editing while in the classroom-away from my usual work station. The class would be transmitted on a seperate unit.
    I want to try to find out if I can make a Polycom set up work with the on-board camera on the laptop to give me more ammunition to put in for the "Dream Machine" PowerBook.
    Has anybody had any experience with using what is basically a PC program, Polycom, on the Windows running Mac.
    Thanks for your help.
    Tom
    G4   Mac OS X (10.4)  

    Thomas, I have no experience with Polycom; but keep in mind that the iSight camera is not supported yet under BootCamp/ Windows XP...

  • Cross Platform migration employing Incremental Transportable Tablespaces

    We have a VLDB that needs to be converted from a Sparc T3 Solaris Big endian to Linux small endian and there are over 6000 tables and the GoldenGate method to reduce downtime was attempted n dev and was an utter failure.  Then I read in several places including metalink ( My Oracle Support ) in DOC ID 1644693.1 Entitiled "How to restore a pre 12c database backup to a cross platform cross endian 12c database", Bug 13335722 and many Oracle 12c Brochures all state that the cross platform cross endian method of using Incremental Transportable Tablespaces which used to be only supported for Exadata is now supported for ALL 12c platforms.  Can anyone veriffy this and has employed this technique to migrate from Sun to Linux by first upgrading the source database to 12c then employing Incremental Transportable Tablespaces capabilities of 12c to migrate cross platform cross endian from Sun Sparc big endian 64 bit word  to Linux Intel little endian 64 word.  Otherwise if we migrate from 11GR2 Sun to Intel we are looking at least 5 days of Read Only downtime.
    Thanks

    You can also refer to Metalink note
    Reduce Transportable Tablespace Downtime using Cross Platform Incremental Backup (Doc ID 1389592.1)

  • Database migration/upgrade from Linux (10.2.0.3) to AIX (10.2.0.5)

    We are migrating 120+ Oracle 10gR2 databases (10.2.0.1, 10.2.0.3 & 10.2.0.5) from 30+ physical Linux (RHEL 4.6 & 5) servers to an AIX 6.1 virtualized environment running on two new P770 servers. Our migration approach will be to use Datapump Export and Import as we are moving between platforms and 95% of the databases are 5-10 Gb in size, so long export/import times should not be an issue. We have access to IBM's Xenobridge migration tool, but will try to do most of the work manually to offset the tool's high license cost.
    Our server team is in the process of creating our AIX image(s) and we are preparing for the Oracle software installation . My question relates to the Oracle 10gR2 patch level on the new target AIX servers as our client has asked about patching all migrated databases up to 10.2.0.5.
    Can I simply install the 10.2.0.1 base software on the AIX server, apply patch 10.2.0.5 and follow-up patch p10248542 before importing?
    Is my upgrade approach then to simply export the 10.2.0.1 or 10.2.0.3 databases on Linux using the lower version of the Export utility and import into a copy on the AIX server using the 10.2.0.5 Import utility?
    Will the Import utility take care of the upgrade from 10.2.0.1 or 10.2.0.3 to the 10.2.0.5 level?
    Do I have to perform a manual upgrade and should there be any outstanding issues specifically related to Daylight Savings Time operability?
    Here's my high level plan:
    1. Install 10gR2 on AIX server and patch to 10.2.0.5
    2. Export 10.2.0.3 database on Linux server using 10.2.0.3 Export utility
    3. Use DBCA on Linux server to create "database create" template and transfer this template to AIX server for later use
    4. Create "shell" database on AIX using DBCA on AIX server referencing template copied over from the Linux server
    5. Import 10.2.0.3 database export into 10.2.0.5 shell database
    Just wondering if all the steps in the 10.2.0.5 patchset notes (Readme for 8202632) still apply when using the export/import approach?
    All feedback and comments around missing steps would be greatly appreciated.
    Thank you,
    Jeff

    Your approach is correct - imp/exp (or impdp/expdp) will work. You can ignore the notes in 8202632. I would highly recommend that you perform a test upgrade first to validate, tweak as needed, and perfect your process.
    See http://download.oracle.com/docs/cd/B19306_01/server.102/b14238/expimp.htm#i262220
    Pl also review MOS Doc (Migration of Oracle Database Instances Across OS Platforms)
    HTH
    Srini

  • Adobe software and suites with cross platform licenses

    Hello,
    I am aware that Photoshop Elements, Premiere Elements, and Lightroom come with cross-platform licenses (so I can install one copy on my PC and one copy on my Mac using the same serial number).
    Because I own a Mac and a PC, this type of license is very useful for me.
    Could you please provide a full list of Adobe software and software  suites which carry this type of license?
    Thanks

    Your list is complete. As far as Creative Suites are concerned, only Creative Cloud or Volume Licenses allow cross-platform use and activation. All otehr normal retail bundles are platform specific.
    Mylenium

  • Cross platform play lists

    I make my iTunes play lists on my PC. Is there a way to import, and/or convert, the play list file to my Mac so that I can have the same play lists without having to duplicate them manually. It’s a huge job. You would think that Apple would benefit from making an automatic conversion program for cross platform use.

    Ok, I did what you said then I went to the Mac and it’s a little different. There wasn’t a Library choice, but there was an Import, so I imported the playlist file. The playlist showed up in iTunes on the Mac, but there were no songs in it, just a playlist folder. I made sure to create a playlist on the PC that I verified the songs were in the Mac library. Are you leaving something out? Is there a special new version of iTunes that has to be installed for this method to work?

  • Question about education version of cs6: once per year restriction and cross platform

    I am an education use of cs6, which I currently use on my mac.  I now have a windows pc, which I would also like to use cs6 on concurrently.  My understanding is my existing license doesn't cover cross-platform use, so I would have to buy a new license.  However, education licenses also have a once per year restriction (ie. you can only buy 1 license per title per year).  So my question is, for the purpose of the once per year restriction, does the windows version count as a different title from the mac version (ie, is it once per year per title per platform)?

    http://www.adobe.com/uk/special/education/students/studentteacheredition/order_fulfillment .html
    RESTRICTIONS ON USE
    You may purchase only one license per platform of any Adobe Student and Teacher Edition product per year. Purchases of suite editions (such as Design Premium or Master Collection) are limited to one title per platform per year. Adobe Student and Teacher Edition products may be used only on your privately owned computer and may not be resold.
    Even though that's a UK link, I cannot find any other info on Adobe's website which is similar in content so I assume those rules are global.

  • DB Migration from MYSQL to ORACLE Using Offline Capture

    Hi
    Am doing a database migration from MySQL to Oracle using SQL Developer (version 2.1.1.64). So far, I've successfully captured the MySQL database and converted it to the Oracle Model. However, when generating offline scripts to create the converted model schema into Oracle DDL scripts it managed to generate SQL to create: 1) User 2) Sequences 3) Tables 4) Triggers and 5) constraints.
    It has created the SQL to add the primary key constraints and index constraints. Although it did the foreign key constraints in the SQL, the foreign key constraints seems to have missed the cascading options for the foreign key constraint. I.e. theres no reference of whether the foreign key constraint will restrict on delete or cascade etc.
    We have a foreign keys in the MySql database that have different cascading options and these have not being ported over into the migration SQL. Therefore, all the foreign keys generated in the SQL by default are cascade to restrict on delete.
    Does 'Generate Oracle DDL' not take into account a foreign key's on delete cascading option?
    Any help or information would be greatly appreciated.
    Thanks

    Hello,
    that reminded me for the following thread:
    Migration Microsoft SQL Sever 2005 to Oracle 11g cascade on delete problem
    That is a similar issue, isn't it?
    I opened a bug for that, and it will be fixed in SQL Developer 3.1 (not in any 3.0 Early Adopter version). If you hit the same issue, there is no other way then using the workaround as used in the mentioned thread.
    Regards
    Wolfgang

  • Oracle E-business suite database migrate from AIX to Linux

    Oracle 11i application database migration from single Aix instance to oracle Linux cluster RAC.
    What is the easy way to migrate?
    Migrate single instance from aix to linux cluster.
    OR
    Migrate single instance from aix to linux cluster RAC.
    We have installed oracle Linux cluster.
    Please help me which way I can go with RAC.
    Thanks
    Prince

    Migrating to a single instance will be the simplest. The migration itself will not be much different between the two because you're migrating from one platform to another. The options you have available are, the traditional IMP/EXP, datapump, and RMAN to migrate to either a standalone or RAC environment. The difficulty will be in creating a RAC environment and a little a few extra steps in the RMAN restore. Working with RAC will make things harder, but the actual migration is similar. The steps to IMP/EXP, whether it's traditional or Datapump will be no different. However, standing up a RAC database will be.

  • Third Party Tools for Database Migration of 10g between Cross Platform?

    Hi,
    Like to know any is there any third party tool
    available in the market for cross platform EASY database migration
    between AIX - 10g R2 to Windows - 10g R2.
    Before there used be a third party tool called DBPUT which is no longer
    available now.Looking for similar type.
    Any Suggestion Please.
    Regards,

    why not using export/import (common Oracle tools) or use GoldenGate which allows you to migrate a production database w/o downtime.
    - Klaus

  • Cross Platform migration AIX to linux (ERROR IN CONVERSION ORA-19994: Message 19994 not found)

    I am performing a cross platform migration aix to Linux from release 11.2.0.2 to 11.2.0.4. I am using this doc
    Reduce Transportable Tablespace Downtime using Cross Platform Incremental Backup (Doc ID 1389592.1).
    I am using the db_file_transer method and I have hit this error
    Error:
    /home/oracle/local/db_convert/dest_rman/xxttconv_i3q0t1ha_1_1_4.sql execution failed
    ERROR IN CONVERSION ORA-19994: Message 19994 not found;  product=RDBMS;
    facility=ORA
    ORA-19600: input file is backup piece
    (/oraback/nfclpat1/i2q0t1ha_1_1)
    ORA-19601: output file is backup piece
    (/oraback/nfclpat1_tmp/xib_i2q0t1ha_1_1_5_28)
    CONVERTED BACKUP PIECE/oraback/nfclpat1_tmp/xib_i2q0t1ha_1_1_5_28
    PL/SQL procedure successfully completed.
    I have searched and do not have anything to go on.
    Can anyone who has seen this give me some direction?

    As per Oracle documentation on given error code, Please see if following action helps.
    ORA-19994: cross-platform backup of compressed backups to different endianess is not supported
    Cause: A cross-platform backup was requested for a compressed backup to a different endianess from the current platform.
    Action: Do not specify a compressed backup or specify the same endian platform.

  • Migrating Cross-Platform Database ???

    Hi Expert !!
    We have a requirement to move huge database from HP to AIX. The database size is big so we cannot opt exp/imp. The only option left is Transport Tablespace.
    I did search on net and in oracle documentation for a sample example (moving entire database) but couldn't find one. Could any one please forward a link which discusses this in detail?
    Also to note is that, we have a Data Guard configuration in place for this database. How do we move both Primary and Physical Standby from HP to AIX?
    Thanks for sharing your experience.
    Regards

    You could check this document,
    http://www.emc.com/techlib/abstract.jsp?id=1774
    Cross-Platform Oracle Database Migration Using Transportable Tablespaces
    Since you are moving from HP to AIX, endianess seems not a concern, but you still need to make sure tablespaces are self-contained,
    EXEC DBMS_TTS.TRANSPORT_SET_CHECK('TSNAME','TRUE');

Maybe you are looking for

  • Kernel panic on startup

    Kernel panic occurred on startup last week. Since then have tried the following- Removed all periferals apart from Apple keyboard and mouse. Tried each of the 512Mb ram chips on their own. Booted from and ran successfully- DiskWarrior - clear System

  • Getting Short dump due to large amount of data

    Hi experts, When we are running RALM_ME_MEASP_FULL_DOWNLOAD_SD  program, every time we are getting Short dump due to large amount of data. please suggest how to run this program without short dump. Thanks & Regards Prashant Gupta

  • XML document creation using reflection

    Hi all, I'm tyring to write a class which creates an XML document from objects passed in. For example, you call the add(Object) method and it takes your object, uses reflection, then outputs XML like this... <fieldName>fieldValue<fieldName> The only

  • Sourcefire AD user agent won't start

    I have tried to install the user agent on a server 2008 vm and it won't run. I only get an error that says "SF AD user agent Configuration has stopped working"  I have configured the server settings in Policies, User, User Agents on my Defense Center

  • Personal Finance Software

    I am researching financial software for my Mac. Having used Quicken and MS Money for my Windows PC, I bought Quicken for mac and have not been very impressed with the lack of features. I have found information on a program called iBank and also Money