Cannot import a dmp file

I have successfully installed designer and the repository but am unable to import the tutorial... the import button is grayed out. I granted imp_full_database to my repository owner but that did not help. What am I doing wrong?
null

You can't use lower version import utility to import into higher version Oracle.
In your case, you are importing into 10.2.0.3 using 10.1.0.4 import.

Similar Messages

  • 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

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

  • 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 in OWB process?

    Hi Expert.
    We'd like to import a dmp file into the database using OWB before doing some data cleasing. Is it possible to call "imp" in the OWB process flow, or if there's other alternatives?
    Thank you!
    Jeff

    Hi,
    there are no alternatives - you must call imp with all properties on the command shell out of the process flow.
    Regards,
    Detlef

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

  • So I updated to lightroom 3.6-now i cannot import any .nef files?

    so I updated to lightroom 3.6-now i cannot import any .nef files? is that what you call progress?

    Hi,
    I'm not sure why you think Lightroom 3 will support the D610 as it was only announced on October 8, 2013. Support for the D610 was released in the Lightroom 5.3 RC, see Lightroom 5.3 RC now available on Adobe Labs
    If you wish to use you D610 files in Lightroom 3.6 you will need to download the Adobe DNG Converter, convert your NEF to DNG and then import into Lightroom 3.6. The DNG Converter can be downloaded from http://www.adobe.com/support/downloads/product.jsp?product=106&platform=Windows
    Or, better option is to upgrade to the current version of Lightroom  

  • Cannot import my TIFF files

    I have lots of problems with IPhoto 6.0.1.
    I cannot import my TIFF files.
    Any suggestions?
    Patrick
    Powerbook G4 1GHz 512 Mb RAM   Mac OS X (10.4.5)  

    Hello,
    I've been doing a lot of experimenting with this problem. You can read about what I have found to work, and what has not worked in the following discussion threads.
    I did find one fix (sort of) that I mentioned here:
    http://discussions.apple.com/thread.jspa?threadID=365867&tstart=0
    If you want to read about the experimenting and trials I have performed, you can read here:
    http://discussions.apple.com/thread.jspa?threadID=356679&tstart=0
    and here:
    http://discussions.apple.com/thread.jspa?threadID=340530&tstart=0
    Do your problems sound like the ones I described in the first link above?
    If not, which problems are you having?
    What OS version are you trying to work with? Panther? Tiger? which specific revision of the OS?
    Just trying to see how consistent the problems are.
    Anyway, I hope the thoughts expressed in my other postings (in the links above) are helpful.

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

  • I cannot import a Quicktime file (.mov) which I generated from a slide show out of iPhoto8 in iMovie8 (filename is grey); what did I wrong?

    I cannot import a Quicktime file (.mov) which I generated from a slide show out of iPhoto8 in iMovie8 (filename is grey); what did I wrong?

    iMovie 08 will only import files that contain codecs that it can edit. It will generally import audio and video codecs that iPhoto generates. However, if your iPhoto slideshow contains a manual advance track, iMovie cannot edit this and therefore will not import. In iPhoto, check to see if you can do a timed advance rather than a manual advance. Then it should import.

  • Cannot import swf/air file from flash catalyst

    Cannot import swf/air file from flash catalyst, states error in code, there is nothing in the properties panel.

    Hi Kristen
    Have you tried using ActionScript 2? You might give that a go
    and see if things improve.
    Just a thought... Rick

  • Cannot import any pic file type already on my "hard disk" to LR 4.4 library on macbook pro retina.

    Cannot import any pic file type already on my "hard disk" to LR 4.4 library on macbook pro retina. I am able to it on my pc win7-64 with LR 4.3. Any solution? Import from sd card works ok.

    Just found out I can open the pics in LR 4.4 and they go into the library. I just cannot import from LR4.4.  They are greyed out.

  • Cannot import the selected file. What can I do?

    I am trying to import a 2010 pptx or a ppt ile into Captivate.5.
    The error message reads "cannot import the selected file. Refer to the documentation to ensure that you have installed the correct version of Microsoft Office." I am running 2010. What should I do to fix this?

    Could you once try to save the PPTX as a PPT-file and see if it will be imported then?
    Lilybiri

  • I cannot import my AVCHD files by using log and transfer. I can see all the files, but when I add the file to import que it doesnt work, the status is a red (!) and says that its no data. I have tried with different cards and different cardreaders, but it

    I cannot import my AVCHD files by using log and transfer. I can see all the files, but when I add the file to import que it doesnt work, the status is a red and says that its no data. I have tried with different cards and different cardreaders, but it is still the same. Why?!

    Please give us more specific information -
    What make/model camcorder are you using?
    Are you absolutely certain this is AVCHD video?  Tell us more about the video settings you used in the camcorder (eg, frame size, frame rate, quality level)
    Why are you attempting Log & Transfer from a card reader instead of from your camcorder?  Have you tried doing Log & Transfer from your camcorder?
    Are the SD cards straight from the camcorder, unaltered, or are you just using the cards as storage?
    Are you using FCE 4.0 or FCE 4.0.1?

Maybe you are looking for

  • Illustrator CC won't open

    Hi-- I just tried to open AI from Creative Cloud and it won't open. This may have had to do with a cleanup operation I did yesterday. Here's the problem report. I have no idea what to make of it. Can anyone help? Process:         Adobe Illustrator [1

  • New SSD in T430, Windows not loading, tried everything...

    Hi there, I bought a T430 about a week ago. I'm not completely inept with computers: I successfully added another 4GB of RAM with no problems. Then I wanted to replace my HDD with my SSD. I know the SSD works because it was in another laptop. I put i

  • How do you rename a disk without breaking Lightroom?

    Hi There, I'm using Lightroom 5.3 and need to rename a volume. Obviously doing this in the finder ruins the catalogue and I can't find an automated way to update the root directory name in Lightroom. I've temporarily changed the name back but still n

  • How could I build my own TOOL in Photoshop CS2

    How could I build my own TOOL in Photoshop CS2? Like building a new Brush tool which could draw very fancy lines in Photoshop opened images.

  • Scaling in VI Logger Lite 2.0.1 not working properly

    We are having a problem using a custom scale in VI Logger Lite 2.0.  One of the two channels is not correctly applying the scale we are entering.  We are trying to scale the value by 60, but it is applying a value of about 31.2 instead.  I have attac