Database import dump file (urgent)

hi all
i have a dump file named shohag.dmp from oracle 8i.
now i have installed oracle 9.2.0.1.0 .
my computer configuration is core 2 duo 2.8, 2 gb ram, hdd 80gb.
operating system win xp.
now i want to import my shohag.dmp (dump file) to oracle 9.2.0.1.0 .
how can i do this .
please help me
shohag

Shohag2 wrote:
thanks
i have tried this way but dump file not fully imported.
i have 110 table but imported onlu 51 table.
shohagDid you create the tablespaces and user before importing like Hemant said? If you didn't, things may be seriously messed up, including creating user objects in the system tablespace.
You can make a copy of the dump and look at it with any file editor that can handle it (what you cannot do is edit a dump file, you will corrupt it if you do). There will be many special characters, but you should be able to see things like CREATE TABLESPACE and CREATE TABLE. So you can see what it will try to do if you don't preempt it. Compare this to the errors you received trying to import, I expect you will see various cannot create types of errors. Let us know what they are.
One common problem is trying to create large segments that are not needed, but wind up in the create table statements.

Similar Messages

  • Import dump file to apex

    Dear All
    I am new using oracle apex.
    I have oracle express database and create user and import it but when connect on apex as system I can't see the user created.
    now I want create new user and import dump file to it how I can import dump file to oracle apex?.
    thanks in advance.....

    Hi,
    What is your database edition and version?
    Apex is one user inside database.
    If you have created Apex user, it means you have created user to Apex workspace.
    You like import database schema/user dump?
    if that is case that is not relating Apex anyhow and you need create database user.
    Also best post question to Database General forum if you have questions how import schema dump
    General Database Discussions
    Regards,
    Jari

  • Error while importing dump file to Oracle server

    Hi All,
    I'm pretty new to Oracle and I need to do the following job:
    - import data from dump file to Oracle server
    - then export it into CSV format to load to our web system
    Oracle dump file is called EXPDAT.DMP and it is placed in the default location, so no need to specify it. Here I'm trying to do the 1st step:
    impdp SYSTEM/XXXXXX REMAP_SCHEMA=DATA01:SYSTEM
    And then I'm getting the following errors:
    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/******** REMAP_SCHEMA=DATA01:SYSTEM
    Processing object type TABLE_EXPORT/TABLE/TABLE
    ORA-39083: Object type TABLE failed to create with error:
    ORA-00959: tablespace 'K_DATA' does not exist
    But tablespace 'K_DATA' exists in Oracle database (I've created it manually). What does it mean? Is it a permission issue? Or may be there is more simple way to accomplish my task? Please help me! Thank you!

    Create the user DATA01 in your database, with sufficient quota on tablespace K_DATA. DO NOT import another schema's objects into SYSTEM. If you must REMAP_SCHEMA to something other than DATA01, create a user other than SYSTEM to receive it.

  • Problem in importing dump file in Oracle 10g

    Hi all,
    I have a database dump with size of 1.8 GB. One of the tables in dump (TABLEPHOTO) is around 1.5 GB and has a BLOB type column.
    The import process stops (gets frozen) after importing 4294 rows of TABLEPHOTO.
    I do not receive any error and when checking database resources in EM, do not see anything unususl.
    The dump file can not be exported again since the schema is deleted!
    Can anybody help with this issue?
    Regards,
    Amir

    What does Oracle wait interface say when the session appears to be frozen ?
    select sid,username,status,state,event,p1,p2 from v$session_wait where sid=<sid>;You may also want to use Tanel Poder's Snapper to see the session activity at that time:
    @snapper ash,stats 5 1 <sid>http://www.tanelpoder.com/files/scripts/snapper.sql
    http://tech.e2sn.com/oracle-scripts-and-tools/session-snapper

  • Import dump file

    Hello,
    Using Oracle9i (9.2.0.1)30 days trial version on a W2K UK prof.
    I am trying to import a dump file.
    Therefore i created a database with as much parameters on default as possible.
    I ran a node refresh in OEM to make the new database visible and connectable.
    I added a user to the database with the same name as the (local) user on the W2K system. This user has Administrator rights on the W2K PC and as many roles as there are in Oracle, among them is of course the IMP_FULL_DATABASE role.
    I think i have the node credentials in order.
    Importing a dmp file i choose the read import option (not manually choose).
    When in the Progress screen the process jumps to - Import file(s) being read and processed- I get a error:
    VNI-2015.
    This error explains that if my node credentials are not in order or On a Windows platform the node credentials specified for the windows target should have the "Logon as a batch job" privilege.
    In W2K is a batch group you can give rights on a folder, but i cant add a specific use to it. In this case my oracle administrator user.
    Is this the problem or is the problem a Oracle problem i still have credentials or whatsoever wrong.
    Does anybody know an answer for me.
    With regards.
    Klaas Strikwerda

    I withdraw my question.
    I overlooked a Appendix (E) OEM Configuration Guide regarding W2K users en how to assign 'logon as batch user'
    I can now import a dump file.
    regards,
    Klaas Strikwerda

  • Problem while importing dump file from oracle 8i to 10g

    I export dump file from Oracle 8i database (using EXP utility) but I'm unable to import it to the oracle 10g (using EXP utility); after the import all the table are not created.
    Thank
    my best regards

    Where there any errors during the import? If so, what were the errors?

  • Import Dump file without Data

    Uses: Oracle 9i
    Hi,
    I have a Dump file (*.dmp) exported from an Oracle 9i DB and need to Import it to a Test Environment which I only need all objects EXCLUDING DATA; Is this possible? and with my DB Version?
    Thanks & Regards,

    there's no exclude data in 9i you have to use normal export/import with option called row=N like the above post said .
    if you need more help about export/import use
    exp -help
    imp -help

  • To read dump file without importing dump file

    Hi All,
    I want to check table data from dump file without import utility.
    how can i open dump file in oracle 10g release 2 version.
    Thanks in advance.

    user647572 wrote:
    Hi All,
    I want to check table data from dump file without import utility.
    how can i open dump file in oracle 10g release 2 version.
    Thanks in advance.You cannot open the oracle dumpfile . Though you can see it bu simply using the import utility .(actually data is not imported it show the sql only .)
    In datapump , use parameter sqlfile=abc.sql
    e.g; impdp scott/tiger@orcl directorory=dpump sqlfile-abc.sql dumpfile=xyz.dmp and logfile=xyz_log.log full=y
    in case of original import use the parameter "show"
    e.g; imp scott/tiger@orcl file=abc.dmp show=y log=abc_log.log full=y
    hope this help u ..
    --neeraj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How to view database core dump file

    I have an Oracle server on windows 2000. Now, I found the oracle server will produce a core dump file in ..\cdump directory. But this file is only a system memory image, so it's hard to analysis the core dump reason, could you tell me how to view this file? thanks

    There's no much useful information for you too see. You can create a SR with Oracle support and upload file if you want to investigate the cause of core dump. also check if there's any errors in your alert<SID>.log and core_dump_dest

  • Import Dump file error IMP 00015

    Hello,
    I have two separate users in Database 11g R2 on RHEL 5. User1 and Test.
    Both database contains same tables. I would like to upgrade test database with User1 contents.
    sql> imp system/****** file=location/file.dmp log=location/details.log fromuser=User1 touser=test;
    But the imp responds with " IMP - 00015: following statement failed because the object already exist: "
    for every tables.
    What could be the possible statement to overwrite the user.
    Thanks in advance.

    I would do
    Drop user test ==> create user test (so the user is clean now and doesn't contain anything) ==> imp file=x fromuser=user1 touser=test grants=y indexes=y constraints=y
    This will cleanly overwrite the user.
    Even if you use ignore=y, there might be a chance that u miss data with a matching primary key but different values in other columns.
    Truncating all the tables in the target schema and importing the data with grants=n indexes=n constraints=n could be another option but very lengthy.
    Regards,
    CSM

  • Backup/restore database with dump file

    Hi everybody,
    I would like to backup/restore my database with Oracle Utility commands(exp/imp) but I can only execute these commands in the machine where database server is being installed. When I use Oracle client to connect to DB server to execute these commands, DB server can not understand these commands.
    Is there any method to do this?
    Please help me.

    My workout for you is as follows (assuming, you configured tnsnames pointing to the listener concern with your database)...
    SQL> select * from example;
    ITEM STORE STARTDATE ENDDATE
    1 10 01-JAN-06 19-JAN-06
    1 10 03-JAN-06 20-JAN-06
    1 10 01-FEB-06 20-FEB-06
    2 10 01-JAN-06 15-JAN-06
    SQL>
    C:\>exp scott/[email protected] tables=example query=\"where item=1\" file=example.dmp
    Export: Release 9.2.0.1.0 - Production on Fri Dec 15 08:06:16 2006
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    server uses US7ASCII character set (possible charset conversion)
    About to export specified tables via Conventional Path ...
    . . exporting table EXAMPLE 3 rows exported
    Export terminated successfully without warnings.
    C:\>
    -aijaz

  • Importing dump files

    Hi
    i want to know, how many ways are there we can import or load data from a dumpfile in the database, other than impdp
    Thanks

    Like I said. If you use expdp, then your ONLY tool is impdp. You can't use external tables directly. You can force external tables from data pump, but you are using impdp.
    To force external tables add
    Access_method=external_tables
    To your impdp command.
    Dean

  • Import dump file from 8.1.7 to 8.1.5

    HOW?

    Hi,
    It is as usual.. But ls make sure u use the same export Versions...
    List Export from 8.1.5 From Exp 8.1.7 and Import also thru the same vesrion Imp.
    Hope This Helps.
    Regards,
    Ganesh R

  • How To Import From Dump File

    Dear All
    How Are You ?
    I have a dump file i and i need to import this dump file in my database this dump file consist of the database structure
    So how can i import this dump file in my blank database
    Note:- I am using Database Oracle 10 g
    Ramez S. Sawires

    Hi,
    If you have original export dump file then you have to choice 1.using impdp through OEM. or using original imp utility.
    Regards
    Taj

  • 8 MB dump file is becoming more than 10GB after importing

    Hi,
    I have got a dump to load into the database. the Dump file size was only about 8MB
    But while importing it to a database it is becaming more than 10GB.
    I have given extend up to 10GB. So that Import command was terminated with an error.
    Now, What may be the problem and how to rectify that.
    Kindly Suggest.
    Thanks in advance
    Regards
    Gatha

    Hi,
    The oracle version is 10.2.0.1
    Data has been imported using IMP command.
    Since the tablespace has been filled it shows an error
    IMP-00017: following statement failed with ORACLE error 1658:
    "CREATE TABLE "USTTAXTRANSACTION" ("ACCOUNT_NUM" VARCHAR2(20) NOT NULL ENABL"
    "E, "BILL_SEQ" NUMBER(9, 0) NOT NULL ENABLE, "BILL_VERSION" NUMBER(3, 0) NOT"
    " NULL ENABLE, "TAX_TRANSACTION_ID" NUMBER(9, 0) NOT NULL ENABLE, "UST_TAX_T"
    "RANSACTION_TYPE" NUMBER(1, 0) NOT NULL ENABLE, "CUSTOMER_REF" VARCHAR2(20) "
    "NOT NULL ENABLE, "BILL_TO" VARCHAR2(18), "BILL_TO_TYPE" NUMBER(9, 0), "ORIG"
    "IN" VARCHAR2(18), "ORIGIN_TYPE" NUMBER(9, 0), "TERM" VARCHAR2(18), "TERM_TY"
    "PE" NUMBER(9, 0), "SHIP_TO" VARCHAR2(18), "SHIP_TO_TYPE" NUMBER(9, 0), "SHI"
    "P_FROM" VARCHAR2(18), "SHIP_FROM_TYPE" NUMBER(9, 0), "ORDER_ACCEPT" VARCHAR"
    "2(18), "ORDER_ACCEPT_TYPE" NUMBER(9, 0), "TAXATION_DAT" DATE NOT NULL ENABL"
    "E, "TAXABLE_AMOUNT_MNY" NUMBER(18, 0), "EVENT_MINUTES" NUMBER(9, 0), "UST_C"
    "ATEGORY_ID" NUMBER(9, 0) NOT NULL ENABLE, "UST_CODE_ID" NUMBER(9, 0) NOT NU"
    "LL ENABLE, "UST_CHARGE_GROUP_ID" NUMBER(9, 0) NOT NULL ENABLE, "UST_INCITY_"
    "BOO" VARCHAR2(1) NOT NULL ENABLE, "BUSINESS_BOO" VARCHAR2(1), "ENDCUST_BOO""
    " VARCHAR2(1), "REGULATED_BOO" VARCHAR2(1), "DEBIT_CARD_BOO" VARCHAR2(1), "N"
    "UMBER_OF_LINES" NUMBER(9, 0), "NUMBER_OF_LOCATIONS" NUMBER(9, 0), "FEDERAL_"
    "EXEMPT_BOO" VARCHAR2(1), "STATE_EXEMPT_BOO" VARCHAR2(1), "COUNTY_EXEMPT_BOO"
    "" VARCHAR2(1), "CITY_EXEMPT_BOO" VARCHAR2(1), "EVENT_SOURCE" VARCHAR2(40), "
    ""LEVYING_PERIOD_NUM" NUMBER(3, 0), "EXTERNAL_TRANSACTION_ATTRS" VARCHAR2(40"
    ")) PCTFREE 10 PCTUSED 40 INITRANS 19 MAXTRANS 255 STORAGE(INITIAL 65536 FR"
    "EELISTS 23 FREELIST GROUPS 1 BUFFER_POOL DEFAULT) "
    " LOGGING NOCOMPRESS"
    IMP-00003: ORACLE error 1658 encountered
    ORA-01658: unable to create INITIAL extent for segment in tablespace GENEVA
    Import terminated successfully with warnings.
    Kindly Help me out.
    Thanks.
    Regards
    Gatha

Maybe you are looking for