Export from 10g import to 9i

Hi All,
what I need is - I want to export the 10g data and import the same to 9i database.
I know that if we take the export using the 9i binaries ( client or db) we should able to do that, but I don't want to keep the 9i binaries only for this job.
Is there any other way to take the export from 10g and import the same dump in 9i?
Thanks

Yes.. I don't want to do that also..over the network it would be slow.
See I checked this..looks like 7i and 8i there is one script to do the same, is anything like that exist for 9i and 10g as well.
==================
Different versions of the import utility are upwards compatible. This means that one can take an export file created from an old export version, and import it using a later version of the import utility. This is quite an effective way of upgrading a database from one release of Oracle to the next.
Oracle also ships some previous catexpX.sql scripts that can be executed as user SYS enabling older imp/exp versions to work (for backwards compatibility). For example, one can run $ORACLE_HOME/rdbms/admin/catexp7.sql on an Oracle 8 database to allow the Oracle 7.3 exp/imp utilities to run against an Oracle 8 database.
================
Thanks

Similar Messages

  • 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).

  • How to import a *.dmp file (exported from 10g) to 8i database?

    Hi everybody!
    Could anybody tell me how to import a *.dmp file (exported from 10g) to 8i database?
    I have tried but it seemed to be error "wrong version".
    Thanks a lot!

    From 10.1.0 to 8.1.7 => Use the EXPORT 8.1.7 to export the data from the 10.1.0 database and IMPORT 8.1.7 to
    import the data into the 8.1.7 database.
    Metalink note 132904.1 Subject: Compatibility Matrix for Export & Import Between Different Oracle
    Nicolas.

  • Export from 10g

    Hello experts,
    facing some problem with export from 10g in windows2003.did the folowing steps....
    1.created a separate user for export
    2.ghranted export and import privs
    and while exporting the full database error as ....
    C:\oracle\product\10.2.0\db_1\BIN>expdp expdpadmin/expdp full=y directory=sys_dm
    p dumpfile=full_db_expdp.dmp logfile=full_db_expdp.log
    Export: Release 10.2.0.1.0 - Production on Tuesday, 25 May, 2010 10:01:05
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Produc
    tion
    With the Partitioning, OLAP and Data Mining options
    ORA-31631: privileges are required
    ORA-39161: Full database jobs require privileges
    any help....
    thanks,

    pls find the output
    C:\oracle\product\10.2.0\db_1\BIN>expdp expdpadmin/expdp@test full=y directory=s
    ys_dmp dumpfile=full_db_expdp.dmp logfile=full_db_expdp.log
    Export: Release 10.2.0.1.0 - Production on Tuesday, 25 May, 2010 11:46:23
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Produc
    tion
    With the Partitioning, Real Application Clusters, OLAP and Data Mining options
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE", line 475
    ORA-29283: invalid file operation

  • Comand to take export from 10g

    Hi
    can anybody pls tell me the Comand to take export from 10g\
    Thanks
    Mithra

    Did you try to google it ??
    Did you try to search in the documentation??
    Check it out here:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/toc.htm

  • Schema export from 10g to 11g

    Dear all
    I want ro export a schema from 10g to import 11g,please brief me steps what should i do to complete my job.

    You can use expdp utility for that purpose.
    Look at this step by step guide:
    http://www.oracle-base.com/articles/10g/OracleDataPump10g.php

  • Export from 10g to 11gr2

    Hi All,
    I am going to export the full backup of database 10g and import the same to 11gr2.
    I am just curious to know if i should invoke the full backup from 10g (with full=y option as system user). I guess this option will take the backup of system tables and parameters too. And i suppose the system tables and parameters will be different for 11gr2. Correct me if I m wrong.
    What is best way and options you would recommend.
    Is the below operation correct?
    expdp system/oracle directory=BACKUP dumpfile=dbexp.dmp logfile=expdp_full.log full=y *(ON 10G)*
    impdp system/oracle full=Y directory=Backup dumpfile=dbexp.dmp logfile=impdp.log *(ON 11g)*
    Thanks for your suggestions.
    Regards

    ls the below operation correct?
    expdp system/oracle directory=BACKUP dumpfile=dbexp.dmp logfile=expdp_full.log full=y (ON 10G)
    impdp system/oracle full=Y directory=Backup dumpfile=dbexp.dmp logfile=impdp.log (ON 11g)yes,it looks fine.
    full=y will work as during import it will ignore the object which will already exist in 11g like system/sysman.

  • EXPORT from Windows IMPORT to UNIX

    Hi,
    in 10gR2, is it possible to EXPORT from a database on Windows in order to IMPORT to a database on UNIX ? If yes any caution or recommandation ?
    Thanks before.

    After 3000+ posts, you should be aware about the oracle doc site , http://tahiti.oracle.com and also that you should search over there first for the question.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/exp_imp.htm#sthref2124
    The Export and Import utilities provide a simple way for you to transfer data objects between Oracle databases, even if they reside on platforms with different >hardware and software configurations.HTH
    Aman....

  • Export From PC, Import to iMac

    Well yesterday I ordered a brand new iMac Yay! Anyways, I have an External Hard drive that I will be carrying over with files and Photoshop stuff. But when I go to iTunes on my PC, would I select Export? I already but the XML file on the hard drive, but is that enough? Will I be able to just import that file and everything will be there? Tell me what I should do because I am not good with managing files like this. Step by step would be preferable Thanks.
    Message was edited by: SillyRabbit894

    From iTunes on the PC, choose Consolidate Library from the Advanced menu and then copy over the entire iTunes folder, placing it in the item named Music of the Finder's sidebar on the Mac.
    (34736)

  • Export from linux  import to windows

    Hi,
    I have a need to export perfstat from a linux database and import into a windows database. Is this possible with the differing operating systems?
    rgds
    Alan

    Please confirm:
    1) Your requirement is to install the PerfSTat user on the Linux machine, and get StatsPack running? or
    2) Your requirement is to transfer Statspack snapshots from Windows to Linux?
    If 1), perhaps it would be wiser to simply install a fresh copy of statspack as described here
    If 2), that makes no sense to me as the baseline is no longer relevant

  • Intents wrong when exporting from or importing to Pages for iPad

    Anytime I create a document on the iPad and export it for e-mail the indents are messed up when I open them with Pages on the Mac. The same thing happens in reverse direction too. Does anyone have a solution for this or is this a known issue?

    It was the major reason I went with an iPad over a Windows based laptop. Portability and word processing. Unfortunately the "cross platform" issue with exported PDF's render the iPad useless as a business tool in that way.
    It's a shame really but I don't need a $800 toy, I need business tool.
    If this singular issue got any attention and were fixed it would greatly increase the viability of the iPad as that tool but at this stage, it clearly is just a larger iPod touch.
    How professional is it to have no cross platform functionality in a word processor. I'v actually found the program itself quite handy and very powerfull for a mobile WP app.
    Or I could just pre-qulify all the businesses I do business with and ask if they use an OSX platform or Win based but that would really kill my business.

  • Exporting from Access / Importing to Oracle9i

    Hi
    I am trying to figure out a way of exporting an Access database to 9i. This is fine if I am just exporting text, I then use Access as the fromt end to Oracle. However I would like to export a database which hold OLE objects (i.e Word docs, and Excel sheets) into 9i and agin connect to it via ODBC with linked tables. Is this possible??? Does anyone know how to, or where I could find info on how to, I would be grateful.
    Thanks very much and have a good weekend
    John

    I think it's unlikely that this is possible. The ODBC protocol doesn't generally support the sending of LONG/ BLOB/ CLOB data, so Access is unlikely to know how to do this. Oracle's ODBC driver does provide support for these datatypes, but it is relatively unique in this regard.
    Justin

  • Importing the dump into 10g which exported from 11g server

    hi
    can i import the dump into 10g which exported from 11g server?
    thanks
    nidhi

    knidhi wrote:
    hi
    can i import the dump into 10g which exported from 11g server?
    thanks
    nidhiHi Nidhi,
    No, if you want to use an 11g export dump and import it using 10g utilities to a 10g database.
    Yes, if you use 10g export utility to extract 11g database data, and use 10g import utility to import in 10g database.
    For more information on export/import compatibility, please check:
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28319/exp_imp.htm#
    HTH
    Regards,
    Z.K.

  • Export from Oracle 9i to be Imported into Oracle 10g on 32bit platform

    Hi,
    Currently, I am in the process of performing a Homogenous system copy
    due to a domain change in our organization using R3load procedure.
    I have taken the export of the existing system which is on Oracle 9i.
    Initially, I was planning on setting up the new system on Oracle 9i,
    now that Oracle 9i is out of support, I would have to go with Oracle
    10g.
    I found a note on this topic, SAP Note: 932722, however, this note
    explicitly talks about database specific procedure of system copy and
    also this note is for 64 bit platform.
    Can you point me towards a Note or documentation which can be used as
    reference for importing an Oracle 9i export into Oracle 10g on 32bit
    platform(System copy procedure is R3load)?
    OS- Windows 2003 32bit, ECC 5.0
    Regards,
    Vishnu.

    Hi Gagan,
    Thanks for your response,
    As per your suggestion, I looked at the System Copy guide for Heterogeneous System Copy,
    On service.sap.com/osdbmigration under FAQ's this is what I found,
    I plan to copy my SAP system to a new hardware with the same OS and DB products but higher release levels. Is this a migration or a homogeneous system copy?
    A change of the version of the operation system and/or the database system is not relevant in the context of a migration or a homogeneous system copy. If you don't change the product, but only the release level it is a homogeneous system copy. If you change OS and/or DB, it is a migration.
    The system copy guide, doesn't explicitly talk about an export from Oracle 9i imported into Oracle 10g.
    Can you point me to a guide or Note?
    Regards,
    Vishnu

  • Export from Oracle 8.0.2.0, Import to 10g

    Hello,
    I am trying to create a dump file from a Oracle 8.0.2.0 database. I am using the Oracle Data Manager Export wizard to do so. This dump needs to be imported to Oracle 10g. I have created a blank database in 10g with the same name as in 8.0.2 and I can open it in Enterprise Manager using SYS user. I tried "Import from Export files" from Enterprise manager 10g but it fails to import. Can someone please tell me if I am missing somethings here?

    This is a duplicate of this thread
    Export from Oracle 8.0.2.0, Import to 10g
    Justin

Maybe you are looking for

  • How do I transfer music from my iPod shuffle to my iPhone 6?

    I have an iPod shuffle (2GB) that no longer charges & want to transfer the music to my iPhone 6. How do I make this happen?

  • Will Apple tv ONLY work with an HDMI connection on the tv?

    My television has one HDMI port and it is connected to my Bose setup.  If I get an Apple TV, will that also have to be connected to the same HDMI port? Or, can it work connected to the "old fashioned" video and audio ports?

  • I'm looking for a new 8 input audio device compatible with OS 10.9.

    I just upgraded to a new MacBook Pro running OS 10.9 (Mavericks) and want to use GarageBand for multi-track recording and I need to find a replacement for my Presonus Firepod. It seems that OS 10.9 is no longer supporting this device. Additionally, s

  • Problem with yammer feed

    been trying to get a yammer feed (based on topic) to show up in the gallery window. Managed to complete the App registration etc with Yammer, and I can see the test data when I run some of the requests, but I can't seem to get the data into the 'coll

  • IIS PHP4.3.3 ORACLE9

    Have Problem with oracle 9 and php, a fetch on an blob field results in an iis and php crash, has anyone some idea ?