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 .

Similar Messages

  • Problem with importing a dmp file

    Hello,
    I am trying to import a dmp file to make an excercise.
    I've tried and read manuals all day now, but it seems I still do something wrong
    First, In the Enterprise Manager console, I create a new user (CREATE LIKE scott):
    <img src="http://users.skynet.be/wouterjans/orcl/oracle03.JPG">
    Then I create a new Table: dummy with 2 fields: A en B (varchar2 and size10)
    <img src="http://users.skynet.be/wouterjans/orcl/oracle04.JPG">
    After that, grant dba to the new user
    grant dba to DEMO;Then I Run CMD and go to the c:\oracle\ora92\BIN folder
    <img src="http://users.skynet.be/wouterjans/orcl/oracle01.JPG">
    I import the dmp file (STAG3536.dmp)
    and it says it succeed
    <img src="http://users.skynet.be/wouterjans/orcl/oracle02.JPG">
    So normally its ok
    Then I go to my Form builder and I open a new Form
    When I try to run the data wizard now. I only see the "dummy" record I created before but I dont see the database from my imported file.
    <img src="http://users.skynet.be/wouterjans/orcl/oracle05.JPG">
    Could anyone help me pls ??
    Thanks in advance,
    Wouter
    Message was edited by:
    wouter81

    dont go in bin directory you can run imp cmd from any where
    if you want to import in scott scheme
    you do this
    connect system/password@dbname
    list of contents = n
    import grant = y
    import table= y
    import entire export file = n
    user = scott
    check to this i hope you will success.
    Rgds

  • How to import a *.dmp file (exported from 10g) to 8i database?

    Hi everybody!
    Could anybody tell me how to import a *.dmp file (exported from 10g) to 8i database?
    I have tried but it seemed to be error "wrong version".
    Thanks a lot!

    From 10.1.0 to 8.1.7 => Use the EXPORT 8.1.7 to export the data from the 10.1.0 database and IMPORT 8.1.7 to
    import the data into the 8.1.7 database.
    Metalink note 132904.1 Subject: Compatibility Matrix for Export & Import Between Different Oracle
    Nicolas.

  • Importing a dmp file from 9.2.0.4 to 10g(patched 9.2.0.6)

    i am trying to import a dmp file to a 9.2.0.6 db .
    the source of the dmp file is 9.2.0.4 db.
    i have tryied every thing including exporting with the 9.2.0.6 exp from 9.2.0.4.
    two broblem occuer and i thing thay are connected.
    a. imp hung.
    b. the imp is using two versions of oracle one 9i and the other is 10g.!!
    look:
    D:\oracle9\bin>imp system/9204@9204db file=d:\exp\yahud11_itam.dmp log=d
    :\exp\yahud_itam111.log fromuser=itam touser=YEHUD
    Import: Release 9.2.0.6.0 - Production on Tue Aug 26 08:01:15 2008
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Produc
    tion
    With the Partitioning, OLAP and Data Mining options
    Export file created by EXPORT:V09.02.00 via conventional path
    import done in IW8ISO8859P8 character set and AL16UTF16 NCHAR character set
    . importing ITAM's objects into YEHUD^C ---the hung-------

    uri lerner wrote:
    look:
    D:\oracle9\bin>imp system/9204@9204db file=d:\exp\yahud11_itam.dmp log=d
    :\exp\yahud_itam111.log fromuser=itam touser=YEHUD
    *> Import: Release 9.2.0.6.0 - Production on Tue Aug 26 08:01:15 2008*
    >
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    *> Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Produc*
    tion
    With the Partitioning, OLAP and Data Mining options
    You are trying to use 9.2.0.6 import to import into 10.2.0.3 database. This is not supported. You need to use 10.2.0.3 version import.

  • Import from .dmp.Z file

    Hi Gurus...
    I have one dmp file but its in compressed format that is xyz.dmp.Z
    Now I have to run the import from this file. I wanted to know can I run the import directly from .dmp.Z file or do I need to de-compress it first ? As its a big file (size of around 20 GB), so it will take loads of space when de-compressed.
    Thanks...
    Sidhu

    This is the script that I have written
    export ORACLE_SID=CONRCC
    export ORACLE_HOME=/home/oracle/product/10.1.0/db_1
    mknod /tmp/imp_pipe p
    uncompress /home/USB/backups/exp_MDRRCC_20070511_125155.dmp.Z >/tmp/imp_pipe &
    imp file=/tmp/imp_pipe show=y full=y log=/home/oracle/MDRRCC/MDRRCC_import.logit seems that first its de-compressing the file as it has made a file with the same name (of size 37 GB as of now & in ps -ef its showing uncompress as running). so is it going to uncompress the file first ? if yes then whats the advantage of using pipe ? its as good as de-compressing the file first and then running the import.
    any points
    Sidhu

  • Only to import  JAVA CLASS  and JAVA SOURCE  from .DMP file using IMPDP

    hi,
    I have a schema X, In that schema some of the *"JAVA CLASS" and "JAVA SOURCE"* objects are missing ..
    The procedures ,functions..etc objects were updated at X schema..
    I have 1 dmp file of Y schema , containing the missing "JAVA CLASS" and "JAVA SOURCE" s.. Can I import the the same to the schema X using IMPDP
    i tried using INCLUDE clause but it is not working
    eg:
    impdp john1/john1@me11g22 directory=datadump dumpfile=DEVF2WAR.DMP remap_schema=devf2war:john INCLUDE="JAVA CLASS","JAVA CLASS"but error..
    ORA-39001: invalid argument value
    ORA-39041: Filter  "INCLUDE" either identifies all object types or no object types.regards,
    jp

    Double post: IMPDP to import  JAVA CLASS  and JAVA SOURCE from .DMP file
    Already replied.
    Regards
    Gokhan

  • 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

  • Import From CSV File statement runs forever, no error, does not finish

    Hello,
    I am trying to import a CSV file in a JAVA program, with the following statement:
    IMPORT FROM CSV FILE '/debug/testdatabase/FILE.csv'
    INTO "JOSEPH"."TEST_TABLE"
    WITH COLUMN LIST IN FIRST ROW
    RECORD DELIMITED BY '\n'
    FIELD DELIMITED BY '\t' ERROR LOG '/debug/testdatabase/file.err'
    THREADS 10
    BATCH 10000
    I have two HANA instances on different machines A and B:
    Both machines run HANA version 1.00.74.00.389160 (NewDB100_REL), while the OS is
    SUSE Linux Enterprise Server 11.1 on machine A and
    SUSE Linux Enterprise Server 11.2 on machine B.
    The statement above runs fine on machine A and the rows are imported properly from JAVA as well as when executed from HANA Studio SQL console.
    If I copy the file to machine B and try the exact same statement with the same file, it does not finish (neither from JAVA nor from HANA Studio SQL console). There is no error either. It cannot be cancelled, only a HANA restart stops the statement. Also the sample file I use has only 2 rows, and memory does not seem to be a problem.
    I seem to have a similar problem to the one described here, but the answers there do not help me: http://scn.sap.com/thread/3396582 I specified the record delimiter, and I used a python script to check for any strange characters that are not supposed to be there, but didn't find any.
    If I copy the file to my windows PC and use the "File Menu -> Import -> SAP Hana Content -> Data from Local file" function, it imports the file correctly into B, but I need to be able to do it from JAVA.
    Machine A administration view:
    Machine B administration view:
    If you have any idea what might cause this behavior or where I can find more information on this problem please give me a hint.

    Hi Joseph,
    First from the pics, the revision of your SAP HANA instance is 73 instead of 74. Since I have no identical environment, I cannot test it for you. But can you try the simplest scenario? You can create a table with only one column table try to import a CSV file with only one row.
    Best regards,
    Wenjun

  • Error importing from BIAR file (BO XI 3.0)

    Dear BO community,
    I am using the BIAR tool for backup purposes. For my backup, I use a properties file as input which looks like the one shown below:
    action=exportXML
    exportBiarLocation=C:/Temp/BOBackup.biar
    userName=Administrator
    password=XXX
    CMS=XXX:6400
    authentication=secEnterprise
    includeSecurity=true
    exportDependencies=true
    exportQuery1=select * from ci_infoobjects
    exportQuery2=select * from ci_systemobjects
    exportQuery3=select * from ci_appobjects
    exportQueriesTotal=3
    The file creation seems to work without any problems. A file is created. However, when importing the file into another CMS, I am getting the following error:
    Failed to open the BIAR file. Reason: com.businessobjects.sdk.biar.om.internal.iw.ObjectManagerIWException:Input/Output exception occurred: 'Couldn't find entry 'BusinessObjects.xml'.
    I have opened the BIAR file using a ZIP program and checked that there is no "businessobjects.xml" file in there. When creating BIARs using only a single query, this file exists and the import is no problem.
    Does anyone have an idea what's happening and can help me?
    Thank you and best regards!

    Hello ALL,
    I have the same problem when I am trying import from BIAR file. Please tell me how you resolved this issue.
    I did not understand much from your previous message.
    We are using BO XI R3.1 and below is the error message that Import Wizard is throwing.
    Failed to open the BIAR file. Reason: com.businessobjects.sdk.biar.om.internal.iw.ObjectManagerIWException:required dependencies not found target system : 'AWAS3XkMSEtGn1TXI370kAU'
    In both pc  BO version is boxir3.1 sp3 and currently i m using windows xp professional version 2002 sp3
    Thanks
    Saurabh shivam

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

  • Importing a .dmp file into Designer/2000 v1.3.2

    Hi everyone. Is it possible to directly import a dmp file
    exported using Designer/2000 v1.0.0 into Designer/2000 v1.3.2.
    or do I need to go via the same v1.0.0 import and only then
    upgrade to v1.3.2
    Thank you for your help.
    null

    Mangaliso,
    This forum is for Headstart related questions and experiences
    only. Please go to metalink.oracle.com to get more information on
    your problem.
    Regards,
    Lauri
    Mangaliso Fweta (guest) wrote:
    : Hi everyone. Is it possible to directly import a dmp file
    : exported using Designer/2000 v1.0.0 into Designer/2000 v1.3.2.
    : or do I need to go via the same v1.0.0 import and only then
    : upgrade to v1.3.2
    : Thank you for your help.
    null

  • Error While Importing from EIF file into AW

    Hi All,
    I am facing the following error while importing from EIF file into AW using AWM as well as from sql prompt.
    java.sql.SQLException: ORA-36786: (IOSEC04) File POCAW/abc.eif does not exist or cannot be accessed.
    ORA-06512: at "SYS.DBMS_AW", line 42
    ORA-06512: at line 1
    at oracle.olap.awm.eif.eifimport.ImportDialogActionThread.doExportOrImport(ImportDialogActionThread.java:172)
    at oracle.olap.awm.eif.EifDialogActionThread.doAction(EifDialogActionThread.java:58)
    at oracle.olap.awm.ui.dialog.ThreadedDialogActionThread.run(ThreadedDialogActionThread.java:49)
    i have already created the directory pocaw.
    i have done the following steps :
    CREATE OR REPLACE DIRECTORY POCAW as 'D:\Olap_POC\export';
    GRANT all ON DIRECTORY POCAW to PUBLIC;
    execute dbms_aw.execute ('aw create ''POC_AW''');
    execute dbms_aw.execute('cda pocaw');
    execute dbms_aw.execute('dtb attach POC_AW rw');
    execute dbms_aw.execute('import all from eif file ''/abc.eif'' dfns update ');
    any idea or thought would be appreciable.
    thanks n advance
    anwar

    execute dbms_aw.execute('import all from eif file''/abc.eif'' dfns update ');
    Maybe one of the following file names could help
    (have never tried it):
    ''abc.eif''
    ''POC_AW\abc.eif''Yes,
    you don't need the slash. CDA is like setting a default directory.

  • "Import from Text File" & "Upload from Clipboard" icon not appearng in F110

    Hi Experts,
    While making the payment to the vendors through TN F110, in "PARAMETER" screen just next to 'STATUS' screen, there is a vendor field for selection in range and just ahead of this there is an icon for multiple vendor selection ( Bold arrow mark ). If I click on that multiple vender selection icon ( on bold arrow mark ), an another screen opens for multiple selection for vendors. In this screen 'Enter, Copy, Delete etc' icons are appearing at the bottom of the screen but "Import from Text File" & "Upload from Clipboard" icon are not appearing there.
    Can you please let me know how to bring that icons there?
    Points would be awarded.
    Rgds,
    Shailesh

    Hi Ravi,
    I have not yet created anything and have just entered the parameter. In the multiple screen for vendors there are 5 fields for individual and 5 for range selection. Even you can put more than five range selections or individual selections by clicking on the page button but there I am not finding these two icons.
    Can you please check at your end and let me know if you are getting or what to do to bring those two icons in F110.
    Rgds,
    Shailesh

  • Importing From Flat File with Dynamic Columns

    HI
    I am using ssis 2008,i have folder in which I have Four(4) “.txt” files each file will have 2 columns(ID, NAME). I loaded 4
    files in one destination, but today I receive one more “.txt” file here we have 3 columns (ID, NAME, JOB) how can I get a message new column will receive in source. And how can I create in extra column in my destination table dynamically …please help me

    Hi Sasidhar,
    You need a Script Task to read the names and number of columns in the first row of the flat file each time and store it in a variable, then create a staging table dynamically based on this variable and modify the destination table definition if one ore more
    new columns need to be added, and then use the staging table to load the destination table. I am afraid there is no available working script for your scenario, and you need some .NET coding experience to achieve your goal. Here is an example you can refer
    to:
    http://www.citagus.com/citagus/blog/importing-from-flat-file-with-dynamic-columns/ 
    Regards,
    Mike Yin
    TechNet Community Support

Maybe you are looking for

  • Wacom Tablet Mapping Bug Only in Photoshop

    I am using a Graphire Wireless Wacom Tablet on a Windows 7 PC at work. I installed the most recent drivers, and it works flawlessly in a duel monitor setup, and I have no trouble mapping it however I would like. This is all great until I launch Adobe

  • Use 10.8.2, but somehow with old version of Notes

    Until yesterday, I accessed Notes easily and pretty much daily. However, did a Spotlight search for a list of DVDs, and that turned my 10.8.2 Notes to a smaller virtual tablet. This is what I get: It looks like a prior version of Notes, like an older

  • Customer Clearing Error

    When f-44 posting ,system showing error messege: crest transaction type is missing

  • Administration: Selective Deletion of Buffered Field Information

    Hi there, Can anyone explain what the program: *UGMD_DEL_BUFFER*-- "Administration: Selective Deletion of Buffered Field Information" does?? I tried searching in help.sap.com/SDN but couldn't get hold of anything. The description of the program was n

  • Checking for Oracle Home incompatibilities ...

    While installing oracle client 10.2.0.4. I came across this error. See below Checking the Components installed in Oracle Home Check complete. The overall result of this check is: Passed ================================================================