Reg import dmp file.

hi friends
what is the command to import DMP file in Oracle 10g database.
how to import this file in particular schema..
pls. help..

Prior to import you must have below requirement,
1. Directory created on DB where you have your dump file, you must have priviledge on this directory.
2. dump file on above mentioned directory.
3 use imp if you have export your dump with exp command , use impdp if have exported your dmp file using impdp.
4. Also you must have correct priviledge on exp,expdp utilities.
try to run 'impdp help=y' on your putty, it will open help for impdp.
hope it will help you in some extend.
Edited by: imkhan on Oct 22, 2012 4:32 PM

Similar Messages

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

  • Help to import .dmp file to APEX

    Hi All,
    I have a question about export and import .dmp file to APEX.
    I'm working on a data mining application based on database 11g. I managed to export the data mining model to a .dmp file using oracle data miner (ODM). now I wanna to know how to import this dmp file to the online schema (for example the free apex hosting). I used DBMS_DATA_MINING.EXPORT_MODEL and DBMS_DATA_MINING.IMPORT_MODEL and it's work in my computer.
    thanks

    Hello <unknown user>,
    In short : you can't import a dmp file into apex.oracle.com.
    That's because you need the imp utility (and the corresponding roles/rights).
    You can create sql scripts for the DML and DDL and upload and run those.
    Greetings,
    Roel
    http://roelhartman.blogspot.com/

  • Can not Import *.dmp file in 10g Database

    I have successful to install 10gDB and 10gDS to my home computer. But when i try to import *.dmp file to my Repository Object Navigator.
    Would you mind help me to take a look.
    Error Message
    RME-02105 Oracle error occurred...
    ORA-01986: OPTIMIZER_GOAL is obsolete
    Cause: An unhandled oracle error has occurred.
    Action: Examine reported errors for specific detail.

    Ken,
    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 (available on OTN) and the import should work correctly.
    - Suresh

  • 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

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

  • Regarding Import .dmp files to Oracle

    I have GosalesDw.dmp files. I need to import these files to Oracle database.
    I am loging to system/admin . Then I issues 'host cmd' and then i am using ' imp' command for import. But i am unable to import.
    I think I am giving wrong information for path . so suggested me how i will give the path.
    can you please explain me with Example.
    Thanks,
    MohanaKrishna K

    Post Operating System (OS) name & version for DB server system.
    Post results of
    SELECT * from v$version
    I am loging to system/admin why
    imp help=yes
    Import: Release 10.2.0.1.0 - Production on Wed Mar 3 09:47:46 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)
    VOLSIZE                number of bytes in file on each volume of a file on tape
    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.

  • Oracle error 0603 where importing dmp file

    hi,
    i have an error message when importing a dmp file.
    $ORACLE_HOME/bin/imp system/xxxx file=$PIPE_NAME log=$FIC_LOG commit=y buffer=4194304 fromuser=user touser=user
    . . Import de la table "RACLEGL" 471445 lignes importées <
    IMP-00017: Echec de l'instruction suivante avec erreur ORACLE 603 :
    "CREATE UNIQUE INDEX "RAPRIK_CGL" ON "RACLEGL" ("CGL_RENTITY" , "CGL_CODE" ,"
    " "CGL_ORG" , "CGL_LINE" ) PCTFREE 10 INITRANS 2 MAXTRANS 255 STORAGE(INITI"
    "AL 65536 FREELISTS 1 FREELIST GROUPS 1) TABLESPACE "IDX_1" LOGGING"
    IMP-00003: Erreur ORACLE 603 rencontrée
    ORA-00603: La session de serveur ORACLE s'est terminée par une erreur fatale
    IMP-00017: Echec de l'instruction suivante avec erreur ORACLE 3114 :
    "BEGIN DBMS_STATS.SET_INDEX_STATS(NULL,'"RAPRIK_CGL"',NULL,NULL,NULL,470059"
    ",2380,470059,1,1,204641,2,0); END;"
    IMP-00003: Erreur ORACLE 3114 rencontrée
    ORA-03114: pas connecté à ORACLE
    IMP-00003: Erreur ORACLE 3114 rencontrée
    Thanks for your help

    I tried reinstalling imp.exe and exp.exe using the Oracle Universal Installer. I checked the import/export utility, but the OUI removed THE ENTIRE developer suite ;-(
    So, I decided reinstalling the Oracle and the developer suite from scratch! The installation was ok and I could see the imp.exe working fine during the repository building.
    I also did a lot of experiments and some results follows:
    I can export and import an application system if I use the SAME user to export and import the .dmp file;
    I can import a .dat file exported by another user sometimes…
    But, my main trouble still exists: I can’t import .dmp or .dat files from another user that used exp.exe 8.xxx.
    The symptom when I try this last option is the “freezing” of imp.exe like the follow example:
    “Import: Release 10.1.0.4.2 - Production on Sßb Fev 18 21:15:51 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Conectado a: Personal Oracle Database 10g Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Arquivo de exportaþÒo criado por EXPORT:V10.01.00 via caminho convencional
    AdvertÛncia: os objetos foram exportados por ALUNO; nÒo por vocÛ
    importaþÒo realizada nos conjuntos de caracteres WE8MSWIN1252 e NCHAR AL16UTF16
    . importando objetos de ALUNO para ALEXFM
    . . importando table "XTSYS_EXPORT_OBJECTS" 1 linhas importadas
    . . importando table "XTSYS_IMPORT_IRID_MAPPING" 68 linhas importadas
    . . importando table "XTSYS_IMPORT_IVID_MAPPING" 68 linhas importadas
    . . importando table "XTSYS_RM$REPOSITORIES" 1 linhas importadas
    . . importando table "XTSYS_TABS_EXPORTED" 14 linhas importadas”
    The imp.exe always freezes at xtsys_tabs_exported…
    Any ideas?
    Regards, Alexandre

  • Before importing dmp file

    hi,
    Is it a must to run the catexp.sql or catalog.sql
    scripts before importing a dmp file into a 817DB.
    if so , then is it to be run in sql plus and what is the syntex to do so?
    Thanks.

    catexp.sql is a script that generally is run when the database is created, if you are not sure that the script was or was not run you can run it as the replay above says.
    If that script was run , and you run it, there is not going to be any problem.
    It is important that you know that you have to run that script each time that you want to use the import/export utilities.
    Joel P�rez

  • Importing dmp file

    Hi,
    I have a dmp file exported from a 8.1.7
    DB running on windows, is it possible to import the dmp
    into a 8.1.5 or 8.1.6 DB which is also running on windows?
    Thanks in advance

    Stright away it is not possible but there is work around for this.
    Try to copy exp.exe file from 8.1.5/8.1.6 into your 8.1.7 and then take the export which can be later imported into 8.1.5/8.1.6.
    Second option is, copy imp.exe from 8.1.7 into your 8.1.6/8.1.5 and try your import.
    Rgds
    Jaffar

  • Problem for import dmp file

    Hi,
    I had installed both oracle 8i and 11g, I'm trying to import my dmp file in oracle 8i, but that query will shift to 11g environment.
    How can i import my dmp file in 8i.
    eg:
    host imp sys/sys@ora file='D:\Ven_Excercise\hlw_demo\koow.dmp' ignore=y
    fromuser=trainee
    regards
    venki

    Already some references had been provided in ur previous post itself. Refer the
    link been provided there.
    Ur Orginal post:
      problem of import file
    Regards
    Nirmal

  • Import dmp file from a 64-bit to 32-bit database

    I encountered the problem for import data from one database installed on a 64-bit HP-UX 11.0 with 8i database 64-bit database to another which was installed on HP-UX 10.2. 32-bit machine with Oracle 7.3.4 database.
    The two databases were installed with default NLS.
    Is there a way to handle this problem ?

    Since you haven't provided an error message it is hard to tell what the problem might be? But from the scenario you are describing you may be importing a higher version of the export dmp file than the target database. This is not allowed. One thing you can try is to do the 8i database export using the EXP utility from 7.3.4, and then try importing into 7.3.4 .
    null

  • Import .dmp file in Oracle 11g in Linux

    Hi experts,
    I m new here, please tell me how to import the database as .dmp file in Oracle 11g Release in Oracle Enterprise Linux 5.5.
    As i tried to execute this command:-
    **$ impdp username/password@orcl file = FILENAME.dmp full=y log=log.txt**
    but it gives error as:-
    **bash: impdp: command not found**
    Now please help me about this.
    Thanx.
    Abhishek Kumar

    Hello,
    **$ impdp username/password@orcl file = FILENAME.dmp full=y log=log.txt**
    but it gives error as:-
    **bash: impdp: command not found**First, if the command was not found it means that you don't have the right environment variables. So, be sure to be connected with the right OS User (oracle for instance).
    Secondly, the parameter FILE is not used with Datapump. Instead you should use the Parameter DUMPFILE and, more over, you should better specify a DIRECTORY.
    So, as said by Azar, you should read the documentation and see the differences between Datapump and classical Export/Import utility.
    These links may help you:
    http://download.oracle.com/docs/cd/E11882_01/server.112/e16536/toc.htm
    http://www.oracle.com/technetwork/database/datapump11g2009-techover-1-131288.pdf
    Hope this help.
    Best regards,
    Jean-Valentin

Maybe you are looking for

  • Variable substitution error in Prod- Urgent

    Hi Friends I transported my objects from dev to production and one of my scenario started giving this error . Please guide Delivery of the message to the application using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.

  • How can I send out pending agreements for signature en masse on a scheduled basis?

    I'm using EchoSign's Salesforce integration, and I'm trying to create a scheduled batch that will send out a large number of agreements for signature.  EchoSign has some exposed global methods that I'd hoped will help facilitate this, namely Agreemen

  • My HP F4180 not working with my Mac Mini

    My HP F4180 will not work with my Mac mini. I doesn't even like my set up disc. Please advise. Thank You.

  • List of values to PL/SQL procedure

    I want to execute a query of the form UPDATE myTable SET myField = someValue WHERE myTablePK IN (1, 3, 5, 7, 9) Through HTML, I have a form field that is a comma-delimited list of values. I want to be able to pass this to a stored proc. What I'm not

  • Getting wireless access with WPA2

    I've just installed XP and have tried to connect to my network, my router is a belkin one and I use WPA/WPA2 with AES, and have installed the WPA patch from the microsoft website, but I still can't get a connection. I can when I turn security off, an