Migrate Oracle DB from windows to Unix

Hi,
our production db is 9.2.0.1 running under windows having 30 GB DB size.
as per client requirement, we are going to migrate this db to Unix( HP-UX 11.23) Platform with 9.2.0.7 version. we will use export and import for the same.
can you please share your experience of this type of migration?
any precautions that i need to take care of while migration?
thank you very much in advance.

Hello,
Here is the best way you can do that without breaking anything and you are in business and not need to compile. You might have to manually resolve any privs issues (db-links, roles before startign the import on target database).
exp system/manager owner=user1,user2,user3,user4,user5,... file=mynonadminusers.dmp log=myexport.logNow if you have already created all teh uses only and tablespace (it will create in default tablespace if ts doesn't exists)
imp system/password fromuser=user1,user2,user3,user4,.....  touser=user1,user2,user3,user4,.... file=mynonadminusers.dmp log=myimport.logRegards
Edited by: OrionNet on Mar 2, 2009 10:47 AM

Similar Messages

  • Oracle-Backup from Windows to Unix-Samba over FTP

    Hello!
    I would like to set up backup for Oracle DB from Tcode DB13.
    <b>My SAP systems are installed on Windows (64 Bit).
    The backup data should be saved on the Unix-Samba share via FTP.</b>
    If I execute DB-Backup the backup is successful, BUT:
    The file names are very strange e.g. S3FV1~6
    The second problem is that the files will be written to the wrong directory
    (I have set the path to "sap/backup" and the files will be written to "sap").
    My question is:
    <b>Which FTP-server-parameters or settings in the init<DBSID>.sap are responsible for this issue?</b>
    The second problem I have:
    I have two SAP Systems installed on the same host.
    If I execute redo logs archive from DB13 I get the error "no files processing", because of I already executed redo logs for the other SAP system on the same host.
    How can I set up this issue?
    Thank you very much
    regards

    Hi Peter!
    Excuse me, but my problem is still open and it is very important.
    I have posted the similar post to the Forum "Data transfers", because it makes sence to ask not only Oracle-experts, but also experts in area data transfers.
    I think my problem is more FTP-server settings than oracle.
    BUT I am not sure.
    Please excuse me once again, if I have made mistake.
    Can you please recommend how to proceed with my question?
    Thank you very much!
    regards

  • Migration BIEE repository from Windows to Unix

    Hi,
    has someone experience with migrating repository objects from a windows to Unix environment or vice versa? Are there any problems (different XML generated etc.)?
    Background: We are developing in a Windows environment but later we want to move to Unix. Until now no Unix server is available.
    Thanks,
    Marcus

    How is it at the GiantEagle (worked in Cranberry last year)?
    How exactly do you do a short-deck migration/promotion to UAT or PROD? How do you ensure that changes in the DAC make it into the UAT/PROD without killing the existing objects?
    Currently we have 3 env, DEV/INT/UAT/PROD and we're trying to write a policy manual to ensure that what goes on in DEV gets all the way into PROD without damaging INT, UAT or PROD.
    jrod.

  • How to properly migrate repository/mappings from Windows to Unix

    Hello OWB Gurus!
    I'm trying to move from a Windows based repository10g to a Unix 10g repository.
    Are there any particular guidelines to follow?
    Your response would be appreciated.
    Thanks!

    Assuming that you are still going to be using a windows client and just moving the repository, the easiest way would be to use your client to export your projects to MDL files, install the repository to the Unix box, and then log into the Unix repository with your client tool and import the projects.
    Or, you could write an OMB+ script to copy over all the objects from one repository to the other. This script could be run from either server or any box where the client is installed.
    After the projects are all moved over and you have all your control centers/locations etc working you can do away with the windows repository.

  • Migrating database from windows to unix

    Can anyone, please suggest me some reading on migrating a database from windows to unix? Thanks

    Yes an export import is the most likely migration path you have. There is another option. You may install, just temporarily a 10g environment on the windows platform, then upgrade using the DBUA from 8i to 10g on the same platform. This way you will make sure you don't miss a piece of data during the migration process.
    Once your database is at the 10g platform, you may proceed with a transport tablespace from 10g win to 10g unix. Violà, your database will be on the 10g platform.
    Next, deinstall the windows temporary 10g installation.
    Notes:
    1. Make sure your 8i db is at the latest patchset available at 8i (8.1.7.4.0)
    2. Define which unix platform you are referring to. It's because of endian issues.
    ~ Madrid.

  • ABAP Adaption while migrating from Windows to Unix

    Dear All,
    I am working on a project where SAP system has been migrating from Windows to Unix os. Because of this all ABAP which are using Files, Operating system command has to be adapted as well.
    How can I get such a list of ABAP objects which will be affected by this migration.
    Example I can look for Dataset command, External OS Commands and so on..
    Please advice if there is a straight forward way to get such a list?
    Your prompt response would be higly appreciated.
    Thanks in Advance
    Hemendra

    Hello -
    You need to visit URL - System Copy and Migration
    Also refer to SAP note 547314, and the System Copy Guide for your SAP
    release on SAP Service Marketplace :
    http://service.sap.com/instguides -> <SAP System> -> <Release>
    ->Installation.
    Regards.

  • Hello, How do I tell sql+ to spool output file from windows to Unix server?

    Hello, How do I tell sql+ to spool output file from windows to Unix server?
    I am new to SQL+ and just learned how to spool the file. But file is saved in my local windows enviroment and since it's 2GB in size...I want to spool it directly to another remote unix server.
    Pls answer in detail... I have been to most of the thread and didn't see relevant answer to above question.
    Am I suppose to develope some script which FTP the spool file directly to the server I want to
    or
    i Have to use UTL_FILE Package ?
    Thanks for reply

    You may not be able to...
    SQL*Plus can only spool to the local machine. If you have mapped a directory on the Unix server from your Windows machine, you can specify that directory in your SPOOL command.
    You could telnet to the Unix server, run SQL*Plus there, and spool the file to a local (Unix) directory.
    If the Unix server is also the Oracle database server, you could use the UTL_FILE package rather than using SQL*Plus to spool a file.
    If the Unix server is also an FTP server, you could also FTP the file from your local machine to the server.
    Of course, I would tend to re-examine a requirement to regularly generate a 2 GB text file. It seems likely that there is a better way...
    Justin

  • Complexities of Migrating Oracle 10g from Solaris to HP-UX Itanium

    Can anyone share their experiences with regards to migrating Oracle 10g from Solaris on a Sun platform to HP-UX 11i v3 (Itanium) on HP Integrity servers. We are trying to consider all the risks associated with such a move. How much time delay did you experience in resolving unexpected issues along the way? How complex is the process? If you had to do it all over again, would you?
    In addtion, we will also be migrating Oracle eBusiness Suite 11i (11.5.10.2).
    We appreciate your helpful feedback.
    Thank you.

    Here is more information:
    - the database size is currently about 500GB
    - our ASP allows us to be down as much as we want however the company's own needs can only allow a downtime window of two days (over the weekend)
    - i presume further that RMAN might be an option to use to backup the database and instance to some transportable media
    - it would take about four days to get that media from the ASP to our facility so durign that time the instance at the ASP would have to be used
    - after we get the backup media and load everything into our in-house site, our last step would be to find a way to migrate all changes over the WAN. I am told that unless the platforms are the same on both ends, mirroring will be extremely difficult or impossible. If we have a platform that is different from the ASP platform, then the migration of all changes will require conversion and other mechanisms. I am told that HP-UX has so much complexities that this will be a daunting task to accomplish.
    Do you have any opinions and recommnedations?

  • Question on migrating oracle 10g from solaries to linux?

    Can some one tell the exactly what is the advantage of migrating oracle 10g from solaries to linux?
    Thank you,
    hb

    call me
    [email protected]

  • Ora-25215 from windows to unix - please help

    I have successfully set up streams replication from unix to windows -- it works beautifully!
    However, when I set up streams with a different set of tables going from windows to unix, I get the propagation error, "ora-25215: user_data type and queue type do not match"
    I have been all over metalink and the internet trying to find a solution or explanation, and there is very little out there. I found a dozen hits on my metalink search on ora-25215 and one of them was "How to resolve ora-25215..." Alas, it really doesn't address a fix for simple streams, it goes into setting up a payload, etc...
    Like I said, my unix to windows works like a charm, but unix to windows doesn't. By the way, my windows is 2k and my unix is solaris 8. Anyone have any ideas for what the problem is?
    Thanks,
    jimmy

    Jimmy,
    Make sure your propagation is configured correctly. It is also possible to get this error in Oracle9iR2 if you use the wrong queue name or schema when configuring propagation.
    Janet

  • Migrate Album art from Windows player to iTunes?

    Sorry if this has been asked a million times but....
    Is there a way to migrate the artwork from Windows media player into iTunes?
    It seems that media player keeps all the art within each album folder which means that I already have the art for albums that the great and mighty iTunes can't seem to find. And I have checked to confirm this - about 700 or so albums that I have art for in media player can't be found in iTunes. I thought that they all accessed the same CDDB info.

    Welcome to the Apple Community.
    You only need to drag something onto iTunes in order to import it, however it will need to be in the correct format. If the files in your Windows player are in Windows format you will need to convert them before you can import them.

  • Oracle OS authentication through ODBC from Windows to UNIX

    I have a third party application on Windows 2003 Server that I will use to write data to an Oracle 10g database on HP UNIX. The software vendor says I need to start the application and the login that is running the application needs to be windows authenticated to the Oracle database in order to insert or select data. I have setup OPS$ accounts for operating system authentication but the ODBC returns a SQLConnect to "ODBC" error -1. How can a Windows user do a operating system authentication to an Oracle database on a UNIX platform? Thank you for your help.

    Hi,
    What is the error message?
    The ODBC driver doesnt do any sort of authentication, it just passes on what you give it to the client/networking layer. As such, I'd expect you to have the same issue making a sqlplus connection from the client machine, so a forum that deals with pure client connectivity may be a better place to post your question.
    The above assumes however, that your problem is specific to OS AUTH, and the app isnt running as a Service, an IIS app, etc. In that case, the user the process is running as may not be who you think it is.
    Can you connect ok without using OS Auth? (ie, supplying a username/password)? There were permissions issues in the base 9201 and 10201 client install that prevented Oracle client software from working at all unless you are an admin user.
    Hope it helps,
    Greg

  • Migration of SAP From Windows to AIX

    Gurus
    I need information regrading migration of SAP ECC 6.0 on Oracle from Windows to AIX.
    Thanks

    Hi ,
    You will find information in the System Copy Guide .
    https://websmp104.sap-ag.de/instguidesNW70
    SAP NetWeaver 7.0 (2004s) --> Installation ---> <download the suitable system copy guide>
    You would also find lot of SAP Notes , go through them and let us know if you have any specific questions/concern.
    Regards,
    Neel

  • Migrating oracle data on windows to linux

    Hi All,
    I have one task need to be done very soon in my office,Please help me.
    We have Oracle 10r2 on windows 2003 with 60GB database.
    now we have to transfer database on windows to oracle10gr2 in Linux O/S.
    Please tel me the procedure and steps to do so.
    Can I use Transportable table-space after creating database on Linux?
    Please give me all the steps in doing so.
    Thanks in advance,
    Rajini.

    Rajini,
    this forum covers migrations from foreign databases to Oracle. Your "only" change the platform of your Oracle database release. This question is better handled in the Database Forum
    General Database Discussions

  • Migrating to linux from window 2003

    Winodws 2003
    Db 9.2.0.7
    EBS 11.5.10.2
    HRMS application.
    I would like to migrate everything from windows to linux(centOS).
    Right now we have everything in Single node.
    I would ike to split into 2 nodes application and database.
    Please give me direction/document.
    Thanks.

    Hi,
    CentOS is not Certified by Oracle, correct?Oracle Apps 11i/R12 is not certfied on CentOS.
    VMWare on this not certified , correct?You can install VMWare on CentOS, then install a supported OS which is certified with Oracle Apps 11i/R12.
    Regards,
    Hussein

Maybe you are looking for