.dmp file import

Hi this is kamesh,
I received one dump file(.dmp) from the client(UK) at the time of export that file they were used Oraacle 8.1.7 Version.That file in ASCII mode.
How can i import that .dmp file in Oracle 10.2 Version.
At the time of Export the data they were used following Charactersets:
Exoport client uses US7ASCII character set
Export server uses WE8ISO8859P1 NCHAR character set
At our end We have the following character set:
NLS_CHARACTERSET is WE8ISO8859P1
NLS_NCHAR_CHARACTERSET is AL16UTF16
please send me the solution as earely as possible
With Reg,
Kamesh.

impdp system/manager@orcl file=file name(.dmp) full=y show=y log=show.logimpdp ? Is it a typo ? If not, then you can't use impdp to import an 8.1.7 export file, you have to use imp command.
To set NLS_LANG environment variable you can do :
SYS@db102 SQL> select * from nls_database_parameters
  2  where parameter in ('NLS_LANGUAGE', 'NLS_TERRITORY', 'NLS_CHARACTERSET');
PARAMETER                      VALUE
NLS_LANGUAGE                   AMERICAN
NLS_TERRITORY                  AMERICA
NLS_CHARACTERSET               WE8ISO8859P15
SYS@db102 SQL>                                                                   then, at OS level, before importing
$ export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P15
change values with yours.

