Migration of Database oracle 10g from solaris to linux

Hi,
I need to migrate a DB from solaris to linux without shutdown the solaris DB.I would like to know the backup using RMAN Transportable tablespace in solaris and migrate it to dest(Linux).
Kindly share ur ideas

I need to migrate a DB from solaris to linux without shutdown the solaris DB.I would like to know the backup using RMAN Transportable tablespace in solaris and migrate it to dest(Linux).
Kindly share ur ideasIt is very much possible. In fact I transfered DB from sunos to Windows. But this is not a backup process using RMAN. RMAN is used to change the endianness of datafile so that it is in format which is required by Windows format. This transfer is possible using the data pump utility(IMPDP). There are many threads on the forum for this topic. Seek help from other threads.
Regards
Virendra

Similar Messages

  • 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]

  • 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?

  • I got error when I export database ORACLE 9i from solaris 9.

    I want to export full database ORACLE 9i from SOLARIS 9 to import full database on ORACLE 9i on windows.
    I set oracle environment and NSL_LANG with command:
    bash-3.00$ export ORACLE_SID=TIS
    bash-3.00$ export NLS_LANG=AMERICAN_AMERICA.TH8TISASCII
    and then run command to export:
    bash-3.00$ exp system/manager@TIS full=y file= /u03/dmp/TISfull.dmp log=/u03/dmp/exp_TIS.log
    I got error message as:
    Export: Release 9.2.0.1.0 - Production on Thu Oct 8 17:57:32 2009
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Export done in TH8TISASCII character set and UTF8 NCHAR character set
    About to export the entire database ...
    . exporting tablespace definitions
    . exporting profiles
    . exporting user definitions
    . exporting roles
    . exporting resource costs
    . exporting rollback segment definitions
    . exporting database links
    . exporting sequence numbers
    . exporting directory aliases
    . exporting context namespaces
    . exporting foreign function library names
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions
    . exporting system procedural objects and actions
    . exporting pre-schema procedural objects and actions
    EXP-00008: ORACLE error 25153 encountered
    ORA-25153: Temporary Tablespace is Empty
    ORA-06512: at "SYS.DBMS_AW", line 42
    ORA-06512: at "SYS.DBMS_AW", line 105
    ORA-06512: at "SYS.DBMS_AW", line 221
    ORA-06512: at "SYS.DBMS_AW_EXP", line 264
    ORA-06512: at line 1
    EXP-00083: The previous problem occurred when calling SYS.DBMS_AW_EXP.schema_info_exp
    . exporting cluster definitions
    EXP-00056: ORACLE error 25153 encountered
    ORA-25153: Temporary Tablespace is Empty
    ORA-06512: at "SYS.DBMS_LOB", line 424
    ORA-06512: at "SYS.DBMS_METADATA", line 1140
    ORA-06512: at line 1
    EXP-00056: ORACLE error 25153 encountered
    ORA-25153: Temporary Tablespace is Empty
    ORA-06512: at "SYS.DBMS_LOB", line 424
    ORA-06512: at "SYS.DBMS_METADATA", line 1140
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully
    How can I solve this problem?
    Any suggestion?

    #### HOW to solve it.
    ## To check the default temporary tablespace of the database:
    SQL> select property_name, property_value from database_properties;
    ## check DEFAULT_TEMP_TABLESPACE, if it use wrong temporary tablespace, run:
    SQL> alter database default temporary tablespace temp;
    ## check user with temporary tablespace, run command:
    SQL> select username, temporary_tablespace, account_status from dba_users;
    ## change temporary tablespace:
    SQL> create temporary tablespace temp1 tempfile '/data/u01/app/oracle/oradata/TIS/temp_b.dbf' size 100m;
    SQL> alter database default temporary tablespace temp1;
    SQL> drop tablespace temp including contents and datafiles;
    SQL> create temporary tablespace temp tempfile '/data/u01/app/oracle/oradata/TIS/temp01.dbf' size 100m autoextend off extent management local uniform size 1m;
    SQL> alter database default temporary tablespace temp;
    SQL> drop tablespace temp1 including contents and datafiles;
    Thanks

  • I want to uninstall Oracle 10g from Solaris 10

    Hai All,
    I want to uninstall Oracle 10g safely from Solaris 10 . I take runinstaller and execute. In the next screen installed products tab appear . I select the oracle products and compnents there but the Remove button not active . I tried many time.. But it is not possible....Please help..
    Shiju

    After your run 'runInstaller', on the first 'Welcome' Screen,
    there's a "Deinstall Products" button on bottom right hand corner, click that and follow the screen.

  • How to connect Oracle 10g from OBIEE on Linux?

    - OBIEE 10.1.3.4.0 is running on Cent 5 Linux M1 (*64* bit). My Oracle database is running another similar machine M2.
    - I installed oracle 64 bit client on M1 but could not connect to run the report, connection issue. Even nqcmd didn't helped.
    - I guess it was because OBIEE is *32* bit application and hence need 32 bit client.
    - I tried installing Oracle 32 bit Linux client on M1 but installation fails with some dependency (Not sure if we can install 32 bit client on 64 bit machine)
    Q1 - Any suggestion at this point?
    Q2 - Is there any way we could connect OBIEE to Oracle via ODBC drivers. I could not found any odbc driver/so file when I wan installed 64 bit client. Any suggestion for this?
    Thanks in Advance!

    The computer running XE server does not need a client installed.
    If you are trying to connect from another computer, install the XE client and create file C:\XEClient\NETWORK\ADMIN\TNSNAMES.ORA with the following contents (replace ip_address as appropriate):
    XE =
        (DESCRIPTION =
           (ADDRESS_LIST =
              (ADDRESS = (PROTOCOL = TCP)(HOST = ip_address)(PORT = 1521))
           (CONNECT_DATA =
              (SERVICE_NAME = XE)
    {code}Test with
    {code:java}
    sqlplus SYSTEM/password@XE
    {code}
    Regards,
    Georger
    wrote:user_7000018
    Hi ,
    i am using oracle 10g express edition. i installed oracle 10 xe server it is working fine but how can i connect oracle 10g xe client to this server becouse there is no net configuaration nad Migration tools and also net configuation Assistant . can you explain
    Regards,
    Dharmendra

  • Reconfiguring Hyperion after DB move from Solaris to Linux

    Our Hyperion Databases are moving from Solaris to Linux. We need to reconfigure Hyperion EPM to point to the new Linux DB. We have 4 Hyperion servers A,B, C, D.
    Server A : Foundation Services, Workspace ,Reporting & Analysis, Planning, Calc Manager, Shared Services, EAS, APS.
    Server B : EPMA, Essbase studio
    Server C: ODI, FDM
    Server D: Essbase
    We are planning to do the below steps :
    1) Stop all Hyperion services .
    2) Stop databases on Solaris servers.
    2) Configure Foundation first on foundation services server ( server A) , using EPM system configurator.
    3) Configure Foundation on the other 3 servers( B, C,D) which are having EPMA, FDM, Essbase etc.
    4) Foundation- Deployment to applicaiton server in foundation services server ( Server A).
    5) Configure/deploy DB for rest of the products.
    We tried to do similar steps last time. We were able to do foundation but for other products it failed. Please let us know if these steps are correct?
    We are on Hyperion 11.1.2.2.300 version. O/S is Windows 2008 64 bit.

    You should just need to follow the documentation:
    Changing the Shared Services and Registry Database Connection Information and Password
    Changing EPM System Product Repository Database Connection Information and Passwords
    If there are problems following those steps then post the errors from the logs.
    Cheers
    John

  • Migrating Oracle EBS 11.5.10.2 from Solaris to Linux

    Hi,
    I want to migrate Oracle applications 11.5.10.2 from Solaris to Linux using transportable database feature.
    Please suggest how to proceed with this.
    Thanks,
    Anirudh

    Hi Anirudh,
    Please see:
    https://blogs.oracle.com/stevenChan/entry/have_you_used_10gr2_transportable_tablespaces_with
    And see:
    10g+: Transportable Tablespaces Across Different Platforms (Doc ID 243304.1)
    Cross Platform Transportable Tablespaces on 11i with 10gR2 (Doc ID 454574.1)
    Master Note for Transportable Tablespaces (TTS) -- Common Questions and Issues (Doc ID 1166564.1)
    R11i / R12: Oracle E-Business Suite Upgrades and Platform Migration (Doc ID 1377213.1)
    R11i / R12: Oracle E-Business Suite Upgrades and Platform Migration (Doc ID 1377213.1)
    Transportable Tablespace (TTS) Restrictions and Limitations: Details, Reference, and Version Where Applicable (Doc ID 1454872.1)
    Best Practices for Using Transportable Tablespaces (TTS) (Doc ID 1457876.1)
    Thanks &
    Best Regards,

  • Migrating Oracle from Solaris to Linux: Trouble converting FileSystem metadata with fscdsconv in Linux (Veritas Storage Foundation)

    Hello everyone,
    I'm in the process of migrating an Oracle DataBase from Solaris 5.10 server to Linux Red Hat 6.4, the storage used is SAN and volumes managed by Veritas Storage Foundation on Solaris
    At this point, I'm trying to convert the byte order of some volumes that come from Solaris in my Linux server using the following command:
    /opt/VRTS/bin/fscdsconv -y -e -f /tmp/vxConv/dbtemp01.tmp -t os_name=Linux,arch=x86 /dev/vx/rdsk/dgtemp/dbtemp01
    Note: Because of the text formating, the above command could span several lines, but I'm executing it in just one
    And I get the following errors:
    UX:vxfs fscdsconv: ERROR: V-3-20012: not a valid vxfs file system
    UX:vxfs fscdsconv: ERROR: V-3-24426: fscdsconv: Failed to migrate
    Searching for a solution of these errors in the Veritas forums, I've found this post, where the user mikebounds gives some steps to migrate Solaris to Linux. I've found that I've replicated these steps but I get stuck on the fscdsconv because the beforementioned errors.
    Does anyone know what could be happening here or have any sugestion to share?
    Software Versions involved:
    RHEL 6.4 x86_64
    Veritas Storage Foundation Enterprise 6.2.0.100 on Linux
    Solaris 5.10
    Veritas 5.0 on Solaris
    Disk layout v7
    vxfs filesystem format
    Oracle 10g
    Thank you very much in advance for any help/ideas to solve this
    Best regards
    Raul

    have you seen this - How to migrate a data store from Solaris to Linux? (Doc ID 1302794.1)
    HTH,
    Pradeep

  • Need to Clone A Database From Solaris to Linux Oracle 11g

    Hi Team,
    I am using Oracle Database Version 11.2.0.1.
    We have 6 production servers and all of them are in solaris box. We have a new requirement from application to use Linux boxes and for that we need to perform a database refresh from Solaris to Linux box.
    I can do it by Export and Import technique. But I want some other way to perform this database refresh activity.
    1] Can I do it while taking a rman backup from solaris box( Source) and restore it back to Linux( Target)?
    2] Can I do it using transportable tablespace method?
    I am aware of performing this using export-import but as our database size is near of 1TB I can't apply this technique.
    I need your suggestions in this activity, please put your opinion on the correct method I should opt for and along with that share me the supporting document where things are mentioned in step by step way.
    Please let me know if this can achieved by RMAN...
    Source Machine Make:-
    bash-3.00$ uname -a
    SunOS blrdlvdwhdb01 5.10 Generic_142909-17 sun4v sparc SUNW,Sun-Blade-T6320
    Target System Make:-
    Linux blrulvremoradb01 2.6.18-194.el5 #1 SMP Tue Mar 16 21:52:39 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
    Regards,
    Arijit

    Yes, you can create a backup with rman and restore in other platform, check:
    How To Use RMAN CONVERT DATABASE on Source Host for Cross Platform Migration - 413586.1
    Cross-Platform Migration on Destination Host Using Rman Convert Database - Note 414878.1
    but easier and faster will be with expdp/impdp.

  • Migrating database from solaris to linux

    I am not sure if there is a migration section here. However, I would like to migrate a 9.2.0.8 database from Solaris to linux and upgrade it to 11g. I reckon that both platforms have different endian format and using rman convert+transportable database and so on will be work if I can upgrade the database to 10 or 11g.
    My question is that since the database is small around 35GB, can I use just exp/imp? If yes but can someone outline what will be needed to take care of the endian format and other hidden hints.
    I believe someone must have done this ------> 9i to 10g or 9i to 11g across platform.
    Thanks.

    It just depends on what how you define 'large'. Generally speaking exp/imp is slow when compared to Data Pump or transportable tablespaces (but both cannot be used in your case).
    I don't think that 16 GB is large but you have to test in your environment how much time import is going to take: import needs always more time than export.

  • Need Best Practice for Migrating from Solaris to Linux

    Hi Team,
    We are migrating our Data Center from Solaris to Linux and our EBS 11i, database 10g (10.2.0.5) is 6TB. Please let us know the Best Practice to Migrate our EBS 11.5.10.2 from Solaris to Linux RHEL 5.
    we require Database 10g (10.2.0.5) on Linux x86-64 RHEL 5 and Application EBS on Linux x86 RHEL 5. Please let us know for any details.
    EBS version: 11.5.10.2
    DB version: 10.2.0.5
    We have checked the certifications in Oracle support.
    Oracle EBS 11.5.10.2 is not certified with Linux x86-64 RHEL 5. 
    Oracle EBS 11.5.10.2 is certified on Linux x86 RHEL 5.
    So we require Database 10g (10.2.0.5) on Linux x86-64 RHEL 5 and Application EBS on Linux x86 RHEL 5.
    Thank You.

    You can transportable tablespace for the database tier node.
    https://blogs.oracle.com/stevenChan/entry/10gr2_xtts_ebs11i
    https://blogs.oracle.com/stevenChan/entry/call_for_xtts_eap_participants
    For the application tier node, please see:
    https://blogs.oracle.com/stevenChan/entry/migrate_ebs_apptiers_linux
    https://blogs.oracle.com/stevenChan/entry/migrating_oracle_applications_to_new_platforms
    Thanks,
    Hussein

  • Migrate existing infracture from Solaries to linux plateform

    Hi,
    We want to migrate existing infracture from Solaries to linux plateform.
    Please suggest me the way.
    Our Current Infracture:-
    Serve 1 (on Sun Sparc):-
    indianDBA-1 (Contain:- Infrastructure database (Meta) 10.1.0.4.2 10G R1, Infrastructure middle tier 10G R2)
    Server 2 (on Sun Sparc):-
    indianDBA-2 (Contain:- Application Server middle tier 10G R2 10.1.2.0.2)
    Server 3 (on Sun Sparc)
    indianDBA-3 (Contain:- contains Discoverer report, EUL schema) 11G R2
    Thanks
    Anup

    Hi,
    You can use export/import or transportable tablespaces to migrate the database.
    10gR2 Transportable Tablespaces Certified for EBS 11i
    http://blogs.oracle.com/stevenChan/2010/04/10gr2_xtts_ebs11i.html
    Migrating E-Business Suite Release 11i Databases Between Platforms
    http://blogs.oracle.com/stevenChan/2008/08/migrating_ebusiness_suite_databases_between_platfo.html
    Note: 362205.1 - 10g Release 2 Export/Import Process for Oracle Applications Release 11i
    How long the task would take? Depends on the hardware resources you have. The best practice is to try this on a test instance first.
    The application should work as expected once the task is completed.
    Thanks,
    Hussein

  • LRM -00109:could not open parameter file Oracle 10g in Solaris 10

    Hallo! I have just installed Oracle 10g in Solaris 10.When I logged into sqlplus / as sysdba if found that I was connected to an idle instance. When I tried to startup open the db, the following error appeared
    Connected to an idle instance.
    SQL> startup open;
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/export/home/oracle/product/10.2.0/db_1/dbs/initsolaris.ora'
    My pfile has the name init.ora and not initsolaris.ora.How can I change the settings to make the Oracle database start via pfile init.ora.
    Eventually,I would like the db to read the spfile spfileorcl.ora during the startup.How can I achieve this?
    Thanks

    4joey1 wrote:
    Hallo! I have just installed Oracle 10g in Solaris 10.When I logged into sqlplus / as sysdba if found that I was connected to an idle instance. When I tried to startup open the db, the following error appeared
    Connected to an idle instance.
    SQL> startup open;
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/export/home/oracle/product/10.2.0/db_1/dbs/initsolaris.ora'
    My pfile has the name init.ora and not initsolaris.ora.How can I change the settings to make the Oracle database start via pfile init.ora.
    By default, oracle will look first for a spfile named "spfile<ORACLE_SID>.ora". Lacking that, it will try to find "init<ORACLE_SID>).ora.
    Eventually,I would like the db to read the spfile spfileorcl.ora during the startup.How can I achieve this?
    Once you have started the db (I believe a startup nomount will be sufficient) you can issue CREATE SPFILE ... Details are in the fine SQL Reference manual found at tahiti.oracle.com
    BTW, "open" is the default behavior of "startup", so no need to specify it. A simple "startup" does the same thing.
    Thanks

  • Doubts intalling Oracle 10G in Solaris 10.

    Hi Buddies;
    I'm installing Oracle 10g, in Solaris 10, first I uncompressed this file 10gr2_db_sol.cpio. Now, when I execute runInstaller I got this message:
    Checking operating system version: must be 5.8, 5.9 or 5.10. Actual 5.10 Passed
    Checking Temp space: must be greater than 250 MB. Actual 13289 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 13492 MB Passed
    Checking monitor: must be configured to display at least 256 colors
    >>> Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfo. Ch eck if the DISPLAY variable is set. Failed <<<<
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,at which time they will be rechecked.
    What I supposed to do? Thanks for your help.
    Al

    Hi,
    look at:
    Re: Problem in adding database
    maybe it helps. It that thread I showed how I usually manage X11 window. Another way is to do everything silent with scripts as shown here:
    http://www.oratoolkit.ch/knowledge/howto/installation/eeSrv-10g-R2-on-Solaris-10-sparc.php
    That's my open source swiss army knife.
    Cheers,
    David
    OCP 9i / 10g / 11g

