Import got hanged for 14 hrs without any error

hi all,
I'm trying to import from 10G release 1 to 10G release 2,both on windows NT server.I'm using 9.2 client for export import.My problem is that all the imports are getting hanged at the "about to enable constraints..." stage,Tables and table data are getting imported .Any suggestion towards how to resolve it.Very strange!! it got stuck for 14 hours!!But No Error meassage!!
Thanks,
Anirban Dey

Hi Anirban,
The best solution I can give you is... use this rule always..
Use the export utility corresponding to the same version of the database which you are exporting. While importing there can be a difference.
There could be a addition or removal of export related tables/ views by Oracle Export from version to version.
Just try using 10.1 and 10.2 release export for the corresponding release that you are trying to export.
I strongly feel that woudl solve your problem

Similar Messages

  • Import hangs for a user without any error -Solved

    I am facing a strange issue here
    I am doing an import in 9.2.0.6(win 2000) from 9.2.0.6 (solaris5.9)
    After reaching a user its just blinking No Log error,nothing I monitored from OEM CONSOLE there are nothing coming into the DB the space occupied remmains the same
    I just press enter :)
    Message was edited by:
    Maran Viswarayar

    Hi ok i will try:
    1. under systemadministration/portal display/desktop & display rules create an portal desktop somewhere in your pcd (under browse tab)
    2. go to : pcd:portal_content/every_user/general and there should be your default framework page add this one to your created portal desktop
    3. under pcd:portal_content/themes you can find your themes so you can also add one to your created portal desktop so you can now save it and your portal desktop is created
    4. now create in some folder an new rule collection( just rightclick on some folder, new, rule collection)
    and in the opened screen you can define rules like if user = chan than portal desktop = pcd:portal_content/mydesktops/my_portal_desktop
    5. there is an master rule collection in :pcd:portal_content/administrator/super_admin/main_rules which is an master rule, you can ad here an expression and link to your created master rule collection like if user = chan THEN Rule Collection = pcd:portal_content/mydesktops/my_rule_collection
    Now login again and it will work.
    ps: under search tab on the systemadministration/portal display/desktop & display rules page you can also search your themes, desktops and rule collections

  • WL510 startup hangs without any error messages.

    I have installed WebLogic 510 on a Sun Sparc with Solaris 5.7
    following WebLogic installation guide(which I have used to
    successfully install other similar machines). We are using
    JDK 1.2.2_06(with the three necessary OS patches installed).
    When I try to start WebLogic from command line(see below)
    using script, it just hangs and sits there without giving any
    error messages. Is there anything obvious that I have missed?
    Thanks, Jim
    Command line I used to start WebLogic server
    (all in one line of course):
    /usr/java1.2/bin/java
    -native
    -ms64m -mx64m
    -classpath ./classes/boot:
    ./eval/cloudscape/lib/cloudscape.jar
    -Dweblogic.class.path=./license:
    ./classes:
    ./lib/weblogicaux.jar:
    ./myserver/serverclasses:
    /opt/oracle8/product/8.1.6/jdbc/lib/classes12.zip:
    /usr/local/j2sdkee1.2.1/lib/j2ee.jar
    -Dweblogic.home=.
    -Djava.security.manager
    -Djava.security.policy==/opt/weblogic/weblogic.policy
    weblogic.Server

    I think I've got a newer WebLogicLicense.xml format, i.e.
    version 6.0(it starts with:
    <?xml version="1.0"?>
    <bea-licenses>
    <license-group format="1.0" product="WebLogic Server" release="*">
    <license
    component="WebLogic"
    Is there a way to convert it back to 5.1.0
    format(so that it starts with:
    <!-- Keys for version 4.0 and later -->
    <WEBLOGIC-LICENSES>
    <LICENSE PRODUCT="WebLogic"
    Kumar Allamraju <[email protected]> wrote:
    That thread doesn't appear to be hanging. It's in Running
    state.
    Also have you tried to ping the server? Does WLS responds
    to ping commands?
    Jim Lee wrote:
    Here is the thread dump for the "main" thread:
    "main" (TID:0x3a3d0, sys_thread_t:0x3a308, state:R,thread_t: t@1,
    threadID:0x25
    118, stack_bottom:0xffbf0000, stack_size:0x20000) prio=5
    [1] weblogic.xml.license.BaseParser.sendCharacters(BaseParser.java:119)
    [2] weblogic.xml.license.WEBLOGICLICENSESParser.parse(WEBLOGICLICENSESParser.jav
    a:59)
    [3] weblogic.xml.license.BaseParser.parse(BaseParser.java:81)
    [4] weblogic.common.internal.LicenseInfo.loadXML(LicenseInfo.java:131)
    [5] weblogic.common.internal.ServerUtil.initLogging(ServerUtil.java:112)
    [6] weblogic.common.internal.ServerUtil.initLogging(ServerUtil.java:82)
    [7] weblogic.common.internal.ServerUtil.<clinit>(ServerUtil.java:75)
    [8] weblogic.t3.srvr.T3Srvr.checkAccess(T3Srvr.java:883)
    [9] weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:822)
    [10] java.lang.reflect.Method.invoke(Native Method)
    [11] weblogic.Server.startServerDynamically(Server.java:99)
    [12] weblogic.Server.main(Server.java:65)
    [13] weblogic.Server.main(Server.java:55)
    Kumar Allamraju <[email protected]> wrote:
    How do you know WLS was hanging?
    Did you tried to ping the server? Take a thread dump
    and
    post it here
    Jim Lee wrote:
    I have installed WebLogic 510 on a Sun Sparc with
    Solaris
    5.7
    following WebLogic installation guide(which I have
    used
    to
    successfully install other similar machines). We
    are
    using
    JDK 1.2.2_06(with the three necessary OS patches
    installed).
    When I try to start WebLogic from command line(seebelow)
    using script, it just hangs and sits there withoutgiving
    any
    error messages. Is there anything obvious that I
    have
    missed?
    Thanks, Jim
    Command line I used to start WebLogic server
    (all in one line of course):
    /usr/java1.2/bin/java
    -native
    -ms64m -mx64m
    -classpath ./classes/boot:
    /eval/cloudscape/lib/cloudscape.jar
    -Dweblogic.class.path=./license:
    /classes:
    /lib/weblogicaux.jar:
    /myserver/serverclasses:
    /opt/oracle8/product/8.1.6/jdbc/lib/classes12.zip:
    /usr/local/j2sdkee1.2.1/lib/j2ee.jar
    -Dweblogic.home=.
    -Djava.security.manager
    -Djava.security.policy==/opt/weblogic/weblogic.policy
    weblogic.Server

  • Propagation Queue hanged without any error.

    Hi All,
    We have bi-directional replication using streams on 10g database.Last night propagation process hanged without any error in any of the queue.
    We tried to restart it but propagation queue didnt stop.It just went into infinite loop.
    Finally we have to kill the session.Then we restarted the database and everything worked fine.
    Just curious what happened there is no error so far neither in the queue nor in alert log/trace files.
    Please help!!!
    Thanks for all your help!!!
    Kind Regards
    Rahul

    There is insufficient information here to help you.
    If you have not patched to 10.2.0.4 that might be something to put on your radar sooner rather than later.

  • OBIEE 11.1.1.6 installation hangs without any error or warning

    Hi all,
    I'm trying to install OBIEE 11.1.1.6 on a previous 11.1.1.5 installation, on Windows Server 2003 Enterprise Edition. I followed the instructions on the "Oracle® Fusion Middleware Upgrade Guide for Oracle Business Intelligence 11g Release 1 (11.1.1)" manual, "Moving from 11.1.1.3 or 11.1.1.5 to 11.1.1.6" paragraph.
    All checks give positive result but then installation hangs without any error or warning. I tried 3 times with the same behaviour.
    Any suggestion? Anyone having similar problems?
    Thanks in advance,
    Cristina

    The only error I get (in the Windows application event viewer) is:
    [nQSError: 12002] Socket communication error at call=recv: (Number=10054) An existing connection was forcibly closed by the remote host
    Any suggestion?
    Thanks,
    Cristina

  • I bought a used PowerMacPC G5. I can burn and read DVDs, but I can't read or burn CDs. The CDs are not even recognized. After the drive searches for a while, the CD is ejected without any error messages. The CDs work okay on my iMac.

    I bought a used PowerMacPC G5. I can burn and read DVDs, but I can't read or burn CDs. The CDs are not even recognized. After the drive searches for a while, the CD is ejected without any error messages. The CDs work okay on my iMac.
    I am running Mac OSX 10.4.11. According to the System profiler the CD/DVD drive is a "PioneerDVD-RWDVR-112D." When I compare the information under this heading, the only unusual difference from my iMac is that the G5 reads "Burn Support: Yes (Unsupported)." My iMac reads "Burn Support: Yes (Apple Shipping Drive)."
    Under the System Preferences the options are set to "Ask what to do" when a blank CD or DVD is inserted. Music CD set to open iTunes, Picture CD set to open iPhoto, Video DVD set to open DVD player.
    Do you have any suggestions?
    Thanks, Jack

    Hi Jack, great help so far!
    Internal...
    http://eshop.macsales.com/static_pages/Framework.cfm?page=superdrive/sdl_powerma c_g5.html
    External be sure it's Firewire & not Bus powered...
    http://eshop.macsales.com/shop/firewire/optical-drives/

  • Web service hangs without any errors and exceptions

    hi all,
    We have a ejb application web service that is binded with shedular bc to trigger for every 2 hours
    and it runs for one and half hours making continous transactions with database..
    In the web service a outer for loop will be iterated by fetching list of data from database. And this list will be iterated in the inner for loop.
    This logic works fine for sometime, but suddenly after some random period of time without any errors and exceptions the outer for loop gets no list from database
    and the inner for loop is never executed and the web service completes processing.
    This i can able to see form my log files.
    i dont understand why the list is not fetched from the database, is the problem with hibernate or it lost the connection with database,
    either case it has to throw exception but the service is not.
    otherwise does this is garbage collector issue.
    Thanks in advance,
    Bye

    Without any code to see what's going on we'd be flying blind trying to answer this one.

  • I have a 2GB data plan with my iphone 5c.  If I purchase a new tablet can I use the phone as a personal hotspot for the tablet without any additional costs?

    I have a 2GB data plan with my iphone 5c.  If I purchase a new tablet can I use the phone as a personal hotspot for the tablet without any additional costs

        dianneb, great question and thanks for the help Weth. The good news is if you're on More Everything the mobile hotspot would be apart of your plan just as Weth mentioned. What you just want to keep in mind is that the usage from the tablet while connected to the hotspot would take from your current plan allowance. Hope this helps!
    AdamG_VZW
    Follow us on Twitter @VZWSupport

  • GRUB loads but get thrown into rescue shell without any errors

    I forgot to read the news before I did an upgrade for the first time in a long time and borked my system because of the filesystem update.
    Used to get Arch news by mail with a RSS forwarder, but the service I used shut down and I forgot to sign up for another one.
    Used chroot and it seems like I fixed the filesystem and bash packages with all the related symlinks, and I did mkinitcpio -p linux and got no errors.
    However when I boot I get directly thrown into GRUB rescue shell without any errors. Tried to reinstall GRUB but didn't change anything.
    Read GRUB - GRUB UEFI drops to shell, but I still have a grub.cfg. I believe I just have a pretty standard GRUB2 installation, however I'm not really since it's a long time since I installed it and it was a lot of back and forth because I tried a lot of combinations of GPT/MBR and GRUB/Syslinux since my HP ProBook 6460b laptop has UEFI. If more information is needed about my current GRUB install please do ask, chroot is working just fine.
    My system is updated and I'm using systemd.
    What should I do to fix my boot/GRUB?
    Also, I'm not sure if it's relevant, but when I try to run a Lubuntu LiveCD (same arch as my Arch install) it fallbacks to BusyBox with the error "unable to find a medium containing a live file system".
    It's still a fully working TTY so I haven't bothered to research further why. Maybe just a corrupt usb memory drive (setup).
    Last edited by Occi (2013-08-10 17:40:59)

    unilx wrote:You can manually create a grub.cfg file, the wiki has a detailed section on this, just Google: "arch linux manually creating grub.cfg"
    This might be the fix, but I'm not sure what I did that could've changed it. Anyway, I'm tired of having to use time maintaning my system just for a simple update and switching to Debian testing. Learning alot playing around with Arch, but the last half year or so have just felt like a big hazzle with all the (in my opinion) unecessary changes and distancing from it's BSD-like roots and KISS (systemd and all that jazz).

  • PO Approval stuck in error without any Error message

    Hi All,
    we have few notifications for PO Approval where they are stuck in error without any error message. they are also not showing in the worklist of the approver nor in the wf_notifications table. please help on this on how to solve this. we have done various options to solve the issue like skip/rewind/suspend/retry. but none of them works..... below is an extract of such an notification -
    Error in Workflow POAPPRV/3112-127925
    From SYSADMIN
    To Das, SD
    Sent 12-Dec-2011 16:55:01
    Closed 12-Dec-2011 17:07:30
    ID 164593
    Responder Das, SD
    An Error occurred in the following Workflow.
    Item Type = POAPPRV
    Item Key = 3112-127925
    User Key =429766-245
    Error Name =
    Error Message =
    Error Stack =
    Activity Id = 10770
    Activity Label = ROOT:POAPPRV_TOP
    Result Code = #STUCK
    Notification Id =
    Assigned User =
    Thanks,
    Sam D
    Edited by: Sam D on 12 Dec, 2011 1:45 PM

    Please post the details of the application release, database version and OS.
    Can you find any errors in the Workflow log file?
    All Purchase Orders or Requisitions Getting Stuck in Pre-Approved or In Process Status - Troubleshooting Checklist [ID 1104843.1]
    Troubleshooting for Requisitions / Purchase Orders in Process or Pre-Approved Status [ID 225017.1]
    Also, search MOS for (POAPPRV stuck) and go through the docs.
    Thanks,
    Hussein

  • Hello I Download Adobe Photoshop CC 2014 Last Night i INSTALLED it But it Crashes in 30-40 Sec After i Launch the Product Without Any Error Message I Need Help Can You Resolve This Problem i Tried Creative Cloud Sign Out Nd Sign iN But iT DidnT ReSolve My

    Hello I Download Adobe Photoshop CC 2014 Last Night
     i INSTALLED it But it Crashes in 30-40 Sec After i Launch the Product Without Any Error Message
    I Need Help Can You Resolve This Problem

    Lotfi are you receiving any error messages during the installation?  I would recommend reviewing your installation logs for errors.  Please see Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html for information on how to locate and interpret your installation log files.  You are welcome to post any specific errors you discover to this discussion.

  • Nokia Store Quits without any error messages.What ...

    My inbuilt Nokia store application within my Nokia Asha 305 keeps quiting without any error messages.What do i do to resolve this.I recently updated the S40 OS could that be the reason. And why?

    Just reset it to factory. That worked for me

  • Extract abends after sometime without any errors in logs

    Hi Folks,
    I am implementing unidirectional simple replication for one schema (DDL & DML) without GG data pump and I am newer to GG.
    Extract abends after sometime without any errors in logs. I doubt I did not configure exttrail/rmttrail properly.
    What should be the commands to configure trails in this scenerio ?
    Any suggestions ?
    Regards
    Edited by: LazyDBA11g on Aug 22, 2012 1:00 AM

    Thanks Paddu for reply but I can not use DBLOGREADER as it is not compatible in my env
    Use the TRANLOGOPTIONS parameter with the DBLOGREADER option in the Extract parameter file if the ASM instance is one of the following versions:
    Oracle 10.2.0.5 or later 10g R2 versions
    Oracle 11.2.0.2 or later 11g R2 versionsLastly I dont have connectivity issue with ASM.
    Regards
    Edited by: LazyDBA11g on Aug 22, 2012 1:03 AM

  • What software can be use to update iphone 3g 4.2.1 to iOs 4.4.4 without any error occuring...???

    what software can be use to update iphone 3g 4.2.1 to iOs 4.4.4 without any error occuring...???

    Ah...there is no iOS 4.4.4, & iOS 4.2.1 is the end of the line for your phone. There are no further updates available.

  • Restore not work without any error?

    I have an iPhone 4 , doesn't work when I want to restore with itunes and stop everything without any error . please help????

    You are very light on Details and Specifics... Thus making it difficult to assist you...
    If you are using windows...
    Temporarily disable your firewall and antivirus software and try again...
    See here for Connection Issues
    http://support.apple.com/kb/TS1379
    From Here
    http://www.apple.com/support/itunes/troubleshooting/

Maybe you are looking for