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

Similar Messages

  • 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

  • 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

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

  • 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

  • Unable to take export from particular tables from the schema.

    i created a schema duser data is imported and now i want to take select tables from this schema.
    the tables are (partyhdr,partyaddressdtl,partycontactdtl,partydsdtl,partytdsexcludedtl,partycurrencydtl)
    D:\>EXP DUSER/LOG@ORCL FILE=20121221PARTY0228PM.DMP TABLES=PARTYHDR,PARTYADDRESS
    DTL,PARTYCONTACTDTL,PARTYTDSDTL,PARTYTDSEXCLUDEDTL,PARTYCURRENCYDTL;
    Export: Release 10.1.0.2.0 - Production on Fri Dec 21 14:30:21 2012
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Release 10.1.0.2.0 - Production
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    About to export specified tables via Conventional Path ...
    . . exporting table PARTYHDR 19387 rows exported
    . . exporting table PARTYADDRESSDTL 20747 rows exported
    . . exporting table PARTYCONTACTDTL 226 rows exported
    . . exporting table PARTYTDSDTL 53 rows exported
    . . exporting table PARTYTDSEXCLUDEDTL 2 rows exported
    EXP-00011: DUSER.PARTYCURRENCYDTL; does not exist
    Export terminated successfully with warnings.
    as i check in schema partycurrencydtl table is their AND SHOWING RECORDS ALSO.
    SELECT OBJECT_TYPE FROM ALL_OBJECTS WHERE OWNER='DUSER'AND OBJECT_NAME='PARTYCURRENCYDTL';
    OBJECT_TYPE
    TABLE
    i am able understand why this particualr table is not exporting.
    Kindly help out.

    Dear hitqon,
    i am facing the below problem in export only,but their is no problem in import.
    Tablespace Details
    FILE-NAME TABLESPACE_NAME BYTES BLOCKS
    D:\ORACLE\PRODUCT\10.1.0\ORADATA\ORCL\AXPERT.DBF AXPERT 8589934592 1048576
    Version:
    WE ARE USING version
    Oracle Database 10g Release 10.1.0.2.0 - Production
    PL/SQL Release 10.1.0.2.0 - Production
    CORE     10.1.0.2.0     Production
    TNS for 32-bit Windows: Version 10.1.0.2.0 - Production
    NLSRTL Version 10.1.0.2.0 - Production
    D:\>EXP CENTRAL/LOG@ORCL FILE=20121217CENTRAL0857AMFROMSERVER237.DMP
    Export: Release 10.1.0.2.0 - Production on Mon Dec 17 08:57:47 2012
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Release 10.1.0.2.0 - Production
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    About to export specified users ...
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user CENTRAL
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user CENTRAL
    About to export CENTRAL's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    EXP-00056: ORACLE error 24324 encountered
    ORA-24324: service handle not initialized
    EXP-00056: ORACLE error 24324 encountered
    ORA-24324: service handle not initialized
    EXP-00000: Export terminated unsuccessfully
    Only export will be successfully,when we restarted the oracle services. How to over come this issue with out restarting the oracle services.
    Edited by: leen on Dec 28, 2012 12:43 AM

  • Error in 9i user export through 10g...

    As i am Exporting 9iR2 Database user through 10g its giving me following error
    EXP-00056: ORACLE error 6550 encountered
    ORA-06550: line 1, column 41:
    PLS-00302: component 'SET_NO_OUTLINES' must be declared
    ORA-06550: line 1, column 15:
    PL/SQL: Statement ignored
    EXP-00000: Export terminated unsuccessfully
    is their version compatibility problem?
    Thanks
    Sohil

    is their version compatibility problem?If following is the case, then yes.
    Are you using 10g client to export data from 9i database?
    It would be a good idea to take export from 9i database using 9i client or from the database server itself.
    That way you are sure that the dump would get imported on a higher version database.

  • 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

  • Import Dump Error from 10g to 11G Database

    Hi
    We are installing dump from 10g DB to 11g DB. We have received dump file in tape and trying to import with imp command.
    imp system/sys@test11g file=/dev/st0 full=y  fromuser=x touser=x
    However, it gives error "IMP-00037: Character set marker unknown". Please advice on it also let us know things to take care while installing 10g dump into 11g DB.
    Thanks in advance.

    Hi All
    We have checked with client and have export log , dump was exported with expdp command. Client had sent dump in tap drive. So, we have tried with impdp command
    impdp system/sys@test11g SCHEMAS=test DIRECTORY=data_pump_dir LOGFILE=schemas.log
    I have following questions ->
    1) With impdp it is always require to have oracle directory object to point dump file?
    2) Can i create oracle direcotry with tap device path i.e /dev/st01
    For now, i have created oracle direcotry with tap device path. However above command is giving error  as below :
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE", line 536
    ORA-29283: invalid file operation
    Please let me know how to do import dump with impdp command with exported file in tap drive.
    Thanks in advance

  • Is it possible to export from oracle10g to 8i

    is it possible to export from oracle10g to 8i
    i am trying to do this but reciving error in header

    Yes, But You have to use exp/imp utility instead of expdp/impdp.You have to also take care about charset conversion.If 10g using heigher characterset then 8 ,then conversion not possible and imp will terminated.
    Hope this will help you.
    Regards
    Tinku

  • Good morning, i would like to know how to take pictures from iphoto and put them in a folder on desktop

    Good morning: would like to know how to take pictures from my iphoto and put them in a folder on my desktop

    To take photos from iPhoto and put them onto a folder on Desktop, first create a folder on Desktop. Right-click on Desktop and create a new folder.
    Then, open iPhoto, and you have two ways to export photos:
    1. Select the photos you want to copy to Desktop with Command key (or go to Edit menu > Select All, if you want to copy all photos), and then, drag them to the folder on Desktop.
    2. Select the photos you want to copy to Desktop with Command key, go to File menu > Export, and follow the steps.
    You can choose the one you prefer

Maybe you are looking for