Similar Messages

  • .DMP File Import Troubles.

    I am trying to import a .DMP file from Oracle 9i (see below) using the Oracle Database Homepage (Oracle 10g Express Edition) and I received the following, error message:
    "Your export file is not supported."
    So, I believe the problem to be with the charset that is being used to export. Does this make any sense? I really need to get this database imported. Any help is greatly appreciated.
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.5.0 - Production With the Partitioning option JServer Release 9.2.0.5.0 - Production Enter array fetch buffer size: 4096 > 40960 Export file: USERS:[XXXX]EXPDAT.DMP > DOUG_EXPORT.DMP (2)U(sers), or (3)T(ables): (2)U > 3 Export table data (yes/no): yes > Compress extents (yes/no): yes > no Export done in US7ASCII character set and AL16UTF16 NCHAR character set server uses WE8ISO8859P1 character set (possible charset conversion)

    Hi
    Read this document, it can helps you. You should use exp 9.2 to import into 10g.
    Compatibility Matrix for Export & Import Between Different Oracle Versions
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=132904.1
    Which EXPORT utility to use when importing into an Oracle8
              or a higher database release
              (always use IMPORT utility of the target database):
    -------------------------------------------------------------------------+
    |  EXPORT   |                         IMPORT into:                         |
    |   from    --------------------------------------------------------
    |    \/     |  8.1.5 |  8.1.6 |  8.1.7 |  9.0.1 |  9.2.0 | 10.1.0 | 10.2.0 |
    -------------------------------------------------------------------+
    |  5.x 1) 2)| EXP5x  | EXP5x  | EXP5x  | EXP5x  | EXP5x  | EXP5x  | EXP5x  |
    |  6.x    2)| EXP6x  | EXP6x  | EXP6x  | EXP6x  | EXP6x  | EXP6x  | EXP6x  |
    |  7.x    3)| EXP7x  | EXP7x  | EXP7x  | EXP7x  | EXP7x  | EXP7x  | EXP7x  |
    -------------------------------------------------------------------+
    |  8.0.3    | EXP803 | EXP803 | EXP803 | EXP803 | EXP803 | EXP803 | EXP803 |
    |  8.0.4    | EXP804 | EXP804 | EXP804 | EXP804 | EXP804 | EXP804 | EXP804 |
    |  8.0.5    | EXP805 | EXP805 | EXP805 | EXP805 | EXP805 | EXP805 | EXP805 |
    |  8.0.6    | EXP806 | EXP806 | EXP806 | EXP806 | EXP806 | EXP806 | EXP806 |
    -------------------------------------------------------------------+
    |  8.1.5    | EXP815 | EXP815 | EXP815 | EXP815 | EXP815 | EXP815 | EXP815 |
    |  8.1.6    | EXP815 | EXP816 | EXP816 | EXP816 | EXP816 | EXP816 | EXP816 |
    |  8.1.7    | EXP815 | EXP816 | EXP817 | EXP817 | EXP817 | EXP817 | EXP817 |
    -------------------------------------------------------------------+
    |  9.0.1    |   N/S  | EXP816 | EXP817 | EXP901 | EXP901 | EXP901 | EXP901 |
    |  9.2.0    |   N/S  |   N/S  | EXP817 | EXP901 | EXP920 | EXP920 | EXP920 |
    -------------------------------------------------------------------+
    | 10.1.0  4)|  Not Supported  | EXP817 | EXP901 | EXP920 |    4)  |    4)  |
    | 10.2.0  4)|  Not Supported  | EXP817 | EXP901 | EXP920 |    4)  |    4)  |
    -------------------------------------------------------------------+Bye, Aron

  • Dmp file import error

    Hi
    My Oracle version is , oracle 9i , i wanted to import a dump file which has taken by same version of oracle.when i executed the imp command for that dump file , i'm getting following error message.
    Export file created by EXPORT:V09.02.00 via conventional path
    import done in UTF8 character set and UTF8 NCHAR character set
    import server uses AL32UTF8 character set (possible charset conversion)
    export client uses US7ASCII character set (possible charset conversion)
    export server uses AL16UTF16 NCHAR character set (possible ncharset conversion)
    IMP-00017: following statement failed with ORACLE error 4068:
    "BEGIN "
    "sys.dbms_logrep_imp.instantiate_schema(schema_name=>'Hotels', export_db_na"
    "me=>'Hotels.US.ORACLE.COM', inst_scn=>'1363425837');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 4068 encountered
    ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "SYS.DBMS_LOGREP_UTIL" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at "SYS.DBMS_LOGREP_IMP", line 271
    How can i solve this ? can some body help me plz ?
    Thank you
    Luke
    Edited by: user2975888 on Jul 10, 2009 7:36 AM

    Hi
    Sorry for delayed reply with results.
    SQL> select count(*) from dba_objects where status like '%INVALID%';
    COUNT(*)
    29
    OWNER OBJECT_NAME OBJECT_TYPE
    SYS DBA_LOGSTDBY_LOG VIEW
    SYS DBA_LOGSTDBY_PROGRESS VIEW
    SYS DBMS_ASYNCRPC_PUSH PACKAGE BODY
    SYS DBMS_CAPTURE_ADM_INTERNAL PACKAGE BODY
    SYS DBMS_CAPTURE_PROCESS PACKAGE BODY
    SYS DBMS_DEFER_QUERY PACKAGE BODY
    SYS DBMS_DEFER_SYS PACKAGE BODY
    SYS DBMS_DEFER_SYS_PART1 PACKAGE BODY
    SYS DBMS_INTERNAL_LOGSTDBY PACKAGE BODY
    SYS DBMS_LOGMNR_D PACKAGE BODY
    SYS DBMS_LOGMNR_FFVTOLOGMNRT PROCEDURE
    SYS DBMS_LOGMNR_INTERNAL PACKAGE BODY
    SYS DBMS_LOGMNR_LOGREP_DICT PACKAGE BODY
    SYS DBMS_LOGMNR_OCTOLOGMNRT PROCEDURE
    SYS DBMS_LOGMNR_SESSION PACKAGE BODY
    SYS DBMS_LOGREP_UTIL PACKAGE BODY
    SYS DBMS_LOGSTDBY PACKAGE BODY
    SYS DBMS_REPCAT_MAS PACKAGE BODY
    SYS DBMS_REPCAT_SNA_UTL PACKAGE BODY
    SYS DBMS_REPCAT_UTL PACKAGE BODY
    SYS DBMS_SNAPSHOT PACKAGE BODY
    SYS DBMS_STREAMS_ADM_UTL PACKAGE BODY
    SYS LOGMNR_DICT_CACHE PACKAGE BODY
    SYS LOGMNR_GTLO3 PROCEDURE
    SYS LOGMNR_KRVRDA_TEST_APPLY PROCEDURE
    SYS LOGMNR_KRVRDLUID3 PROCEDURE
    SYS LOGMNR_KRVRDREPDICT3 PROCEDURE
    GATEWAY AB_TRIGGER TRIGGER
    GATEWAY APPLETINFO_TRIGGER TRIGGER
    29 rows selected
    This is the error  i'm getting when i'm importing the dmp file .
    Import: Release 9.2.0.7.0 - Production on Sat Jul 11 18:48:37 2009
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.7.0 - Production
    With the Partitioning option
    JServer Release 9.2.0.7.0 - Production
    Export file created by EXPORT:V09.02.00 via conventional path
    import done in UTF8 character set and UTF8 NCHAR character set
    import server uses AL32UTF8 character set (possible charset conversion)
    export client uses US7ASCII character set (possible charset conversion)
    export server uses AL16UTF16 NCHAR character set (possible ncharset conversion)
    IMP-00017: following statement failed with ORACLE error 4068:
    "BEGIN "
    "sys.dbms_logrep_imp.instantiate_schema(schema_name=>'GATEWAY', export_db_na"
    "me=>'GATEWAY.US.ORACLE.COM', inst_scn=>'1363425837');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 4068 encountered
    ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "SYS.DBMS_LOGREP_UTIL" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at "SYS.DBMS_LOGREP_IMP", line 271
    ORA-06512: at line 2
    Thanks
    Luke

  • Designer 9i dmp file import error to Designer 10g

    I have installed Designer 9i R2 and Designer 10g on two separated Windows XP.
    I exported a dmp file of an application system from Designer 9i R2. I copied the dmp file to the other Windows XP.
    I imported the dmp file to Designer 10g and the following errors appear:
    RME-02105: Oracle error occurred
    ORA-01986: OPTIMIZER_GOAL is obsolete
    Does any one know how to resolve this problem?

    Hi,
    This issue has been reported with Designer Releases prior to 9.0.4.4 against 10g database.
    Please upgrade to the latest Designer Release 9.0.4.5 the import will work fine.
    HTH,
    Wilson.

  • Oracle DMP file import Error

    Dear all,
    i have file of file.dmp and want to import to my database on oracle, here i have user but when i am importing my file i get the bellow error
    imp file=file.dat  touser=user_one log=logfile.LOG data_only=Y
    no i get the eror of :
    IMP-00037: Character set marker unknown
    IMP-00000: Import terminated unsuccessfully
    i have my user and my user heve the rights of ...
    PRIVILEGE
    CREATE CLUSTER
    CREATE INDEXTYPE
    CREATE MATERIALIZED VIEW
    CREATE OPERATOR
    CREATE PROCEDURE
    CREATE SEQUENCE
    CREATE SESSION
    CREATE SYNONYM
    CREATE TABLE
    CREATE TRIGGER
    CREATE TYPE
    Where i have done mistak on my importing proccess
    regards

    HI,
    Did you transfer the file in binary mode?
    /*(IMP-00037: Character set marker unknown
    *Cause: The export file is corrupted.
    *Action: Try to obtain an uncorrupted version of the export file.
      If the export file is not corrupted, report this as an Import
      internal error and submit the export file to customer support.*/
    Or please check link: Oracle Tution and Other Stuff: Error - IMP-00037: Character set marker unknown / IMP-00000: Import terminated unsuccessf…
    forms: https://forums.oracle.com/message/734478
    Thank you

  • How can i import a dmp file.

    Hi
    i am uzma. i m using oracle 8i. i m facing a big
    problem in import/ export utitlity.
    Description of my problem
    i created 4 users and grant them dba role.
    now i want to export only one user named DBC that user is very
    important and contains 7 tables and 25,000 records.
    when i start exporting user dbc it export all the user eg
    system, sysdba, scott, dbc, uzma, other....
    and i received this message that export terminated successfully.
    but when i import abc.dmp file in another computer i recevied
    such type of messages.
    * unrecongnized Export file or these obecject are already exsist.
    sholud i drop all users except system, scott, dbc
    what should i do plz help me in this regard and tell me the
    right way to export and import.
    with lots of regards
    a helpless user

    if you run export as a user with DBA privs, you can export only specific users that you need:
    Export file: EXPDAT.DMP >
    (1)E(ntire database), (2)U(sers), or (3)T(ables): (2)U > U
    Export grants (yes/no): yes >
    Export table data (yes/no): yes >
    Compress extents (yes/no): yes >
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    server uses AL32UTF8 character set (possible charset conversion)
    About to export specified users ...
    User to be exported: (RETURN to quit) > scott
    User to be exported: (RETURN to quit) >
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user SCOTT
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user SCOTT
    About to export SCOTT's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    . about to export SCOTT's tables via Conventional Path ...
    . . exporting table                          BONUS          0 rows exported
    EXP-00091: Exporting questionable statistics.
    . . exporting table                           DEPT          4 rows exported
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . . exporting table                            EMP         14 rows exported
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . . exporting table                       SALGRADE          5 rows exported
    EXP-00091: Exporting questionable statistics.
    . exporting synonyms
    . exporting views
    . exporting stored procedures
    . exporting operators
    . exporting referential integrity constraints
    . exporting triggers
    . exporting indextypes
    . exporting bitmap, functional and extensible indexes
    . exporting posttables actions
    . exporting materialized views
    . exporting snapshot logs
    . exporting job queues
    . exporting refresh groups and children
    . exporting dimensions
    . exporting post-schema procedural objects and actions
    . exporting statistics
    Export terminated successfully with warnings.
    F:\>When you want to import to other database, have that user created already with correct privs, and then do the import:
    Import file: EXPDAT.DMP >
    Enter insert buffer size (minimum is 8192) 30720>
    Export file created by EXPORT:V10.02.01 via conventional path
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    import server uses AL32UTF8 character set (possible charset conversion)
    List contents of import file only (yes/no): no >
    Ignore create error due to object existence (yes/no): no >
    Import grants (yes/no): yes >
    Import table data (yes/no): yes >
    Import entire export file (yes/no): no >
    Username: scott
    Enter table(T) or partition(T:P) names. Null list means all tables for user
    Enter table(T) or partition(T:P) name or . if done:
    . importing SYS's objects into SYS
    . importing SCOTT's objects into SCOTT
    . . importing table                        "BONUS"          0 rows imported
    . . importing table                         "DEPT"          4 rows imported
    . . importing table                          "EMP"         14 rows imported
    . . importing table                     "SALGRADE"          5 rows imported
    About to enable constraints...
    Import terminated successfully without warnings.
    F:\>Message was edited by:
    Kamal Kishore

  • Error while trying to import .dmp file in oracle

    Hi,
    I am trying to import a .dmp file using impdp command. Whenever I try that I get following error logs:
    Import: Release 10.2.0.1.0 - Production on Wednesday, 27 July, 2011 19:22:18
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    Master table "SYSTEM"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "SYSTEM"."SYS_IMPORT_FULL_01": system/******** DUMPFILE=HIST_IR_APR_2011.dmp
    Processing object type TABLE_EXPORT/TABLE/TABLE
    ORA-39083: Object type TABLE failed to create with error:
    ORA-00439: feature not enabled: Partitioning
    Failing sql is:
    CREATE TABLE "DBO"."HIST_IR" ("IR_ID" NUMBER(9,0), "ELS_ID1" NUMBER(9,0), "ELS_ID2" NUMBER(9,0), "ZONE_ID" NUMBER(2,0) NOT NULL ENABLE, "TYPE" NUMBER(2,0) NOT NULL ENABLE, "START_TIME" DATE NOT NULL ENABLE, "END_TIME" DATE NOT NULL ENABLE, "ROAD_NAME" VARCHAR2(50) NOT NULL ENABLE, "UP_POINT" NUMBER(4,2), "DN_POINT" NUMBER(4,2), "UP_LINK_ID" NUMBER(9,0) NOT NULL ENABLE, "DN_LINK_ID" NUMBER
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    Processing object type TABLE_EXPORT/TABLE/GRANT/OWNER_GRANT/OBJECT_GRANT
    ORA-39112: Dependent object type OBJECT_GRANT:"DBO" skipped, base object type TABLE:"DBO"."HIST_IR" creation failed
    ORA-39112: Dependent object type OBJECT_GRANT:"DBO" skipped, base object type TABLE:"DBO"."HIST_IR" creation failed
    ORA-39112: Dependent object type OBJECT_GRANT:"DBO" skipped, base object type TABLE:"DBO"."HIST_IR" creation failed
    Processing object type TABLE_EXPORT/TABLE/INDEX/INDEX
    ORA-39112: Dependent object type INDEX:"DBO"."INDX_HIST_IR_LOC_TYPE" skipped, base object type TABLE:"DBO"."HIST_IR" creation failed
    ORA-39112: Dependent object type INDEX:"DBO"."INDX_HIST_IR_ROAD_NAME" skipped, base object type TABLE:"DBO"."HIST_IR" creation failed
    ORA-39112: Dependent object type INDEX:"DBO"."INDX_HIST_IR_ELS_ID1" skipped, base object type TABLE:"DBO"."HIST_IR" creation failed
    ORA-39112: Dependent object type INDEX:"DBO"."PK_HIST_IR" skipped, base object type TABLE:"DBO"."HIST_IR" creation failed
    ORA-39112: Dependent object type INDEX:"DBO"."INDX_HIST_IR_START_TIME" skipped, base object type TABLE:"DBO"."HIST_IR" creation failed
    Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    ORA-39112: Dependent object type CONSTRAINT:"DBO"."PK_HIST_IR" skipped, base object type TABLE:"DBO"."HIST_IR" creation failed
    Job "SYSTEM"."SYS_IMPORT_FULL_01" completed with 10 error(s) at 19:22:21
    Any idea how to get rid of the errors ?
    BR///
    Tayyab

    I also tried to open the .dmp file using Oracle 11g Enterprise Edition but kept getting following errors:
    Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Master table "SYSTEM"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "SYSTEM"."SYS_IMPORT_FULL_01": system/******** dumpfile=HIST_IR_APR_2011.dmp
    Processing object type TABLE_EXPORT/TABLE/TABLE
    ORA-39083: Object type TABLE failed to create with error:
    ORA-01918: user 'DBO' does not exist

  • How do you import data base dmp file in oracle 10g

    How do you run data base dmp file in oracle 10g

    Examples..
    Table Exports/Imports
    The TABLES parameter is used to specify the tables that are to be exported. The following is an example of the table export and import syntax:
    expdp scott/tiger@db10g tables=EMP,DEPT directory=TEST_DIR dumpfile=EMP_DEPT.dmp logfile=expdpEMP_DEPT.log
    impdp scott/tiger@db10g tables=EMP,DEPT directory=TEST_DIR dumpfile=EMP_DEPT.dmp logfile=impdpEMP_DEPT.log
    For example output files see expdpEMP_DEPT.log and impdpEMP_DEPT.log.
    The TABLE_EXISTS_ACTION=APPEND parameter allows data to be imported into existing tables.
    Schema Exports/Imports
    The OWNER parameter of exp has been replaced by the SCHEMAS parameter which is used to specify the schemas to be exported. The following is an example of the schema export and import syntax:
    expdp scott/tiger@db10g schemas=SCOTT directory=TEST_DIR dumpfile=SCOTT.dmp logfile=expdpSCOTT.log
    impdp scott/tiger@db10g schemas=SCOTT directory=TEST_DIR dumpfile=SCOTT.dmp logfile=impdpSCOTT.log
    For example output files see expdpSCOTT.log and impdpSCOTT.log.
    Database Exports/Imports
    The FULL parameter indicates that a complete database export is required. The following is an example of the full database export and import syntax:
    expdp system/password@db10g full=Y directory=TEST_DIR dumpfile=DB10G.dmp logfile=expdpDB10G.log
    impdp system/password@db10g full=Y directory=TEST_DIR dumpfile=DB10G.dmp logfile=impdpDB10G.log

  • Import DMP file into Oracle 8.1.5 on Windows 2000

    How to import DMP file into Oracle 8.1.5 database on Windows 2000 ?
    Please mention a coding example
    Thanks,
    Vivek Gupta

    Import has a lot of options, so it depends on what you want to do.
    C:\> imp help=y
    will show you all possible options. An example of full import :
    C:\> imp <username>/<password>@<TNS alias> file=<DMP file> full=y log=<LOG file>
    Message was edited by:
    Paul M.
    ...and there is always [url http://download-uk.oracle.com/docs/cd/F49540_01/DOC/index.htm]The documentation

  • Import data in dmp-files

    Hello,
    i have some problems with the import of data in dmp-files. As a reference i have the book "pro oracle spatial" and there i try to do the sample in chapter 11 and view the sample-data with mapviewer. i have downloaded the demodata on harddisc, created the user "spatial2" (i have already a user spatial) and now i can't get further. i have never imported data with this command (imp ...). where do i have do save the dump-files? and where are the dump-files that are listed in the book? i am really a little bit confused. maybe somebody can help. i have oracle database 10.1.0.3 on a sles9.
    with kind regards
    katrin

    Katrin,
    Go to the directory where you've downloaded the dump files.
    Assuming you have a user called spatial2 with password spatial2, and your dumpfile is foo.dmp, something like this would work:
    imp spatial2/spatial2 file=foo.dmp full=y
    See the oracle utilities guide for more information about import/export.

  • Problem in importing from dmp file

    Hi ,
    I am facing problem while importing from dmp file on unix server
    Error is as follows :
    Export file created by EXPORT:V08.01.07 via conventional path
    IMP-00013: only a DBA can import a file exported by another DBA
    IMP-00000: Import terminated unsuccessfully
    Export taken was with user xxx@yyy
    import command is : imp xxx/ppp file=abc.dmp TABLES=xxx.table1 ignore=y feedback=500
    please help me out.
    Atul Chougule

    I tried with FROM USER / TO USER , but the result is same.
    $ imp uuu/ppp file=aaa.dmp fromuser=uuu touser=uuu ignore=Y
    Import: Release 8.1.7.3.0 - Production on Thu Jun 15 06:44:49 2006
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    Connected to: Oracle8i Enterprise Edition Release 8.1.7.3.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.3.0 - Production
    Export file created by EXPORT:V08.01.07 via conventional path
    IMP-00013: only a DBA can import a file exported by another DBA
    IMP-00000: Import terminated unsuccessfully
    I am stucked up ,Dont know what to do .

  • Error when import dmp file

    Hi,
    I try to do imp dmp file in oracle 10g xe.
    the export done was done on oracle 9i but when i do import in oracle 10g it comes with this error msg:
    Export file created by EXPORT:V09.02.00 via direct path
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    import server uses AL32UTF8 character set (possible charset conversion)
    export client uses US7ASCII character set (possible charset conversion)
    IMP-00031: Must specify FULL=Y or provide FROMUSER/TOUSER or TABLES arguments
    IMP-00000: Import terminated unsuccessfully
    Is it dmp file was done using ascii rather than binary mode?
    Do I have to migrate the character set from US7ASCII to WE8MSWIN1252? or any other idea?
    Thanks.

    Hi,
    IMP-00031: Must specify FULL=Y or provide FROMUSER/TOUSER or TABLES arguments
    IMP-00000: Import terminated unsuccessfullyIn your import command: imp you need to use full=y if you want to importa all in the new DB or fromuser=x touser=x to import schema by schame or use tables=...
    Cheers,
    Francisco Munoz Alvarez
    http://www.oraclenz.com

  • Import Data from DMP file

    I export data and create a DMP file on daily basis
    I import data from this DMP to an other computer but some data import duplicate records.
    I want to aviod duplicate records
    what should I do

    You receive duplicate errors when some unique key in the record (probably but not necessarily the primary key) already exists with a value that duplicates a value already in the database. You have at least 3 options.
    1) Ignore the errors. You will get lots of errors and the duplicates will not be imported.
    2) Delete all records from the tables before you do the import. Old data will be lost, but you will get no errors.
    3) Use fromuser= and touser= to put the data into a different schema then use a merge to update the table data.
    By the way this is not the correct forum for this question.

  • Import .dmp file

    Good Afternoon,
    I need to import a .dmp file. Could someone please give me a brief step-by-step procedure that I can work with to get started with this task. Also, where might I find information regarding this so that I'll have the guidance to do this on my own. I have recently begun to dive into 10g administration.
    Thanks for the help

    check oracle doc,
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/toc.htm
    find out if this is original export dump or data pump dump.

  • Import a 10g DMP file into a 9.2.0.5 instance

    Is it possible to import a 10g DMP file into a 9.2.0.5 instance? Thanks
    in advance for your thoughts.

    No, do NOT run the catexp.sql from 9i in your 10g db! That was only a valid method with Oracle 6/7 and Oracle 7/8!
    Just use the Oracle 9.2 version of exp to create the dumpfile from the 10g database. You can use SQL*Net to connect to the 10g db from your 9.2 server connecting like system/manager@tnsname. Then use 9.2 imp to import the dumpfile into your 9.2 db.
    If you have access to Metalink please refer to the following note for full details on compatibility between Oracle releases for exp/imp: 132904.1

Maybe you are looking for

  • Freeze loses audiobook license on zen v p

    my zen v + freezes a lot. when it does, it loses the netlibrary audiobook license for the books i have downloaded. no problems on playback until it freezes. books are still there, but no license. have twice replaced the firmware with the latest. stil

  • How to make cursor lines appear in saved file

    I have a graph that has 3 cursor lines.  They are visible on the graph. When saving the graph to a file (.png or .jpg) the graph waveform is visible, but the cursor lines are not. The image data does not contain the cursor lines.  How do I include th

  • How can i load a applet in a jsp page

    hi , i am chiranjit , i am working in a jsp project . i want to load a applet in a jsp page.previously i had tried this one through <jsp:plugin> but when it goes in cross platform this page unable to load the applet from the serverside. if have any s

  • Attaching Target Groups in the Webshop admin in R3/CRM scenario

    Hi Gurus, I am trying to attach Target Group in the marketing tab in the webshop admin. We have R/3 and CRM in landscape. I have created a target group in CRM Backend. Now when i go to webshop admin and try to assign this target group in the Marketin

  • Problems with body email using Email Event Generator

    Hi I need to start a workflow when an email is received by a email account. In order to do that, I built a Email Event Generator that uses the next channel: <?xml version="1.0"?> <channels xmlns="http://www.bea.com/wli/broker/channelfile"           c