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

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

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

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

  • 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

  • Restore DMP file in Oracle 10G  - URGENT!

    hello, Oracle forum. I am a sql dba crossing over and need some help ASAP! Since I am new at 10G, I received some DMP files from a client and need to restore them ASAP!. Can you please provide EXACT steps on how to do this? I prefer to use the OEM gui, but need step-by-step. Await reply...Many thanks!

    Hi..
    There are few questions to be answered:--
    1. What does that dump contain. Is it a table level or a schema level or a full database dump
    2. If its a table level who is the owner of the table
    3. If its a schema level , whats the schema name.
    4. was the export taken with exp or expdp utility.
    5. Is the database in which the export dump is to be imported have that schema or is that the data has to be imported to some other schema.
    After all this information you can use imp or impdp utility it import the data in 10g database.
    For imp [http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/exp_imp.htm#i1023560]
    for impdp [http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/dp_import.htm#g1025464]
    HTH
    Anand

  • Imp dmp file in oracle 10g on linux

    i have oracle 10g on linux now i want to imp the dmp file to db.
    i put the file in /mnt/erp/file.dmp folder.
    i log in as oracle user and ....
    and start the imp the file as
    imp user/password file=/mnt/erp/file.dmp
    but it giver error faile to open the file for read.....
    what is the problem.....
    is there any privillage issue???????????
    helped with full syntax...and steps...

    i copy the dmp file in /mnt/erp folder as root user.
    i am going to imp it as oracle user.
    sir i don't know about dmp group.
    i past the error i got..
    [oracle@lnxdb erp]$ imp
    Import: Release 10.2.0.1.0 - Production on Wed Oct 10 08:09:37 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Username: FS_10oct2012
    Password:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 -
    Production
    With the Partitioning, OLAP and Data Mining options
    Import file: expdat.dmp > FR_10_10_2012.dmp
    IMP-00002: failed to open FR_10_10_2012.dmp for read

  • 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

  • How to Restore a data table from a 'dmp' file in a database of oracle ?

    Hello,
    I want just to restore one table belonging in a database. I Have the dmp file which I must restore.
    Then I am asking if it's possible to restore only a table not all the databse ? If Yes, What I mut do to realize it ?
    I need really helps .
    Regards.

    Can I assume dmp file you refer to is a file created by using oracle "exp" command. If that be the case you can use the imp command to populate/refresh/re-create that particular object only.
    check this link for the information about imp.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/exp_imp.htm#sthref2517
    Regards
    Raj

Maybe you are looking for