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.

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.

  • 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

  • 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

  • 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

  • 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

  • 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

  • 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

  • How to insert data from *.dmp file to  oracle 11g using Oracle SQL Develope

    hi
    i backup my database using PL/SQL developer and made *.dmp file
    how to insert data from *.dmp file to oracle 11g using Oracle SQL Developer 2.1.1.64
    and how to make *.dmp file from sql*plus ?
    thanks in advance

    Pl/Sql developer has a config window, there you choose the exec to do the import/export.
    Find it and his home version, it may be exp or expdp, the home version is the version of the client where the exp executable is.
    Then use the same version of imp or impdp to execute the import, you do not need to use Oracle SQL Developer 2.1.1.64. If you want to use it, you must have the same version in the oracle home that exp/imp of sql developer use.

  • 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

  • How to Import .txt files in ORACLE having 300 thousand records

    How to Import .txt files in ORACLE having 300 thousand records. Kindly help me in that context

    You can make use of Sql*Loader utility and You can also use External table technique for this puspose.
    For external table go through this link.
    http://www.oracle-base.com/articles/9i/ExternalTables9i.php
    Regards

  • Can i import .sql file into oracle apex?

    i'm new to oracle apex....
    Can i import .sql file into oracle apex?
    i've to import a table into apex...
    what script i have to write into the .sql file....
    pls help...
    Edited by: 794244 on Jan 31, 2011 9:31 PM

    Hi Mahesh
    Navigate to the APEX documentation page - all the documents are listed there ;) (including direct links to the step-by-step "how-to's" - great stuff)
    http://www.oracle.com/technetwork/developer-tools/apex/documentation/index.html
    Enjoy the wonderful world of APEX!
    Mike

  • 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

Maybe you are looking for