Oracle dmp file to import

hi,
I have a dmp file from another team. export log for that dmp file was deleted accidently.
now i am planning to import the dmp file. but we don't know the (fromuser) to start import.
Is their any way to get those details from dmp file ?

hi,
I have a dmp file from another team. export log for
that dmp file was deleted accidently.
now i am planning to import the dmp file. but we
don't know the (fromuser) to start import.
Is their any way to get those details from dmp file ?Hi,
You can run the import as another (DBA) user with the SHOW=Y option. This will show you the contents of the export without actually importing. You'll see the schema that was exported in the output (if you use LOG=<file> in the import command it'll be easier to go back and see the output):
[ora10g@oel51 ~]$ imp file=/tmp/jjc1.dmp log=/tmp/imp.log show=yes full=y
Import: Release 10.2.0.3.0 - Production on Mon Jan 21 23:07:16 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Username: system
Password:
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
With the Partitioning, OLAP and Data Mining options
Export file created by EXPORT:V10.02.01 via conventional path
Warning: [b]the objects were exported by JJC1, not by you
import done in US7ASCII character set and AL16UTF16 NCHAR character set
import server uses WE8ISO8859P1 character set (possible charset conversion)
. [b]importing JJC1's objects into SYSTEM
"BEGIN "
Regards,
Joseph