Maybe you are looking for

  • How to Create Check Box in Dynamic Table

    Hi Friends, I've Created one Dynamic Table there i want to display 2 columns as Check Box. How to Add this check box as column cell variant. Looping the columns. In this One method SET_TABLE_CELL_EDITOR is ter. But i'm getting how to use this method.

  • Applet question!!!

    Hello there!!! I have an applet that sends text messages to a remote pc (chat application). I want to send a text message once the user closed the browser or another page is displayed or in general when the applet is no longer running. I tried to use

  • Can I export an iPhoto album as thumbnails?

    Let's say I have an iPhoto album of 200 jpeg pictures.  When I highlight the album in the left sidebar of the iPhoto page, all the pictures display as thumbnails. I want to remove the pictures from iPhoto and put them on a DVD or CD-R.  This is no pr

  • I would like to UNCHECK "Open new windows in a new tab instead" vlia a win 7 registery setting. Is it possibe?

    we are running Firefox 3.6.18 on Windows 7 sp1 OS. I need to change about 500 pc's /update an image. Do not want to re-image for this problem (no time). Is there a "reg entry" that I can push out to the pc's to reverse the default "Open new windows i

  • Help with skillbuilder popup window

    All, Iam trying to create a tooltip on the close(X) icon of the popup page so whenever you move mouse on it or hover over the icon it gives you the tool-tip like(click the icon to close etc). I tried something like this but it didn't pick it, $(docum