Databae Porting from Window to Linux

Hi All,
I am having a database on oracle9i in Windows.
I want to port this database to oracle10g in Linux.
Do any one have any Idea related to it.
I was thinking of creating a new database with the datafile and control files from windows.
Suggest your ways to this.

Hi,
Could you please tell me what is the GoldenGate Version you are using on both Sides (Source and Target)/
Before configuring and starting the goldengate replication, did u check if the source and target data were in Sync?
What are the steps you followed?
You have given the RMTTRAIL file as the below,
RmtTrail /u02/app/oracle/ogg/dirdat/ab
Retry after changing the trail file name as aa -
Regards,
Veera

Similar Messages

  • Errors with VI after down converting from 2009 to 8.x and porting from Windows to Linux

    Hi All,
    I'm pretty new to Labview so I've been trying to learn along the way. I've been tasked with porting a .VI that my supervisor developed on Windows to a Linux machine. The ultimate goal would be to build an executable that would be able to run on Linux based VMEs. The .VI was developed on Labview 2009 and the Linux machine has Labview 8.2. From what I understand I would need to downconvert the .VI in 2009 to be compatible with 8.2, then from there I would compile the .VI on 8.2 in Linux and create the executable.
    After having downconverted the .VI I tried to run the .VI to see if the program still worked/if any parts were broken. Unfortunately, it seems like after having downconverted and porting to Linux the program is unable to communicate over TCP/IP with the module that the program was designed to work with. My supervisor ran the debugging application where it showed the progress of the data as it travelled along the block diagram and it seems to break at the TCP write blocks.
    The error that I've recieved was Error 56 at TCP Read in WriteThenReadRegister.vi->E_LINAC_BPM_REV.1.0.vi
    Possible reasons: labview: the network operation exceeded the user-specified or system time limit.
    We've tested the connection outside of Labview and the Linux VME can definitely communicate with the module in xterm.
    Can anyone point me in the right direction to start trouble shooting this? 
    When I performed the downconvert operation I recieved a bunch of warnings that stated:
    C:\BPM_Labview_Files\My_LabVIEW\New folder\E_LINAC_BPM_Rev.1.0 Folder\E_LINAC_BPM_Rev.1.0.vi (E_LINAC_BPM_Rev.1.0.vi)
    The object "Increment" does not support output configuration in the previous version.
    The object "Divide" does not support output configuration in the previous version.
    The object "Increment" does not support output configuration in the previous version.
    The object "Divide" does not support output configuration in the previous version.
    The object "Divide" does not support output configuration in the previous version.
    The object "Multiply" does not support output configuration in the previous version.
    The object "Divide" does not support output configuration in the previous version.
    The object "Increment" does not support output configuration in the previous version.
    The object "Divide" does not support output configuration in the previous version.
    The object "Increment" does not support output configuration in the previous version.
    The object "Divide" does not support output configuration in the previous version.
    The object "Increment" does not support output configuration in the previous version.
    The object "Divide" does not support output configuration in the previous version.
    The object "Increment" does not support output configuration in the previous version.
    The object "Increment" does not support output configuration in the previous version.
    The object "Divide" does not support output configuration in the previous version.
    The object "Boolean Array To Number" does not support output configuration in the previous version.
    The object "Increment" does not support output configuration in the previous version.
    The object "Multiply" does not support output configuration in the previous version.
    The object "Boolean Array To Number" does not support output configuration in the previous version.
    The object "Boolean Array To Number" does not support output configuration in the previous version.
    The object "Increment" does not support output configuration in the previous version.
    The object "Increment" does not support output configuration in the previous version.
    C:\BPM_Labview_Files\My_LabVIEW\New folder\E_LINAC_BPM_Rev.1.0 Folder\PowerScan.vi (PowerScan.vi)
    The object "Multiply" does not support output configuration in the previous version.
    The object "Multiply" does not support output configuration in the previous version.
    The object "Multiply" does not support output configuration in the previous version.
    The object "Multiply" does not support output configuration in the previous version.
    The object "Subtract" does not support output configuration in the previous version.
    Thanks in advance,
    Jason.

    I guess I should also post the .VIs in case someone could give some insight as to what's breaking.
    Again, I need to downconvert this from 2009 to 8.2 to run on a linux machine.
    In the mean time I'll be playing around with the "save as previous version" and the tool kit options.
    Thanks again in advance.
    Jason.
    Attachments:
    E_LINAC BPM 2009.zip ‏266 KB

  • 10gR2 to 11gR2 from Windows to Linux with 6TB Database.

    Hi,
    I need to do migration from 10gR2 to 11.2.0.2.0 and from Windows to Linux for 6TB database Size. As both Endian format same, I did the migration using RMAN Convert database on UAT but for same 10gR2 version.(Both Source on Target Oracle Version was 10.2.01.0). Now I have to migrate from 10gR2 to 11.2.0.2.0. So it's 2 way process.
    is it possible to club these 2 way migration process ???
    Are following steps right or any modification is required ??
    1) Install 11.2.0.2.0 on Linux OS
    2) Open Source Database (Windows) in Read Only. Generate TRANSPORT.SQL, CONVERTSCRIPT.RMAN & Pfile.
    3) Copy Source datafiles in temporary location on Target OS. Also copy above files.
    4) Create dummy controlfile.
    5) Startup nomount with Changed pfile
    6) Mount database with Dummy Controlfile.
    7) Run CONVERTSCRIPT.RMAN to convert actual datafiles from Windows Platform to Linux Platform.
    8) Shutdown the instance and delele Dummy Controlfiles.
    9) Edit TRANSPORT.SQL and do Appropriate Changes like redolog files, datafiles path...
    Now my question is, can I add ?/rdbms/admin/catupgrd.sql in TRANSPORT.SQL script after Startup upgarade command so that Complete Upgradation to 11.2.0.2.0 would be done.
    10) Then run TRANSPORT.SQL on Target System (11.2.0.2.0)
    Tell me if more inputs are required from my side...
    Regards,
    Manish

    This forum deals with migrations from foreign databases to Oracle.
    You might better post your request in this forum:
    General Database Discussions

  • Migration 10g to 11gR2 from Windows to Linux with 6TB DB Size in one step

    Hi,
    I need to do migration from 10gR2 to 11.2.0.2.0 and from Windows to Linux for 6TB database Size. As both Endian format same, I did the migration using RMAN Convert database on UAT but for same 10gR2 version.(Both Source on Target Oracle Version was 10.2.01.0). Now I have to migrate from 10gR2 to 11.2.0.2.0. So it's 2 way process.
    is it possible to club these 2 way migration process ???
    Are following steps right or any modification is required ??
    1) Install 11.2.0.2.0 on Linux OS
    2) Open Source Database (Windows) in Read Only. Generate TRANSPORT.SQL, CONVERTSCRIPT.RMAN & Pfile.
    3) Copy Source datafiles in temporary location on Target OS. Also copy above files.
    4) Create dummy controlfile.
    5) Startup nomount with Changed pfile
    6) Mount database with Dummy Controlfile.
    7) Run CONVERTSCRIPT.RMAN to convert actual datafiles from Windows Platform to Linux Platform.
    8) Shutdown the instance and delele Dummy Controlfiles.
    9) Edit TRANSPORT.SQL and do Appropriate Changes like redolog files, datafiles path...
    Now my question is, can I add ?/rdbms/admin/catupgrd.sql in TRANSPORT.SQL script after Startup upgarade command so that Complete Upgradation to 11.2.0.2.0 would be done.
    10) Then run TRANSPORT.SQL on Target System (11.2.0.2.0)
    Tell me if more inputs are required from my side...
    Regards,
    Manish

    The directory structure is different...that's why you need to create the tablespaces in Linux. e.g. export dump says create tablespace in D:\..., there is no such thing in Linux. You can just export it, install software, create the db, tablespaces in Linux and import into the 10g in Linux.

  • Date Formating Issue (moved from Windows to LINUX)

    Although the move shouldn't have been an issue, moved an OBIEE installation from Windows to LINUX (Windows is still up) and now have date problems with any drill down into the metrics (SC).
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 46046] Datetime value 01-NOV-2007 does not match the specified format. (HY000)
    SQL Issued: SELECT Dates."Year Number" saw_0, Dates."Month Number" saw_1, "Cycle Counting"."Green Goal" saw_2, "Cycle Counting"."Red Min" saw_3, "Cycle Counting"."Cum Accuracy %" saw_4 FROM "DRS Supply Chain" WHERE Dates."Start Date" IN (SELECT saw_0 FROM (SELECT cast(Dates."Start Date" as timestamp) saw_0 FROM "DRS Supply Chain" WHERE cast(Dates."Start Date" as timestamp) >= VALUEOF("6 Month Ago")) nqw_1 ) ORDER BY saw_0, saw_1
    Any Ideas?
    Thanks
    Scott

    SCOTT, I suggest checking step-by-step.
    a) check the value of the variable
    b) check the value of cast(Dates."Start Date" as timestamp)
    c) Check the results by substituting those 2 with someone else (regular integers)....
    GL

  • Utl_file gives error when coping file from windows to linux

    Red Hat Enterprise Linux Server release 5.7 (Tikanga)
    Oracle 11.1
    Hi there,
    I can't copy a file with utl_file.fcopy after copying file with samba from winodws to linux. Only after I open the file on linux and save it, can I copy it :
    1.) Copy file from windows (drag and drop)
    2.)
    SQL> exec utl_file.fcopy('XXMS_DATA_IMPORTS', 'Project_62.csv','XXMS_DATA_IMPORTS', 'xxms_pa_tasks_master.csv');
    BEGIN utl_file.fcopy('XXMS_DATA_IMPORTS', 'Project_62.csv','XXMS_DATA_IMPORTS', 'xxms_pa_tasks_master.csv'); END;
    ERROR at line 1:
    ORA-29284: file read error
    ORA-06512: at "SYS.UTL_FILE", line 270
    ORA-06512: at "SYS.UTL_FILE", line 1243
    ORA-06512: at line 1
    3.)su to root
    4.)open file and save it with vi, without changing anything
    5.)
    SQL> exec utl_file.fcopy('XXMS_DATA_IMPORTS', 'Project_62.csv','XXMS_DATA_IMPORTS', 'xxms_pa_tasks_master.csv');
    PL/SQL procedure successfully completed.
    How can I copy from windows to linux with samba, so this doesn't happen?
    Please help

    After the file is initially created in Linux:
    What are the owner and group for the directory in which the file resides?
    What are the directory permissions?
    What are the owner and group for the file?
    What are the file permissions?
    What is the OS name of the oracle user?
    After root vi's and resaves the file:
    What are the owner and group for the file?
    What are the file permissions?

  • Migrating Repositroy from Windows to Linux

    Hi,
    How to migrating the repository from windows Server to Linux in OBIEE. Is there any process ?
    Thanks !

    Hi,
    See the below link is helpful for you,
    http://siebel.ittoolbox.com/groups/technical-functional/siebel-analytics-l/migrating-oracle-bi-siebel-rpd-file-from-windows-to-linux-2146407
    Thanks,
    Balaa...

  • Printing after Migration from Windows to Linux

    We have just migrated 11.5.2 from Windows to Linux. I am not sure how to setup printers. In windows we simply had a UNC pointing to our Windows Printer Server and the Printers Queue. This was in the Printer Column and the Type was HPLJ4SI in the Type column under Install > Printer > Register....like this:
    \\MYCOPRT03\PTS2245
    Not sure what to put in linux. Currently we are getting this error:
    Executing request completion options...
    ------------- 1) PRINT   -------------
    Printing output file.
    Request ID : 7457024
    Number of copies : 1
    Printer : \\MYCOPRT03\PTS2245
    /bin/sh: print: command not found
    APP-FND-00500: AFPPRN received a return code of failure from routine FDUPRN. Program exited with status 127
    Cause: AFPPRN received a return code of failure from the OSD routine FDUPRN. Program exited with status 127.
    Action: Review your concurrent request log file for more detailed information.

    Chris,
    It appears that these links are not savable.You need to refer to the docs in those threads for the steps you have to follow to setup a printer on Linux/Unix.
    How to Setup Printer for Oracle Applications 10.7 - 11.5.x Quick Reference [ID 123140.1]
    How to Test an Initialization String Outside of Oracle Applications [ID 106186.1]
    How to setup Printer Arguments Within Oracle Applications [ID 73804.1]
    Oracle Applications Character Printing [ID 112172.1]
    lp: The printer or class was not found.
    APP-FND-00500: AFPPRN received a return code of failure from routine FDUPRN. Program exited with status 1As applmgr, source the application env file and issue "which lp" and make sure it is accessible by the OS user. If the command is available, then it is something with your printer definition -- Issue "system-config-printer" from the command prompt to launch the Printer Configuration Tool and configure your printer at the OS level.
    Thanks,
    Hussein

  • Migration from windows to Linux - JAR files not generating under JAVA_TOP

    Hi DBA's
    Jar files not generating under JAVA_TOP after migration from windows to linux.
    I followed workaround but same in result.
    Workaround
    Run this command. It will give the missing file
    adjava -mx512m -nojit oracle.apps.ad.jri.adjcopy -masterArchive $JAVA_TOP -sync -reportfile javatopfiles.lst
    Then run this command
    adjava -mx512m -nojit oracle.apps.ad.jri.adjcopy -masterArchive JAVA_TOP -sync -mode APPLY
    I have checked in google.
    Best Regards,
    Suresh Gelda

    Suresh,
    I can find the following error in the log file:
    JarSigner error output:
    Exception in thread "main" java.lang.NoClassDefFoundError: sun/security/tools/JarSigner
    Caused by: java.lang.ClassNotFoundException: sun.security.tools.JarSigner
         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    Could not find the main class: sun.security.tools.JarSigner.  Program will exit.Please review the following notes for suggested solutions:
    Note: 393306.1 - Generate Jar File causes NoClassDefFoundError sun/security/tools/JarSigner
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=393306.1
    Note: 269054.1 - Running adadmin to Force Regenerate of the Java Files Fails
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=269054.1

  • Transfering files from windows to linux

    Hi,
    My requirement is Client will select files from widows and then click zip.In server(linux) i have to get those files and zip.Here i am unable to get the files sent by the client.
    Suppose client will select the file in C:\xxx then click zip.In linux am using request.getParameter() from getting those files.Here in linux it is getting the path of the file as C:\xxx and unable to locate.Giving FIleNotFound Exception.
    How can resolve this issue.
    Regards,
    Babu

    Hi Boss am getting the problem in transfering files from windows to linux.
    In linux it is unable to locate the file which was selected by the client in windows.
    Am using request.getParameter () to get the file.How to solve this.

  • Migrating database from windows to linux using dbca templates

    Hi every one,
    Is it possible to migrate Oracle10g database from Windows to Linux by using DBCA templates?????????????
    If yes please guide me, as i tried it and am getting error while creating database on linux using DBCA templates of Windows server.
    Warm regards,
    Veeresh.S
    (Oracle DBA)

    With DBCA you can create a new database, delete a database, create ASM, and manage templates.
    There's no option of migrating a database from one platform to the other. If you want to migrate your database from Windows to Linux you have 2 ways of doing it:
    1 using IMP/EXP Export you db on windows and Import it on Linux.
    2 Use across platform transportable tablespace if you db is already on 10g.
    Regards,
    Tony

  • Migrate Oracle 11g database from Windows To Linux using RMAN hot / cold  backup ?

    Hi Friends,
    Is it possible to Migrate Oracle 11g database from Windows To Linux using RMAN hot / cold  backup ? ( as i would like to perform Point In Time recovery)
    (or) The only way is to use RMAN convert as mentioned here  - Transporting Data Across Platforms
    (or) Is there any other method (except exp/imp and data pump)
    Regards,
    DB

    HI
    his post describes the procedure required to migrate a database from Windows to Linux using the RMAN Convert Database command.
    Both Windows and Linux platforms have the same endian format, which makes possible to transfer the whole database, making the migration process very straightforward and simple.
    To migrate between platforms that have a different endian format, Cross Platform Transportable Tablespaces (XTTS) needs to be used instead.
    List of Steps Needed to Complete the Migration
    The migration process is simple, but as it has several steps it is convenient to be familiar with them before running it.
    1. Check platform compatibility between source and target OS
    2. Start the database in read only mode
    3. Check database readiness for transport from Windows to Linux using DBMS_TDB.CHECK_DB
    4. Check if there are any external objects
    5. Execute the Rman Convert database command
    6. Copy converted datafiles, generated Transport Script and Parameter File to Linux
    7. Edit the init.ora for the new database
    8. Edit the Transport Script and Parameter File changing the windows paths to Linux Paths
    9. Execute the Transport Script
    10.Change the Database ID
    11.Check database integrity
    Thank you

  • Porting a labview application from windows to linux

    Hello,
    I need to compile a labview application that has been created for windows under linux. It depends on calls to functions NBFifoCreate and NBFifoWrite. These are part of the nbfifo.dll library under windows. Could anyone point me in the right direction how to replace this dependency?
    Also I am trialing LabView Professional Linux. As I am reading along I gather that I might need LabView RT Module. Is that correct and does it come included with the Professional version.
    Thank you in advance.

    Hello Damien1979,
    It sounds like you have an application developed under the Windows OS which used features of the LabVIEW Real-time Module.  Now, however, you are trying to open the same VI or Project under Linux.  Is that correct? 
    What distribution of Linux are you using?
    Which version of LabVIEW are you using?
    The LabVIEW development system is supported under Linux, however, not all modules and toolkits are available for installation.  This link below contains the supported modules.
    Developing Linux Applications with NI LabVIEW or LabWindows/CVI
    I believe the NBFIFO.dll related files are associated with the LabVIEW Real-time module, but I haven not confirmed that yet.  The LabVIEW Real-time module is not featured in the link above.
    Regards,
    George T.
    Applications Engineering Specialist
    National Instruments UK and Ireland

  • Patch 4775612 issue for Migration of 11.5.10.2 from Windows to Linux

    Hi All
    I am planing to migrate Oracle Application 11.5.10.2 from Windows 2003 to Oracle Enterprise Linux. I have Dual node system. My Application is on APPS NODE and my CONCURRENT MANAGER and DB are on DB node. I applied Patch *4775612* on both the nodes after shutting down the APPLICATIONS services and CONCURRENT MANAGER services on DB node, but failed. The errors are:
    ERROR ON APPS NODE:
    ===================
    Error was found when copying the DLLs from AU_TOP/bin to PROD_TOP/bin
    adrelink is exiting with status 1
    End of adrelink session
    Date/time is Wed Jun 24 15:38:30 AST 2009
    An error occurred while relinking application programs.
    Continue as if it were successful [No] :
    ERROR ON DB NODE:
    =================
    An error occurred while relinking application programs.
    Continue as if it were successful [No] :
    You should check the file
    e:\oracle\prodappl\admin\PROD\log\4775612.log
    please advise
    Regards
    Edited by: user457577 on Jun 24, 2009 4:21 AM

    Hi,
    Thanks for your reply. I followed your instruction and stopped all services on DB node as my CONCURRENT MANAGER is on DB node and applied the patch. I got success, but when i tried to apply the same patch on APPLICATIONS node i got the following error:
    Error executing cp -pf d:/oracle/prodappl/au/11.5.0/bin/ar*.dll d:/oracle/prodappl/ar/11.5.0/bin
    Please make sure file isn't being used.
    Copy DLLs of AS to d:/oracle/prodappl/as/11.5.0/bin
    Copy DLLs of BOM to d:/oracle/prodappl/bom/11.5.0/bin
    Copy DLLs of DT to d:/oracle/prodappl/dt/11.5.0/bin
    Copy DLLs of ENG to d:/oracle/prodappl/eng/11.5.0/bin
    Copy DLLs of FA to d:/oracle/prodappl/fa/11.5.0/bin
    Copy DLLs of FF to d:/oracle/prodappl/ff/11.5.0/bin
    Copy DLLs of FND to d:/oracle/prodappl/fnd/11.5.0/bin
    Copy DLLs of GL to d:/oracle/prodappl/gl/11.5.0/bin
    Copy DLLs of INV to d:/oracle/prodappl/inv/11.5.0/bin
    Copy DLLs of MRP to d:/oracle/prodappl/mrp/11.5.0/bin
    Copy DLLs of GMA to d:/oracle/prodappl/gma/11.5.0/bin
    Copy DLLs of PAY to d:/oracle/prodappl/pay/11.5.0/bin
    Copy DLLs of PO to d:/oracle/prodappl/po/11.5.0/bin
    Copy DLLs of WIP to d:/oracle/prodappl/wip/11.5.0/bin
    Error was found when copying the DLLs from AU_TOP/bin to PROD_TOP/bin
    adrelink is exiting with status 1
    End of adrelink session
    Date/time is Wed Jun 24 19:05:39 AST 2009
    An error occurred while relinking application programs.
    Continue as if it were successful [No] :
    You should check the file
    d:\oracle\prodappl\admin\PROD\log\4775612
    for errors.
    This time i stopped all the services rather disabled them as well and restarted the servers. I also checked adrelink.log and it also displayed the same error message.
    Please advise.
    Regards
    Edited by: user457577 on Jun 24, 2009 6:18 AM

  • Data pump problem on sync data from windows to linux

    Hi,
    i have production db on windows 2003 server, and syn data from production windows machine to linux server. using data pump exports, imports.
    i have written an procedure to export schema level
    and
    procedure for import like
    dbms_datapump.open(operation ='import',job_module='schema',job_name='imp');
    dbms_datapump.add_file(handle='',filename='imp.dmp',directory='dir_datapump',filetype=dbms_datapump.ku$_file_type_dump_file);
    dbms_datapump.metadata_filter(handle='',name='schema_expr',value='in('hr','oe')',object_type''table');
    dbms_datapump.set_parameter(handle ='',name=table_exists_action,value=replace);
    when i run the above procedure, error displays that table already exists ora-31684
    but from the
    impdp include=table table_exists_action=replace
    i am able to do it.
    can u suggest what iam missing.
    Regards
    Ajay

    I will try to explain a little better using screenshots. This screenshot is from windows :
    http://img510.imageshack.us/img510/1714/windowspg.jpg
    At the top is says 'date taken' and ANY windows photo library software will sort it by this date. Below are the properties of the same file after it's copied to osx :
    http://img153.imageshack.us/img153/6345/screenshot20100322at145.png
    It contains lots of information about the picture but not when it was taken. So software such as iphoto or picasa sorts it by it's created date (which you can see at the top is Monday 12th January).
    Why isn't OSX carrying over the exif data on when the photo was taken ? I can't see any iphoto options to sort by that date.
    Message was edited by: Ollie UK
    Message was edited by: Ollie UK

Maybe you are looking for

  • Problem when applet going to load local machine jar files

    hi all, I have an applet that contains a 'core' module(jar) and 'core dependency' modules(jars).To reduce the applet download time i decided to load some heavy weight and lesser use 'core dependency' jars from local machine and core jar module and ot

  • Adobe reader for ios Ipad does not display fields after the have been inputed

    My Ipad Mini will not display any fields in a form after I input them?

  • Reg Tax Codes and Plants

    Hi Gurus, 1) I am creating a PO. It doesnt have a Material as it is a text req converted to PO. I am having 10 plants which uses various Tax codes which will auto populate according to the plants. Now my requirement is i want to populate a tax code (

  • Importing CD settings

    When importing CDs, I noticed that my custom encoding settings are not taking effect. I have the settings to AAC 128kbps VBR, but for some reason, the songs that I am importing are still 128kbps, and not VBR like the rest of the songs I have in my li

  • REQUEST GOP / UEFI BIOS for MSI 7950 Twin Frozr 3GD5/OC

    R7950 Twin Frozr 3GD5/OC SN: 602-V277-05SB1205141813 Current BIOS version is: 015.020.000.000.001083 Thanks