Similar Messages

  • How to import Oracle .dmp file

    Hi !
    1. I want to import oracle .dmp file in to mySql database.
    2. How it is possible.
    3. I am using oracle 10g database.
    Plz help me.
    Thanks in advance.
    Regards.

    Thanks for your kind reply.
    o.k leave mysql database.
    Just tell me how we can take text/flat file from Oracle tables throgh SQL * Plus environment using select command or other way.
    e.g. select * from emp;
    and then i make selection to all rows and press cont+c and save in notepad as text file.
    But some time with thousand records i can not make selection.
    Plz help me, the poper way to do this.
    Regards!

  • How to convert Oracle *.dmp files into something that SQL can read ?

    Is there a method I can use to convert Oracle *.dmp files into .txt files? .xls files or something??
    Any and all suggestions appreciated!
    Thanks,

    Hi
    you can't convert your .dmp file into text or xls file though you can see the contents of your .dmp file using parameter SHOW=Y in your import command. It will just show the contents of .dmp file and will not import the objects.
    Regards
    Ilyas
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by ():
    Is there a method I can use to convert Oracle *.dmp files into .txt files? .xls files or something??
    Any and all suggestions appreciated!
    Thanks,<HR></BLOCKQUOTE>
    null

  • Oracle .DMP file Which version

    Hi,
    Is there any way to find out which oracle version(oracle 10g or 9i) a .DMP file belongs to???
    Regards,
    Nagarjun.

    C:\>imp system/oracle show=y full=y
    Import: Release 10.1.0.2.0 - Production on Wed Sep 20 12:37:48 2006
    Copyright (c) 1982, 2004, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Produc
    tion
    With the Partitioning, OLAP and Data Mining options
    Export file created by EXPORT:V10.01.00 via direct path
    ...Message was edited by:
    user52

  • Oracle dmp file

    Hi I have a set of data in a dmp file. How can I import that into a oracle 11G enterprise server that is remote.
    I do not have admin access to the server but my account does have privileges to create delete and update tables.

    You can import it using import utility.
    You can get parameter using
    imp help=y
    Import: Release 10.2.0.1.0 - Production on Fri Aug 20 14:51:50 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    You can let Import prompt you for parameters by entering the IMP
    command followed by your username/password:
    Example: IMP SCOTT/TIGER
    Or, you can control how Import runs by entering the IMP command followed
    by various arguments. To specify parameters, you use keywords:
    Format: IMP KEYWORD=value or KEYWORD=(value1,value2,...,valueN)
    Example: IMP SCOTT/TIGER IGNORE=Y TABLES=(EMP,DEPT) FULL=N
    or TABLES=(T1:P1,T1:P2), if T1 is partitioned table
    USERID must be the first parameter on the command line.
    Keyword Description (Default) Keyword Description (Default)
    USERID username/password FULL import entire file (N)
    BUFFER size of data buffer FROMUSER list of owner usernames
    FILE input files (EXPDAT.DMP) TOUSER list of usernames
    SHOW just list file contents (N) TABLES list of table names
    IGNORE ignore create errors (N) RECORDLENGTH length of IO record
    GRANTS import grants (Y) INCTYPE incremental import type
    INDEXES import indexes (Y) COMMIT commit array insert (N)
    ROWS import data rows (Y) PARFILE parameter filename
    LOG log file of screen output CONSTRAINTS import constraints (Y)
    DESTROY overwrite tablespace data file (N)
    INDEXFILE write table/index info to specified file
    SKIP_UNUSABLE_INDEXES skip maintenance of unusable indexes (N)
    FEEDBACK display progress every x rows(0)
    TOID_NOVALIDATE skip validation of specified type ids
    FILESIZE maximum size of each dump file
    STATISTICS import precomputed statistics (always)
    RESUMABLE suspend when a space related error is encountered(N)
    RESUMABLE_NAME text string used to identify resumable statement
    RESUMABLE_TIMEOUT wait time for RESUMABLE
    COMPILE compile procedures, packages, and functions (Y)
    STREAMS_CONFIGURATION import streams general metadata (Y)
    STREAMS_INSTANTIATION import streams instantiation metadata (N)
    The following keywords only apply to transportable tablespaces
    TRANSPORT_TABLESPACE import transportable tablespace metadata (N)
    TABLESPACES tablespaces to be transported into database
    DATAFILES datafiles to be transported into database
    TTS_OWNERS users that own data in the transportable tablespace set
    Import terminated successfully without warnings.
    Regards
    Rajesh

  • 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

  • Oracle dmp files

    Hi guys,
    Is there any way of finding out the total number of/last file(s) for an oracle dump set?
    I have received a number of dump files and I do not know if it is a complete set.
    Thanks.
    Edited by: 903078 on Dec 18, 2011 6:49 PM

    903078 wrote:
    Hi guys,
    Is there any way of finding out the total number of/last file(s) for an oracle dump set?
    I have received a number of dump files and I do not know if it is a complete set.
    No, I don't think that there is any such way. But since you have received the files from some source, you can always ask them right?
    Aman....

  • 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

  • Can export OE to dmp file but cannot import OE to another User

    I login Oracle as SYS
    SQL> alter user oe account unlock;
    SQL> alter user oe identified by oe;
    SQL> create user myoe identified by myoe;
    SQL> grant connect,resource to myoe;
    SQL> connect myoe/myoe@ora9i
    I can export OE schema from OE to an Oracle dmp file called “C:\oe.dmp”
    In DOS Prompt, type the following:
    C:\>exp oe/oe@ora9i file='c:\oe.dmp'
    But import error when I type the following
    C:\>imp myoe/myoe@ora9i file=’c:\oe.dmp’ full=Y
    ORACLE error 2304 encountered
    Can any one help me?

    1. I export OE again using
    C:\>c:\oracle\ora92\bin\exp system/ora9i_manager@ora9i file='c:\oe.dmp' log='c:\oe.log' buffer=50000000 OWNER=OE CONSISTENT=Y
    2. I create a new user called "myoe"
    create user myoe identified by myoe
    default tablespace example
    temporary tablespace temp;
    grant connect,resource,dba to myoe;
    grant execute on sys.dbms_stats to myoe;
    grant create snapshot,unlimited tablespace,query rewrite to myoe;
    grant references on hr.countries to myoe;
    grant references on hr.employees to myoe;
    grant references on hr.locations to myoe;
    3. I import the dmp file using:
    C:\>c:\oracle\ora92\bin\imp system/ora9i_manager@ora9i file='c:\oe.dmp' log='c:\oe.log' buffer=50000000 fromuser=OE touser=MYOE
    4. The error log shows:
    Export file created by EXPORT:V09.02.00 via conventional path
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    . importing OE's objects into MYOE
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "PHONE_LIST_TYP" TIMESTAMP '2002-05-12:18:02:39' OID '82A4AF6A4"
    "CD2656DE034080020E0EE3D' "
    " AS VARRAY(5) OF VARCHAR2(25);"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "WAREHOUSE_TYP" TIMESTAMP '2002-05-12:18:06:56' OID '82A4AF6A4C"
    "D3656DE034080020E0EE3D' "
    " AS OBJECT"
    " ( warehouse_id NUMBER(3)"
    " , warehouse_name VARCHAR2(35)"
    " , location_id NUMBER(4)"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "INVENTORY_TYP" TIMESTAMP '2002-05-12:18:06:57' OID '82A4AF6A4C"
    "D4656DE034080020E0EE3D' "
    " AS OBJECT"
    " ( product_id NUMBER(6)"
    " , warehouse warehouse_typ"
    " , quantity_on_hand NUMBER(8)"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "INVENTORY_LIST_TYP" TIMESTAMP '2002-05-12:18:06:57' OID '82A4A"
    "F6A4CD5656DE034080020E0EE3D' "
    " AS TABLE OF inventory_typ;"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "PRODUCT_INFORMATION_TYP" TIMESTAMP '2002-05-12:18:06:57' OID '"
    "82A4AF6A4CD6656DE034080020E0EE3D' "
    " AS OBJECT"
    " ( product_id NUMBER(6)"
    " , product_name VARCHAR2(50)"
    " , product_description VARCHAR2(2000)"
    " , category_id NUMBER(2)"
    " , weight_class NUMBER(1)"
    " , warranty_period INTERVAL YEAR(2) TO MONTH"
    " , supplier_id NUMBER(6)"
    " , product_status VARCHAR2(20)"
    " , list_price NUMBER(8,2)"
    " , min_price NUMBER(8,2)"
    " , catalog_url VARCHAR2(50)"
    " , inventory_list inventory_list_typ"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "ORDER_ITEM_TYP" TIMESTAMP '2002-05-12:18:06:57' OID '82A4AF6A4"
    "CD7656DE034080020E0EE3D' "
    " AS OBJECT"
    " ( order_id NUMBER(12)"
    " , line_item_id NUMBER(3)"
    " , unit_price NUMBER(8,2)"
    " , quantity NUMBER(8)"
    " , product_ref REF product_information_typ"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "ORDER_ITEM_LIST_TYP" TIMESTAMP '2002-05-12:18:06:57' OID '82A4"
    "AF6A4CD8656DE034080020E0EE3D' "
    " AS TABLE OF order_item_typ;"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "PRODUCT_REF_LIST_TYP" TIMESTAMP '2002-05-12:18:06:59' OID '82A"
    "4AF6A4CDE656DE034080020E0EE3D' "
    " AS TABLE OF number(6);"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "CUST_ADDRESS_TYP" TIMESTAMP '2002-05-12:18:02:38' OID '82A4AF6"
    "A4CD1656DE034080020E0EE3D' "
    " AS OBJECT"
    " ( street_address VARCHAR2(40)"
    " , postal_code VARCHAR2(10)"
    " , city VARCHAR2(30)"
    " , state_province VARCHAR2(10)"
    " , country_id CHAR(2)"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "CUSTOMER_TYP" TIMESTAMP '2002-05-12:18:06:58' OID '82A4AF6A4CD"
    "9656DE034080020E0EE3D' "
    " AS OBJECT"
    " ( customer_id NUMBER(6)"
    " , cust_first_name VARCHAR2(20)"
    " , cust_last_name VARCHAR2(20)"
    " , cust_address cust_address_typ"
    " , phone_numbers phone_list_typ"
    " , nls_language VARCHAR2(3)"
    " , nls_territory VARCHAR2(30)"
    " , credit_limit NUMBER(9,2)"
    " , cust_email VARCHAR2(30)"
    " , cust_orders order_list_typ"
    "NOT FINAL;"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "ORDER_TYP" TIMESTAMP '2002-05-12:18:06:58' OID '82A4AF6A4CDA65"
    "6DE034080020E0EE3D' "
    etc..
    HELP!

  • Oracle .dmp to SQL Server 2005

    I am trying to import an Oracle .dmp database into SQL Server 2005, what would you suggest as the fastest and easiest way to do this?  DTS/SSIS doesn't have an instant solution and the script I tried to use gave me an error...
    Msg 3241, Level 16, State 0, Line 1
    The media family on device '<DATABASE>' is incorrectly formed. SQL Server cannot process this media family.
    Msg 3013, Level 16, State 1, Line 1
    RESTORE DATABASE is terminating abnormally.
    I would like a GUI based way to do this if at all possible.  Thanks
    -Kyle

     JohnMCIC wrote:
    HI Suprotim,
    I am having the same problem. Could you explain in more detail how to import the Oracle .dmp file to SQL 2005. Thank you in advance.
    john
    I don't believe that the earlier responder was saying that SSIS could work with .DMP files. I think he was saying "use SSIS to transfer data from your Oracle database to SQL Server instead of trying to use .DMP files at all."

  • 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

  • Is it possible to import an Oracle 10 (export .dmp file) into Oracle 9 db ?

    hi Oracle Guru's
    Is it possible to import a oracle 10 (export .dmp file) into an oracle 9 database ?
    I tried & got the following error ...
    IMP-00010 not a valid export file, header failed verificationperhaps their is a work-around ?
    thanks

    Hi
    You can take export from a previous version and import to a later version. Having said that, there is still a workaround to do what you want.
    On 9i server add a connect string for your 10g instance. Then use 9i export utility to export 10g data. That way your export will be compatible with 9i. You can then import the data in your 9i instance.
    To create connect string you can either use Net Configuration Assistant or manually edit TNSNAMES.ORA file in your 9i server.
    Hope it helps.
    Rgds
    Adnan

  • How to import *.dmp file Through Oracle SQL Developer (3.2.20.09)

    hi
    how to import *.dmp file Through Oracle SQL Developer (3.2.20.09) ?
    how to do it ?
    thanks

    You do not.
    .dmp files are created from our Export and Data Pump database utilities and are proprietary files. You use the corresponding Import (or Data Pump) utility to import the data.

Maybe you are looking for

  • How do I fix the gray screen and non responsive cursor after iMac sleeping?

    How do I fix the gray screen and non responsive cursor after iMac sleeping?

  • Pre+ help pages don't work

    Does anybody know why the Palm Pre+ help page don't work? Everytime I ask for help on ANY subject all I get is a message that reads "Failed to load requested page" I guess the palm is trying to load a page from the internet, but the server can't prov

  • Preloader trouble

    Hi, I'm involved with my first Flash Project using Action Script. Im having some problems with my preloader. I have the following script to prevent the page playing before it has been completely loaded. The problem is that if someone clicks out of th

  • Using "x" to reject images when culling

    I'm using the edit out system to cull my photos. After importing the pictures, I mark all of them using "P" for picks. Then, in library mode, I view them in lop mode, "L" or "F" for full screen and press "X" to mark an image as a "reject" when it's n

  • Outlook 2011 Drafts Merging Together When Sent

    We have kind of a crazy bug that is showing up in our environment specifically with Outlook 2011 users.  We use Exchange 2010 sp3. Sometimes when our users save multiple saved drafts in Outlook for Mac, and then later on send one of those drafts, the