Import Hangs

Hi All,
Using Oracle 10.1 Standard Edition . OS - HP-UX 11.23
My Import Jobs hangs. Logs as below.
Have killed the job, and re-run, but still hangs.
impdp system/<pwd>@prod remap_schema=VPD:TPD remap_tablespace=VT:TT,VI:TI table_exists_action=REPLACE directory=datadir1 dumpfile=datadir1:Full_expdp_vpd.dmp  logfile=datadir1:`date '+impdp_vpd_tpd_%d%m%y_%H%M'`.log exclude=statistics 
Import: Release 10.1.0.4.0 - 64bit Production on Sunday, 23 October, 2011 20:16
Copyright (c) 2003, Oracle.  All rights reserved.
Connected to: Oracle Database 10g Release 10.1.0.4.0 - 64bit Production
Master table "SYSTEM"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
Starting "SYSTEM"."SYS_IMPORT_FULL_01":  system/********@vdb remap_schema=VPD:TPD remap_tablespace=VT:TT,VI:TI table_exists_action=REPLACE directory=datadir1 dumpfile=Full_expdp_vpd_231011_1958.dmp logfile=datadir1:impdp_vpd_tpd_231011_2016.log exclude=statistics
Processing object type SCHEMA_EXPORT/USER
ORA-31684: Object type USER:"TPD" already exists
Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
Processing object type SCHEMA_EXPORT/ROLE_GRANT
Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
Processing object type SCHEMA_EXPORT/TABLESPACE_QUOTA
Processing object type SCHEMA_EXPORT/SE_PRE_SCHEMA_PROCOBJACT/PROCACT_SCHEMA
Processing object type SCHEMA_EXPORT/TABLE/TABLE
Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
. . imported "TPD"."F42199"                           685.1 MB  287686 rows
. . imported "TPD"."F0911"                             326.3 MB  274826 rows

Pl provide details on how you determined the process has hung.
Pl verify by following the steps in MOS Doc 286496.1 (Export/Import DataPump Parameter TRACE - How to Diagnose Oracle Data Pump)
HTH
Srini

Similar Messages

  • Import hangs when "Do not import duplicates" is selected

    I am using iPhoto 6 with a Canon XTi camera. I import pictures directly from the camera via a USB connection. I prefer not to erase photos from the camera's CF card until I need space, as one more way to back up pictures, so when I do an import, I want to select "Do not import duplicates" and to check "apply to all duplicates" to avoid importing the same pictures over and over.
    Lately, however, If I select these two options when the first duplicate appears,, the import hangs and nothing happens. After a while I cancel the import and start it again, choosing to import all duplicates. This makes the import work.
    Any idea why the import would hang when I choose Do not import duplicates?
    Thanks.
    BC
    Message was edited by: BCDrums

    BC
    This feature is not great in v6 of iPhoto. It will perform better if you first move the files to a folder on the desktop and then import. You can use Image Capture to move the files.
    As to your specific query: try trash the com.apple.iPhoto.plist file from the HD/Users/ Your Name / library / preferences folder. (Remember you'll need to reset your User options afterwards. These include minor settings like the window colour and so on. Note: If you've moved your library you'll need to point iPhoto at it again.)
    Regards
    TD

  • Cannot allocate new log importing hanging

    Hai All,
    When I imort a 1.59 Gb data into a database after some time
    a mesaage in alertlog file and import hanging
    message
    ======
    Thread 1 cannot allocate new log, sequence 7
    Checkpoint not complete
    ======
    I have 3 redo log groups with 2 members with the size of 300MB
    How to resolve this? pleas help its an urgent.. please..
    Shiju

    Firstly the database in archive mode but I changed to noarchive mode before imorting the data
    my sql screen
    ==========
    SQL> archive log list
    Database log mode No Archive Mode
    Automatic archival Enabled
    Archive destination /archive
    Oldest online log sequence 7
    Current log sequence 11
    SQL>
    Please help
    Shiju

  • Lightroom 5.7 import hangs up

    I have Lightroom 5.7 running on a PC, 8.1 Windows op system.  Lightroom 5 opens and I can get to the library but when I try and import more pictures for a new collection, it hangs up and I get a message: "Adobe Photoshop Lightoom 64 has stopped working. A problem caused teh program to stop working correctly. Windows will close the program and notify you if a solution is available."  I never hear back (of course) from Windows or Microsoft.  Would it help to eliminate all the other collections I have on Lightroom?  It seems to be happening more and more that Import hangs up and won't operate.  It is longer than just the pause while it looks for sources on my several external drives.  Thank you!

    Possibility #1: http://members.lightroomqueen.com/index.php?/Knowledgebase/Article/View/1137/188/how-do-i- change-my-monitor-profile-to-check-whether-its-corrupted
    Possibility #2: you need to delete your preview cache, this is a folder whose name end with Previews.LRDATA. Do not delete the .LRCAT file in the same folder.

  • Full database import hangs

    System:
    Windows 2000 SP4
    Oracle 8.1.7
    Hi,
    I am importing a full backup ( export dump file ). It was taken from the
    database having the same structure as the database to which I am importing.
    It is taking too long in importing data in a particular table and seems to hang
    for hours. It says 40542226 rows imported. It seems to hang from here.
    I checked the v$session to identify the session serving the import and
    v$session_wait to verify the wait events for that session. But I don't see
    any wait events for this session. What I see is the session itself.
    I did the import using:
    imp username/password@sid file'D:\data\fullbkp.dmp' log=D:\log\fullbkpimp.log' full=y
    My question is: what are other diagnosis I should perform to help find out the cause and
    possibly the solution of this import hang?

    Hi,
    In addition, when I want to see what's is going on, I usually execute the SQL below in order to monitory the import operation activity...
    select substr(sql_text,instr(sql_text,'INTO "'),30) table_name,
    rows_processed,
    round((sysdate-to_date(first_load_time,'yyyy-mm-dd hh24:mi:ss'))*24*60,1) minutes,
    trunc(rows_processed/((sysdate-to_date(first_load_time,'yyyy-mm-dd hh24:mi:ss'))*24*60)) rows_per_min
    from sys.v_$sqlarea
    where sql_text like 'INSERT %INTO "%' and
    command_type = 2 and open_versions > 0; Cheers
    Legatti

  • Import hangs for (very) large file

    Hi All,
    where importing a file that is converted to a single data column in the beffileimport script.
    So i have a flatfile with 250.000 rows but 4 data columns and i convert it to a file with 1.000.000 rows and 1 data column.
    In the inbox i can see this process takes about 12 minutes. Which is long but not a problem for us.
    After that the FDM web client (11.1.1.3) keeps showing processing, please wait... (even after a day).
    We saw that there was no activitiy on the server so closed the web client, logged on againg and the import action was succesfull..
    So for some reason because the import step takes so long it doesn't show a success message but keeps hanging.
    Any suggestions how to solve this?
    thanks in advance,
    Marc

    The only thing that I would be aware of that would cause this is inserting a timeout Registry key on the workstation as noted in the following microsoft KB. If you have this in place, remove it and reboot and then test the import again.
    http://support.microsoft.com/kb/181050

  • IMovie 09 import hangs

    24" iMac 2.66 intel Core 2 Duo 4GB RAM
    I've seen a few archived posts on this with no apparent solution. iMovie 09 is hanging (spinning wheel) during import from a Canon Vixia. It will import a few clips at a time just fine, but if importing more than about 4 clip it will hang.
    It's like it stopped talking to the camera. Say I choose 10 clips to import... and say it imports 4... it successfully imports the 4th file, but it doesn't negotiate with the camera to start the 5th (I can tell because the data light on the camera doesn't blink like it normally does between clips).
    The workaround I've noticed (annoying) is to import 3 or 4 clips, restart iMovie, import 4 more clips... etc, etc.
    Any help for this?

    AppleMan1958 wrote:
    You need an Intel Mac to import AVCHD clips. Are these SD clips?
    AppleMan1958: The camera "theanimaster" is referring to is a Standard Definition MPEG2 device.
    theanimaster: It seems you already have your answer - just use your MacBook. But if you must use your iMac G5, how about _MPEG Streamclip_ to perform the Camera import & iMovie for the Editing of those clips.

  • ITunes import hangs

    I recently purchased a MacBook Pro and I've slowly been importing my CD collection. Most CDs have imported with no issue... except for 3 out of about 200 (so far at least).
    These albums hang during import... always on the last track... and always with a few seconds remaining. The CD drive keeps stopping and then loudly ramping up. I have to force quit iTunes and push the eject button on the keyboard.
    No matter how many times I try these tracks will not import. The tracks play fine from the CD.
    Anybody have the same issue or know of a fix?

    Anybody? I had my Macbook at the Apple store for a different reason and I mentioned it to the Genius Bar guy and he replaced the drive, but it's still doing it on occasion.
    I'm guessing it's not a hardware issue... perhaps a setting? Any ideas?

  • Oracle portal import hangs - no errors

    I was trying to Import a newly developed page group into production environment from development environment.
    Running Script to Create an Export Dump File - no errors from portal or on
    backend.
    Running Script on Target System - No errors.
    Running imported transport set through The Import Manager on target - doesn't
    complete. Doesn't show any errors. It runs repeatedly and doesn't import any
    objects.
    Please note the same transportset imported on Testing without any errors.
    ### Steps to Reproduce Problem ###
    I created a Test page group in development. Exported and ranthe generated script in export mode on the server. Moved the files to target and ran the script in
    import mode. Ran the imported transport set through The Import Manager on
    target system.
    No errors at any stage and it doesn't import and it hangs there.
    ### Instance Name(s) and Type of System(s) Where Error Occurs ###
    -- Details of Target environment ---
    Database Version
    Oracle9i Enterprise Edition Release 9.0.1.5.0 - Production
    PL/SQL Release 9.0.1.5.0 - Production
    CORE 9.0.1.2.0 Production
    TNS for Solaris: Version 9.0.1.4.0 - Production
    NLSRTL Version 9.0.1.5.0 - Production
    Instance: [email protected]:1521:dmdinfra
    Portal Version
    VERSION
    9.0.4.1.0
    Oneoffs/Patches Applied
    The list of patches applied to this instance, if no records present that means
    that no patches were applied. BUGNO
    9041
    4047129
    4384354
    4541550
    4576030
    Details of Source environment
    Database Version
    Oracle9i Enterprise Edition Release 9.0.1.5.0 - Production
    PL/SQL Release 9.0.1.5.0 - Production
    CORE 9.0.1.2.0 Production
    TNS for Solaris: Version 9.0.1.4.0 - Production
    NLSRTL Version 9.0.1.5.0 - Production
    Portal Version
    VERSION
    9.0.4.1.0
    Oneoffs/Patches Applied
    BUGNO
    9041
    4047129
    4374973
    4541550
    4576030
    This issue is submitted for oracle support.
    I appreciate any advice or workaround solution.
    Thanks.
    Satya

    Hero,
    The import log file indicates that import fails for trigger WWSBR_THAT_BRIUD_TRG while merging of items. This is a known issue.
    Please look at bug 3228369.
    This is due to a data corruption issue on SOURCE instance wherein there are pending entries in thingattributes table for
    non-existing subtypeattributes.
    Mentioned below are the steps that needs to be carried out:
    i) Run the data cleanup script for 9023 (released via bug 3121103) in REPORT mode on source instance.
    ii) The output file Data_Validation.txt will indicate whether there are any data corruptions.
    iii) If any corruptions are identified then take a database backup, shutdown 902 Midtier and run the cleanup script in RUN mode on
    source instance to get rid of such corruptions.
    Then
    iv) Export the pagegroups from source instance once again.
    v) Remove the unsuccessully imported pagegroups from target instance using force_delete script.
    vi) And import the new transport sets.
    Hope this helps.
    Thanks,
    Pallav

  • Mail Message Import Hanging in Max OSX 10.8

    I have just purchased a new iMac and cannot import my mail messages. It is hanging on 920 of 14000 each time. Does anyone know how to overcome this problem? I have read through some of the threads on this and tried some of the recommendations but am now close to throwing my new mac out of the window in frustration! Can anyone help? Many thanks

    highlight the email and press BACKSPACE on your keyboard.

  • My email import hangs...

    somewhere in the last month or so, something changed on my mac.. maybe it was an update from apple, i dunno.  but now every time i start Mac Mail, it hangs... it says it has to import my mail messages... 22,000 or so of them, though i find it a bit hard to believe there are THAT many.. but after about 400 msgs, it just hangs and the "time to complete" counter goes higher and higher (last time i force quit the app when i saw that the projected import time was 96 hours and still rising, while the count of msgs imported had not budged...
    very frustrating.  not sure where to go from here.
    anyone have this problem?  thoughts on how to fix it?
    thanks
    dc

    let it run over night and it completed.

  • Import hangs at step "imp single"

    Dear all,
    I'm importing a change request into the system, and it hangs at step "imp single".
    I checked the tp system log, it shows that:
    ERROR:       Background job RDDIMPDP is not scheduled. Please run report RDDNEWPP.
    ERROR:       I'm waiting 100 sec (Count: 66).
    WARNING:       (This warning is harmless if no further warnings follow.)
    WARNING: System AUD. Warning.        20070530153634 :
    ERROR:       Background job RDDIMPDP is not scheduled. Please run report RDDNEWPP.
    ERROR:       I'm waiting 100 sec (Count: 67).
    WARNING:       (This warning is harmless if no further warnings follow.)
    WARNING: System AUD. Warning.        20070530153814 :
    ERROR:       Background job RDDIMPDP is not scheduled. Please run report RDDNEWPP.
    ERROR:       I'm waiting 100 sec (Count: 68).
    WARNING:       (This warning is harmless if no further warnings follow.)
    But I'm pretty sure that I have scheduled the job RDDIMPDP as user DDIC.
    And I already tried to trigger the job manually, it doesn't work. Seems like the job cannot be triggered by the event....
    So could everybody help me about this issue? Thanks very much.
    Best regards

    Hello Georgine,
    Just check if any time after you have started the import has there been any run of RDDIMPDP. If not then please do login into 000 once again as DDIC as execute the report RDDNEWPP.
    Regards.
    Ruchit.

  • 10.6.2 Update Mail import hangs

    I recently updated to 10.6.2.  When I opened Mail it did the usual "Welcome to Mail... to use the new features in Mail, your existing Mail messages need to be imported into the new version the first time you use Mail."  This is usually no problem, but for some reason, this time around it hangs at Message 2905 and will not continue... I've left it for an hour and it just keeps increasing the time remaining to complete.  I don't know what to do, there is no option to skip message and I cannot use Mail until it completes... canceling just quits Mail and it starts all over when I re-open.  Anyone else had this issue?

    I noticed that it said what mailbox it was currently importing at the top.  The Mailbox "2010" was where it obviously had a corrupted message and it hung at the same spot every time. I searched inside the mail folder for it and found the mailbox, deleted it, and it was successful this time around.  Luckily, it was a small mailbox with nothing I necessarily needed in it.  I could have gone thru each message one at a time to find the offending message if I had to, it would be nice if there is a hang Apple would ask if you want to skip importing the offending message.

  • ZFS Import Hangs Forever

    I have an iscsi zpool mirror I am trying to import but it just hangs.
    sparky:/root> iscsiadm modify discovery --static enable
    sparky:/root> iscsiadm modify discovery --sendtargets disable
    sparky:/root> ping 11.11.11.12
    11.11.11.12 is alive
    sparky:/root> iscsiadm add discovery-address 11.11.11.12:3260
    sparky:/root> iscsiadm list discovery-address
    Discovery Address: 11.11.11.12:3260
    sparky:/root> iscsiadm list discovery-address -v 11.11.11.12
    Discovery Address: 11.11.11.12:3260
    Target name: iqn.2004-04.com.qnap:ts-210:iscsi.qnas.c270fa
    Target address: 11.11.11.12:3260, 1
    sparky:/root> iscsiadm list static-config
    sparky:/root> iscsiadm add static-config iqn.2004-04.com.qnap:ts-210:iscsi.qnas.c270fa,11.11.11.12:3260
    sparky:/root> iscsiadm list static-config
    Static Configuration Target: iqn.2004-04.com.qnap:ts-210:iscsi.qnas.c270fa,11.11.11.12:3260
    sparky:/root> devfsadm -i iscsi
    sparky:/root> format
    Searching for disks...done
    AVAILABLE DISK SELECTIONS:
    0. c0t0d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
    /pci@780/pci@0/pci@9/scsi@0/sd@0,0
    1. c0t1d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
    /pci@780/pci@0/pci@9/scsi@0/sd@1,0
    2. c0t2d0 <HITACHI-HUC101473CSS300-C4C2-68.37GB>
    /pci@780/pci@0/pci@9/scsi@0/sd@2,0
    3. c0t3d0 <FUJITSU-MAY2073RCSUN72G-0401-68.37GB>
    /pci@780/pci@0/pci@9/scsi@0/sd@3,0
    4. c2t600140576F64982DCEEFD4B31DB197DDd0 <QNAP-iSCSI Storage-3.1-1.79TB>
    /scsi_vhci/ssd@g600140576f64982dceefd4b31db197dd
    5. c2t600140559674C9CD1F27D4A18D8397D6d0 <QNAP-iSCSI Storage-3.1-1.79TB>
    /scsi_vhci/ssd@g600140559674c9cd1f27d4a18d8397d6
    Specify disk (enter its number): ^C
    sparky:/root> zpool import -f
    pool: data
    id: 5976159847315029669
    state: ONLINE
    action: The pool can be imported using its name or numeric identifier.
    config:
    data ONLINE
    mirror-0 ONLINE
    c2t600140576F64982DCEEFD4B31DB197DDd0 ONLINE
    c2t600140559674C9CD1F27D4A18D8397D6d0 ONLINE
    sparky:/root> zpool import -f data
    I am at a loss on how to proceed from here.

    Before I ran the "zpool import -f triceps", the "zpool import" gave me the correct output i.e. it was what I expected. Now the command hangs as well.

  • Bug Report: Import Hangs Indefinitely

    I've tried several times to get import working, but it always hangs.  I have about 40k pictures (jpg, cr2, dng, a few movies)  on an external drive.  Different amounts get imported each time I try before the hang.  The most I've been able to import is about 3k.
    Windows 7 x64, 16GB, i7
    I have 3.6 installed, so this is with a clean/new catalog.
    I've tried synchronizing after killing the process with no luck.
    Once it hangs, LR is responsive, and I can close it, but the process sticks around.
    I'm not sure what other info would help here, please let me know if there are other details I can provide.

    I've seen this happening too, but with less photos, about 500, import takes forever compared with 3.6, if it does the import at all...  Windows 7 64, an HP Z800 with 24 GB or RAM and a Quadro 5800 and 16 cores.

Maybe you are looking for

  • Sent email to be shown on more than 1 computer in the same premise

    there is small business company that has got 4 computer on same network and every computer has mozilla thunderbird installed. My question is that if i send mail from one computer it does not show the sent mail in another computer's sent folder. why i

  • GWHA - argh! Can't get it to work!

    I swear, if gwha had a neck I'd choke it. I'm so frustrated that I can't get this service to function. I'm pretty sure everything's configured correctly, but if I stop an agent it never gets restarted by gwha. Server: OES2, fully patched. GroupWise 7

  • Using JDeveloper with Oracle 10g Express Edition

    Hi, can JDeveloper 11g 11.1.1.4.0 Studio Edition be used to develop applications connection with Oracle 10g Express Edition? If not, is there a version downloadable that can? TIA

  • Sender AS2 Configuration...

    Hi All, I am doing configuration on AS2 (AS2 -> File).. We are getting the EDI Messages. Thru Sender AS2 CC, how to pick the messages into XI... Please help me out ... Thanks in advance.. Regards, Vasu

  • SAP HR ECC 6.0 certification materials

    Hi HR gurus, Iam working as ABAP HR consultant more than 3 years, Now i planned for get certification on SAP HR ECC 6.0 by myself. Please give me some inputs that where can i download certification materials for SAP HR ECC 6.0 . If somebody already h