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

Similar Messages

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

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

  • Error while importing a dump file in Oracle 10g R1

    Hi all,
    While trying to import a schema using Data Dump, I am facing the following issue -
    UDI-00018 - Import utility version can not be more recent than the Data Dump server.
    Following is the version information of the source and target DB and the utilities :
    Source DB server : 10.1.0.2.0
    Export utility : 10.1.0.2.0
    Import utility : 10.1.0.2.0
    Target DB server : 10.1.0.2.0
    Export utility : 10.2.0.1.0
    Import utility : 10.2.0.1.0
    I can figure out the cause for the problem, but don't know how to resolve it.
    Any help will be appreciated.
    Thanks in advance.
    Gitika Khurana

    How did you get thre DMP file created and how are you trying to import the dump file? Could you post the commands you're using, please?

  • How to import excel file in oracle 10g suit

    Respected all,
    i am working d2k6i now i am going to 10g suit and i want to import excel file so anybody help me how to do it? Thanks in advance.

    Hi,
    This forum is dedicated to Oracle SQL Developer Data Modeler, so it is possible to get an answer here, but it is not very likely.
    Try to get help in in more appropriate forum from here
    https://forums.oracle.com/forums/main.jspa?categoryID=84
    Regards

  • How import 10g,11g dump file in oracle 9 and oracle 8

    Dear all
    I import dump file exported from oracle 9 to oracle 10g and 11g now i want exported dump file from oracle 10g/11g to import in oracle 9 (lower version).
    How said job will be done.
    Thanks

    I've already tried your method, but it fails when you import the dmp exported from lower version.
    To import Oracle 11g user to Oracle 10g, the following method works fine:
    It is assumed that both 11g and 10g servers are on same LAN.
    Make sure that 11g sqlplus connects to your 10g server.
    Step 1. Export the 11g user from 11g machine.
    Step 2.Import the dmp file created in step 1 into 10g server from 11g machine itself.
    The 11g exp/import utility should be used for both export and import operations.
    Only source and destination servers will be different.
    Pramod Dubey

  • 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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • 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

  • ORA-31619: invalid dump file "D:\oracle-export\mitest-19-05-2009.dmp"

    HI
    I have took logical backup (export) on linux and import (windows 2003 server).
    export command:
    $expdp miqa/miqa schemas=miqa directory=backup_dir CONTENT=all dumpfile=miqa-`date +%d-%m-%Y`.dmp CONTENT=all logfile=miqa-`date +%d-%m-%Y`.log'
    when i import on windows 2003 server i am getting the following error
    grant create any directory to rnddb;
    create or replace directory backup_dir as 'd:\export';
    GRANT READ, WRITE ON DIRECTORY backup_dir TO rnddb;
    c:\>impdp rnddb/rnddb directory=backup_dir dumpfile=mitest-19-05-2009.dmp SCHEMAS=mitest REMAP_SCHEMA=mitest:rnddb CONTENT=all logfile=mitest-19-05-2009.log
    I am getting the following error.
    Import: Release 10.1.0.2.0 - Production on Wednesday, 17 June, 2009 14:45
    Copyright (c) 2003, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Produ
    tion
    With the Partitioning, OLAP and Data Mining options
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-31619: invalid dump file "D:\oracle-export\mitest-19-05-2009.dmp"
    pls could you help me where i done mistake.
    Thanks
    Settu Gopal

    ORA-31619:     invalid dump file "string"
    Cause:      Either the file was not generated by Export or it was corrupted.
    Action:      If the file was indeed generated by Export, report this as an Import bug and submit the export file to Oracle Customer Support.
    How was the dump file transferred between Linux and Windows server?

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

  • Importing from 8 to oracle 10g

    how can i export oracle 8 data to oracle 10g

    Hi,
    There is two ways to do it.
    1) export from oracle 8 database and import in to oracle10g database
    2) export oracle 8 data from oracle 10g database by using tns alias and import in to the oracle 10g database.
    example: form oracle 10g database
         (tnsalias= for connect to oracle 8 from oracle 10g)
         exp system/XXXX@<tnsalias> file=xyz.dmp log=xyz.log ......
    Alex

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

  • Tempo problems with imported wav files

    Hey everyone, sorry if there's a quick fix for this in the forums that I couldn't find, but I've been having some tempo problems with imported .wav files.
    Long story short, my system couldn't handle playing all the tracks for a song while recording drums, so I bounced out an mp3 of the song and put it in a new Logic file so my drummer could just play along to that as I recorded him. Unfortunately, the original song is at 167 bpm, but I forgot to change the bpm in the new Logic file with the .mp3 file of the song to 167 bpm, so it was left at the default 120 bpm.
    So, the drums were recorded at the correct 167 bpm, but Logic thinks that those new drum .wav files should be played at 120 bpm, so when I import my drum tracks back into the original file, they do not play correctly at all.
    I could get record it all again, but I wanted to check if there was a way I could salvage what I already have, since my drummer lives about an hour away right now and can't just come over whenever he wants.
    Thanks for the help! I really appreciate it.

    Hi,
    First, do not use MP3 in Logic, the sound quality is less than AIFF, WAV or CAF, and Logic has to decode it for playback, making it a heavier burden on the CPU than an uncoded audiofile, such as AIFF, WAV or CAF.
    Secondly, audio files are independent of Logic's tempo. If you bounce down an audio file in any format (other than Apple Loop), it will play back at the same speed, +regardless of Logics' tempo setting+, either at recording or playback. Logic doesn't 'think' anything. The BPM is only important to MIDI tracks, or to the spacing between audio files. The audio files themselves *are not affected* by the tempo setting. If you import an audio file of tempo 167 into a 120 BPM project, the file will still play at 167, only Logic will indicate the wrong bar positions.
    regards, Erik.

  • 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

  • Hi, I have problem with importing MOV files from SJCAM 4000. MOV files are in supported formats for Adobe Premiere Elements 11. But if I'm importing MOV file, only audio part is imported, video part is not imported. How can I solve this problem?

    Hi, I have problem with importing MOV files from SJCAM 4000. MOV files are in supported formats for Adobe Premiere Elements 11. But if I'm importing MOV file, only audio part is imported, video part is not imported. How can I solve this problem?

    haben
    From looking at the specifications of your camera (SJCam 4000), we know already what video compression your camera is using. It is H.264.
    A H.264.mov file should be supported by Premiere Elements 11. On what computer operating system is your Premiere Elements 11 running?
    Do you have the latest version of QuickTime installed on your computer? And, are you running QuickTime and Premiere Elements 11 from a
    User Account with administrative privileges? Please go to Premiere Elements 11 Publish+Share/Computer/QuickTime to confirm that you find
    presets there for the QuickTime choice there.
    What are the properties of these H.264.mov files - is it 1080p30 (1920 x 1080p30)  or something else? Do you know if this camera is recording with a variable or
    a constant frame rate?
    Please review and consider and then we will decide what next.
    Thank you.
    ATR

Maybe you are looking for