Exporting in Unix and importing in Windows

Hi,
I have exported a DB in Unix, I connected from my windows client and exported the db.
I want to import this to in to a DB created on windows. The versions of oracle are the same(exp db and imp db). Can I perform normal import or do I have to handle anything special since the platforms are different.
I tried to import and I have noticed the following error in my log file.ORA-23327: imported deferred rpc data does not match string of importing db .
The oracle version is 10.2.0.3
Window 2003.
Thank you

Hi tcklion,
Could you pls check how to import the data dump from windows to unix
(Note: the dump has taken from windows and i transferred through FTP by binary mode..
Any soultion..:-)
I am getting an error that Oracle table or view does not eexist, but the import of that database is done properly with msg, "Importing Done Successfully Without any warnings"

Similar Messages

  • Export from HP-unix and import on solaris

    Hi all,
    Can anyone give me the procedure and constraints that are taken for exporting oracle 8i on HP-unix and importing on oracle 9i Solaris machine, Any docs or metalink notes also helps me
    what are the parameters that should taken for faster export and import ...
    export is for full database ..
    If anyone can give me a quick response , i would appreciate that. because i have only 2 days in hand...
    Thanks in advance

    The export and import commands are documented in the Database Utilities manual for whatever version you are running. They work the same on both OSs
    Description of your requirement will help get a better response - it almost sounds like you want to migrate, but ...
    in general, the syntax is
    exp|imp user/password@db file=export_file.dmp parameters-list
    exp help=y
    imp help=y
    give a decent summary of the parameters. You can keep them in a parameters file if this needs to be reproduced.
    One thing - don't use 'compress=y' ... it tries to plunk each segment into it's own single extent, and that is often fatal.

  • Exporting  from Hp-unix and Importing on Solaris

    Hi all,
    Can anyone give me the procedure and constraints that are taken for exporting oracle 8i on HP-unix and importing on oracle 9i Solaris machine, Any docs or metalink notes also helps me .
    And i need steps like how to disable the constraints and triggers and how to take take export. what precautions are taken while exporting and importing.
    what are the parameters that should taken for faster export and import ...
    export is for full database ..
    If anyone can give me a quick response , i would appreciate that. because i have only 2 days in hand...

    Hi,
    I dont think that cross platform with work in exp/imp u can give a try anyway.
    Take export in direct path tat would be faster if you are using 10G then use Datapump (expdp/impdp)
    Before u could use exp or expdp / imp or impdp login as oracle use and export the variable ORACLE_SID to the target database
    do this $ exp help=y (for export) or imp help=y (for import)
    E.g. export syntax
    EXPORT
    exp parfile=exp.par
    parfile (exp.par)
    userid="/ as sysdba"
    file=/path/filename.dmp
    log=/path/filename.log
    direct=y
    constraints=n
    triggers=n
    full=y (for full export)
    owner=user1,user2(for schema level export)
    IMPORT
    imp parfile=imp.par
    parfile (imp.par)
    userid="/ as sysdba"
    file=/path/filename.dmp
    log=/path/impfilename.log
    full=y (for full import)
    fromuser=username (for schema level import)
    touser=username
    Try in google search for syntax of otn site for good documents
    Cheers,
    Kamalesh JK

  • How to export iMovie clips for import to Windows video editing programs?

    What export format creates an exact digital copy of mini-dv video which can be recognised and imported by Windows video editors?
    I need to give editable copies of DV to Windows users, The lowest common denominator is Windows Movie Maker, which does not recognise .dv files created by copying from the project's Media folder, or Sharing a Movie to DV stream.
    I want to burn data DVDs with clips or complete projects from iMovie which are equivalent to copying back to mini-DV tapes.
    Is Share to AVI my only option?
    If so, is there any loss in quality?
    iMac G5, MacBook, iMac 233 (R.I.P.)   Mac OS X (10.4.7)  

    after spending a few minutes on the net concerning that WindowMovieMaker, my guess is:
    WMM does NOT accept a "file.dv" ...
    but is does accept that same dv within an avi container... "file.avi"
    avi and mov are just containers, not formats, as a box of chocolate, "wrappers" for many codecs...
    try to export your clips as avi, and choose under compressor "DV"...- give that a try...
    DV is the same codec which is in use on miniDV tapes, and the same, iM uses internally... so, it should be no quality loss.. just a "wrapping"...
    (me no PCuser, just read that...)

  • Is exporting from 8i and importing in 11gR2 is supported?

    is exporting from 8i and importing in 11gR2 is supported?
    the 8i is on win 2000 and the 11gr2 is on linux5
    Thanks
    Edited by: user9145417 on 07-Sep-2010 16:53

    I experience same problem in Windows. Exp terminated without error. But I assume that's windows fault (isn't it always the case?). It works in Solaris though.
    dwdb201:/d1/usr/oracle >exp file=/d1/usr/oracle/ssss.dmp owner=delayuser
    Export: Release 9.2.0.7.0 - Production on Wed Sep 8 11:35:56 2010
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Username: sys/*****@QWDB203_WEB as sysdba
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Automatic Storage Management and Real Application Testing options
    Export done in US7ASCII character set and AL16UTF16 NCHAR character set
    server uses WE8ISO8859P15 character set (possible charset conversion)
    About to export specified users ...
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user DELAYUSER
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user DELAYUSER
    About to export DELAYUSER's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    . about to export DELAYUSER's tables via Conventional Path ...
    . . exporting table                        ADDRESS     806571 rows exported
    .

  • Error while Export from 10g and import to 11g

    Hi,
    I get the following error on few tables when i try to export from 10g and import to 11g DB.
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    import server uses AL32UTF8 character set (possible charset conversion)
    . importing TBAADM's objects into TEST
    . . importing table "ACCT_AUTH_SIGN_TABLE"
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "TEST"."ACCT_AUTH_SIGN_TABLE"."MODE_OF_DESPATCH" (actual: 3, maximum: 1)
    How to over come this ?
    Regards,
    jibu

    Jibu  wrote:
    Hi,
    I get the following error on few tables when i try to export from 10g and import to 11g DB.
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    import server uses AL32UTF8 character set (possible charset conversion)
    . importing TBAADM's objects into TEST
    . . importing table "ACCT_AUTH_SIGN_TABLE"
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "TEST"."ACCT_AUTH_SIGN_TABLE"."MODE_OF_DESPATCH" (actual: 3, maximum: 1)
    How to over come this ?
    Regards,
    jibu
    [oracle@localhost sql]$ oerr ora 12899
    12899, 00000, "value too large for column %s (actual: %s, maximum: %s)"
    // *Cause: An attempt was made to insert or update a column with a value
    //         which is too wide for the width of the destination column.
    //         The name of the column is given, along with the actual width
    //         of the value, and the maximum allowed width of the column.
    //         Note that widths are reported in characters if character length
    //         semantics are in effect for the column, otherwise widths are
    //         reported in bytes.
    // *Action: Examine the SQL statement for correctness.  Check source
    //          and destination column data types.
    //          Either make the destination column wider, or use a subset
    //          of the source column (i.e. use substring).

  • Export  from 11g and import to 9i

    I have run exp from machine runing oracle 9i to export tables from
    another machine running oracle 11g .Export is working fine but while
    importing in Oracle 9i it is giving the following errors.
    import done in US7ASCII character set and AL16UTF16 NCHAR character
    set
    import server uses WE8ISO8859P1 character set (possible charset
    conversion)
    IMP-00003: ORACLE error 96 encountered
    ORA-00096: invalid value for parameter plsql_compiler_flags, must be
    from among NON_DEBUG, DEBUG, INTERPRETED, NATIVE
    IMP-00000: Import terminated unsuccessfully
    Can anybody suggest how to do this.
    Thanks for your valuable time.

    Duplicate post
    export  from 11g and import to 9i
    Srini

  • Export and import the windows phone contacts as .vcf file to the application

    Hi, I need to export the windows phone contacts as .vcf file and import it to my windows phone application. I'm unable to import the full details of a contact. Is there any sample code to export and import phone contacts programmatically. Please
    help if there is any solution. Thanks.
    Nikitha

    Found this on the internet:
    http://www.lumisoft.ee/lswww/download/downloads/Net/
    If you download the Lumisoft.Net.Zip and extract it looks like there is a vCard folder with some classes that may help you.
    You will need to use something like that or search a bit more and find a vCard C# Helper library.
    Bret Bentzinger (MSFT) @awehellyeah

  • Transfer palm data from PC to Mac without using the M100 - only exporting the data and importing?

    I had an old Palm M100 that I haven't used in a while but I love the palm desktop app - my PC currently runs 4.1.4
    I have a mac powerbook and I loaded 4.2.1
    When I export my calendar and address book data in the .aba and  .dba format from my PC - the Mac palm desktop app doesn't seem to recognize those file formats.
    Are those not standard formats between the two platforms?  It also looks like the Mac desktop app doesn't even recognize importing data from another Palm format?  It just shows the other program formats.
    Also, when importing as CSV or tab-delimeted those are extremely messed up also.
    Any "easy" way to get the data off of my PC and onto my Mac without using the Palm M100 itself?
    Thanks,
    Dave 
    Post relates to: Palm m100

    The suggestion is not accurate, at least with respect to calendar information. I'm in nearly the same situation, and just tried it. (Saving .dba file out of Windows Palm Desktop 4.1.0, importing into Mac Palm Desktop 4.2.1revD.)
    First, the Mac program will not recognize the .dba as an importable format if one selects All Readable Documents.
    Second, if one selects All Documents instead, you get the following error message:
    The file could not be imported.
    In order to import data from Windows Palm Desktop software, export the file in one of these formats: comma (.csv) or tab (.tab) delimited, vCard, or vCal.
    The problem with this is that Windows Palm Desktop 4.1.0 offers only two options for exporting Date Book information:
    1) the whole datebook as a .dba file.
    2) individual calendar items as a vCal.
    So far as I can see, there's no way to Select All so as to export all as a vCal, and no pre-set option to do so.
    Post relates to: Palm m125
    Post relates to: Palm m125

  • Dial Up between Oracle on HP-Unix and Oracle on Windows 95

    Hello Everybody
    I have Oracle Enterprise edition 8.0.4 on HP-Unix and Personal
    Oracle 8.0.3 on Windows 95. I want to establish connection
    between these two databases through dial-up. I have already
    established connectivity through lease line.
    I can dial up through Windows machine but I am not able to dial
    up through HP-9000 server. Please can anybody guide me. I will be
    highly obliged.
    Thanks in advance.
    Noble.
    null

    Noble,
    This is not the best forum for this question.
    Maybe the public news forums would be better,
    or Oracle support if it is available to you.
    My comments would be:
    Oracle has the async v1 and v2 protocol for doing this,
    but your best bet is to set up a tcp/ip ppp connection, as used
    by 200 million internet users..
    This may raise some security concerns, but dialling back to the
    server trying to make the connection, as well as the normal
    password protection gives some security comfort.
    Information on how to do this should be widely available as it is
    not Oracle or windows or hp specific.
    You can then use a normal tcp/ip connection database link etc..
    Turloch
    Oracle Migration Workbench Team
    Noble (guest) wrote:
    : Hello Everybody
    : I have Oracle Enterprise edition 8.0.4 on HP-Unix and Personal
    : Oracle 8.0.3 on Windows 95. I want to establish connection
    : between these two databases through dial-up. I have already
    : established connectivity through lease line.
    : I can dial up through Windows machine but I am not able to dial
    : up through HP-9000 server. Please can anybody guide me. I will
    be
    : highly obliged.
    : Thanks in advance.
    : Noble.
    Oracle Technology Network
    http://technet.oracle.com
    null

  • Is it possible to export user settings and import into same environment?

    Hi guys,
    I exported a user profile settings into a file and triedd to import saved file into same environment where I exported, but I am getting following error
    "Login name already in use"
    I followed the same process for restoring groups.Exported groups into a file and imported saved file into same environment, I was successfully restored thr groups.But I am failing to restore the user settings.
    Any help or suggestions on this issue is greately appreciated.
    Thanks in advance!

    Importing into the same environment is not supported.
    Instead, you could create all the test users in production with all the roles and then deactivate the user, so they are not usable.
    After you overwrite the non-production DBs with the production DB, you could then run a script (you will have to create it first) to activate all the users.
    Will this work for you?
    Segal

  • Very Urgent - Export Oracle 10G and Import Oracle 9i

    Dear Friends,
    I am in a very tense sitution. Please help to sort out this problem. I am running an application against Oracle 10G. Now I want the the data of the application running under 10G(server A) to be imported to Oracle 9i (another Server B) and run the same application. What should I do so that i can export the data from Oracle 10G and import in Oracle 9i.
    Please treat this as very urgent.

    You need to post your question in the database forum. This forum is for Oracle Forms. There are database tools such as SQL Developer that let you move data back and forth between databases.

  • Any value in exporting iPhoto pictures and importing them into Aperture?

    I am moving from iPhoto into Aperture (moving my library again actually) and I know that iPhoto and Aperture can share the iPhoto library once it has been updated but I am wondering if there is any value (or even if it is possible) to export all of the iPhoto pictures and import them into a new Aperture library?  The reason that I'm asking this is that I know there are a lot of duplicates in my iPhoto library and I know that Aperture keeps only the original.  A couple of weeks ago I moved my iPhoto library onto an external LaCie SSD disk to use with my MacBook Pro but unfortunately corrupted that library and have to make the move again.  If there is any value in changing how I'm managing my library I should do it now.
    The library corruption was caused by me needing to leave for work and disconnecting the LaCie before Aperture was done sync'ing with my Flickr account.  When I tried to use Aperture the next day it was not able to repair/rebuild or use the iPhoto library at all.  I was unfortunately not backing up the external disk so I lost everything that I had done to clean up the library after the move.  One lesson that I learned was do not automatically sync with Flickr because doing this on an MBP via wireless with an external disk library can add a lot of delay to shutting down Aperture after an MBP wakeup.

    Just in case you have not come across these:
    Aperture 3.3: Using a unified photo library with iPhoto and Aperture
    Aperture 3.3: How to use Aperture to merge iPhoto libraries
    but I am wondering if there is any value (or even if it is possible) to export all of the iPhoto pictures and import them into a new Aperture library?
    You can - an it will depend on what you want to achieve, if that will usefull. The way to do this would be by imprting your iPhoto library into an Aperture library using Aperture. But Aperture libraries and iPhoto libraries are now interchangable - both are photo libraries, and you could simply use your iPhoto library in Aperture and be done now.
    Some reasons why you would want to turn your iPhoto library into a library recognized as Aperture library by importing it into a new, empty Aperture Library:
    As long as the photo library will have the "Kind: iPhoto library", you will have to upgrade both iPhoto and Aperture always to the newest versions, or you will not be able to upgrade to a new library format, when a new release of Aperture comes - say (iPhoto '12 and Aperture 4); you will probably have to buy both new releases to continue working with your iPhoto Library in Aperture.
    If the kind of your library is "Kind: iPhoto library", it will appear in the Media Browser in the iPhoto section, not in the Aperture section, even if you are using it as your Aperture library. And before syncing with iTunes you will always have to open the Aperture library in iPhoto to point iTunes to it.
    Also, in Aperture you have more control about what will be included in your library - In iPhoto there is no way to specify the size and quality of previews. If you do not want or need previews, or you want smaller previews, or no Faces, it would make sense to recreate your iPhoto library by importing it into a new, empty Aperture Library.
    If you have more than one iPhoto Library, you can merge them into one big Aperture library to be able to browse all your images without having to switch between libraries. Aperture works very well with really big libraries. There is no need to split libraries.
    The reason that I'm asking this is that I know there are a lot of duplicates in my iPhoto library and I know that Aperture keeps only the original.
    That is what I meant by having more control on what will be stored. iPhoto will always store a very high quality preview of your edited version; in Aperture you can decide what the preview size and quality will be. But Previews and originals are not duplicates; they are not the same image.
    Regards
    Léonie

  • Exporting custom setting and importing custom setting

    Hi, I recently upgrade to another mac pro.
    I have custom setting for the mpg2 whitin old mac computer for compressor.
    How can I export the setting out from my old machine compressor and import it back into my new machine's compressor?

    Great!
    thanks,
    I have newbie question for you.
    I have animation for 720x480 with square pixel, progressive.
    I can't figure out how to change the pixel ratio to square (or 1) for mpg2 custom setting, and change 29.98 to 30 frames per sec..
    Do you know how?

  • Export from Thunderbird and import into OS X Mail

    Hi guys,
    I'm growing tired of Thunderbird and I want to go back to OS X MAIL.
    Problem is : it doesn't import properly.
    Here's what I've done :
    In OS X MAIL, I select IMPORT and then THUNDERBIRD and finally select the THUNDERBIRD PROFILE FOLDER in my LIBRARY.
    It does work and import emails... but not all of them.
    In fact, it does not import several local mail folders I have in Thunderbird.
    So that's quite a big problem since i need those folders and the emails within them.
    I've looked in Thunderbird for a way to export a clean file, but it doesn't seem like there's even an export feature ?
    Anyway can give me a helping hand ?
    Thanks !

    So that's what I did.
    I took the files in Library/Thunderbird / ... under my profile
    I dumped the .MSF files, and renames the other files to .MBOX
    Then I used the IMPORT function in OS X MAIL
    It seemed to work and I was quite satisfied !
    Until I double check... and realised that a LOT of emails had not been imported, for reasons that I do not quite understand...
    So if you know why, please help !!!!!

Maybe you are looking for