Error Sql-developer EA3 hangs during startup

Sql-developer 4 EA3 simply hangs while starting up in "startup pop-window" during task "Restoring Windows".
I've even restartet my windows 7,  the problem still exists.
Have to use an earlier version :-(
regards Karsten

Try finding the settings directory for 4EA3 in your application settings/roaming profiles directory and deleting it

Similar Messages

  • Sql-developer EA3 Crashed during startup

    Hi,I startup sql-developer on my Ubuntu 13.04,and it crashed with errors:
           "A fatal error has been detected by the Java Runtime Environment:SIGSEGV (0xb) at ...
            JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18)
            Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode linux-amd64 compressed oops)".
    I already tried "ulimit -c unlimited" before starting to enable write core dump.
    But if i run sql-developer as root user,then it startup normally,so I suspect it's insufficient privilege  when I startup with normal user first time.I have changed the owner of sqldeveloper & Java to myself but it didn't work(which was owned by root previously).
    I don't know how to analyze the core dump nor the error log file created during crash,but I do not want to startup it as root user.So,anybody who can give a solution would be appreciated.

    There are some related threads where running SQLDev as root 'fixes' the issue on Ubuntu...it looks like the final solution came down to this
    unset GNOME_DESKTOP_SESSION_ID
    Try that, or search the forums for the 2-3 other threads around this topic.

  • SQL Developer EA3 hangs after start up in MacOS

    Does anyone experience this issue?  After I install SQLDeveloper EA3 for Mac OS, when I click on the app to start.  SQLDeveloper starts up fine and it will present the start-up page.  But once it is in the Start-up page, then it hangs with a spinning wheel or hour glass in Windows term.  It looks like it is doing something.  But it just won't work and it hangs.  I have to force kill the job to get out of it.
    Does anyone know if there is any issue like this on the MacOS side?  I have Java JDK 1.7.45 on my Mac.  SQLDeveloper 3 works fine when I uninstall SQL Developer 4 EA3 and put the SQL Developer 3 back.  I don't think that this is a java related.  But it may be configuration related where SQL Developer appears to go to la la land after it starts up.
    So any idea will be greatly appreciated.  Thanks.

    I did run this from the terminal.  I run it from /Applications/SQLDeveloper.app/Contents/Resources/sqldeveloper/sqldeveloper/bin and simply run it with ./sqldeveloper.
    I have also updated the sqldeveloper.conf to use debug.conf option.
    IncludeConfFile  sqldeveloper-debug.conf
    When I run it, I receive the following and then it hangs and the spinning wheel happens...
    Oracle SQL Developer
    Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
    Java asserts are enabled!
    LOAD TIME : 315
    The following lists the dump when I issued kill -3 <pid>:
    Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode):
    "status-0" prio=5 tid=0x00007ff974d84800 nid=0x13c0b waiting on condition [0x00000001150a6000]
       java.lang.Thread.State: WAITING (parking)
      at sun.misc.Unsafe.park(Native Method)
      - parking to wait for  <0x00000007f68ee7a0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
      at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
      at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
      at java.util.concurrent.DelayQueue.take(DelayQueue.java:209)
      at oracle.ide.status.StatusExecutor$StatusQueue.take(StatusExecutor.java:338)
      at oracle.ide.status.StatusExecutor$StatusQueue.take(StatusExecutor.java:300)
      at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      at java.lang.Thread.run(Thread.java:744)
    "IconOverlayTracker Timer: null-jdbcNodeInfoType" prio=5 tid=0x00007ff976848000 nid=0x13913 in Object.wait() [0x00000001200a4000]
       java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000007f69a1e80> (a java.util.TaskQueue)
      at java.lang.Object.wait(Object.java:503)
      at java.util.TimerThread.mainLoop(Timer.java:526)
      - locked <0x00000007f69a1e80> (a java.util.TaskQueue)
      at java.util.TimerThread.run(Timer.java:505)
    "WaitCursor-Timer" prio=5 tid=0x00007ff974e0a000 nid=0x11d03 in Object.wait() [0x000000011bca5000]
       java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000007f670c360> (a java.util.TaskQueue)
      at java.lang.Object.wait(Object.java:503)
      at java.util.TimerThread.mainLoop(Timer.java:526)
      - locked <0x00000007f670c360> (a java.util.TaskQueue)
      at java.util.TimerThread.run(Timer.java:505)
    "WeakDataReference polling" prio=5 tid=0x00007ff97b325800 nid=0x11b03 in Object.wait() [0x000000011bba2000]
       java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000007f674cd10> (a java.lang.ref.ReferenceQueue$Lock)
      at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
      - locked <0x00000007f674cd10> (a java.lang.ref.ReferenceQueue$Lock)
      at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
      at oracle.ide.util.WeakDataReference$Cleaner.run(WeakDataReference.java:88)
      at java.lang.Thread.run(Thread.java:744)
    "pool-2-thread-1" prio=5 tid=0x00007ff97e1f6800 nid=0x11903 waiting on condition [0x000000011b18a000]
       java.lang.Thread.State: WAITING (parking)
      at sun.misc.Unsafe.park(Native Method)
      - parking to wait for  <0x00000007f62b07d0> (a java.util.concurrent.SynchronousQueue$TransferStack)
      at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
      at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:458)
      at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
      at java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:925)
      at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      at java.lang.Thread.run(Thread.java:744)
    "Scheduler" daemon prio=5 tid=0x00007ff97e621000 nid=0x11707 in Object.wait() [0x0000000117986000]
       java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000007f62f3f08> (a oracle.dbtools.raptor.backgroundTask.TaskLinkedList)
      at java.lang.Object.wait(Object.java:503)
      at oracle.dbtools.raptor.backgroundTask.TaskLinkedList.takeNextTask(TaskLinkedList.java:47)
      - locked <0x00000007f62f3f08> (a oracle.dbtools.raptor.backgroundTask.TaskLinkedList)
      at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$SchedulerThread.run(RaptorTaskManager.java:479)
    "DestroyJavaVM" prio=5 tid=0x00007ff9798c8000 nid=0x1903 waiting on condition [0x0000000000000000]
       java.lang.Thread.State: RUNNABLE
    "Thread-9" daemon prio=5 tid=0x00007ff97bac2000 nid=0x11303 in Object.wait() [0x000000011b087000]
       java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000007f5225358> (a java.util.LinkedList)
      at java.lang.Object.wait(Object.java:503)
      at java.util.prefs.AbstractPreferences$EventDispatchThread.run(AbstractPreferences.java:1476)
      - locked <0x00000007f5225358> (a java.util.LinkedList)
    "Log Poller" prio=5 tid=0x00007ff97b048800 nid=0x11007 waiting on condition [0x000000011a9ca000]
       java.lang.Thread.State: WAITING (parking)
      at sun.misc.Unsafe.park(Native Method)
      - parking to wait for  <0x00000007f55b3160> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
      at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
      at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
      at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
      at oracle.ide.log.QueuedLoggingHandler.take(QueuedLoggingHandler.java:60)
      at oracle.ideimpl.log.TabbedLogManager$4.run(TabbedLogManager.java:321)
      at java.lang.Thread.run(Thread.java:744)
    "JarIndex Timer" daemon prio=5 tid=0x00007ff97b80d800 nid=0x10407 in Object.wait() [0x000000011b474000]
       java.lang.Thread.State: TIMED_WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000007f4aaf6f0> (a java.util.TaskQueue)
      at java.util.TimerThread.mainLoop(Timer.java:552)
      - locked <0x00000007f4aaf6f0> (a java.util.TaskQueue)
      at java.util.TimerThread.run(Timer.java:505)
    "TimedCache-Timer" daemon prio=5 tid=0x00007ff97b099000 nid=0x1060b in Object.wait() [0x000000011af84000]
       java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000007f4891358> (a java.util.TaskQueue)
      at java.lang.Object.wait(Object.java:503)
      at java.util.TimerThread.mainLoop(Timer.java:526)
      - locked <0x00000007f4891358> (a java.util.TaskQueue)
      at java.util.TimerThread.run(Timer.java:505)
    "Framework Event Dispatcher" daemon prio=5 tid=0x00007ff975b08800 nid=0x10203 in Object.wait() [0x0000000117f48000]
       java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000007f41f4ac0> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread)
      at java.lang.Object.wait(Object.java:503)
      at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400)
      - locked <0x00000007f41f4ac0> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread)
      at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:336)
    "Framework Active Thread" prio=5 tid=0x00007ff9741b6000 nid=0xfe17 in Object.wait() [0x0000000117d42000]
       java.lang.Thread.State: TIMED_WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000007f4059920> (a org.eclipse.osgi.framework.internal.core.Framework)
      at org.eclipse.osgi.framework.internal.core.Framework.run(Framework.java:1863)
      - locked <0x00000007f4059920> (a org.eclipse.osgi.framework.internal.core.Framework)
      at java.lang.Thread.run(Thread.java:744)
    "CLI Requests Server" daemon prio=5 tid=0x00007ff974975000 nid=0xf103 runnable [0x00000001168f9000]
       java.lang.Thread.State: RUNNABLE
      at java.net.PlainSocketImpl.socketAccept(Native Method)
      at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:398)
      at java.net.ServerSocket.implAccept(ServerSocket.java:530)
      at java.net.ServerSocket.accept(ServerSocket.java:498)
      at org.netbeans.CLIHandler$Server.run(CLIHandler.java:1100)
    "Active Reference Queue Daemon" daemon prio=5 tid=0x00007ff974974800 nid=0xef03 in Object.wait() [0x00000001165c5000]
       java.lang.Thread.State: TIMED_WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000007f3ea0180> (a java.lang.ref.ReferenceQueue$Lock)
      at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
      - locked <0x00000007f3ea0180> (a java.lang.ref.ReferenceQueue$Lock)
      at org.openide.util.lookup.implspi.ActiveQueue$Daemon.run(ActiveQueue.java:180)
      - locked <0x00000007f3ea0180> (a java.lang.ref.ReferenceQueue$Lock)
    "TimerQueue" daemon prio=5 tid=0x00007ff9748c3800 nid=0xd703 waiting on condition [0x000000011220c000]
       java.lang.Thread.State: WAITING (parking)
      at sun.misc.Unsafe.park(Native Method)
      - parking to wait for  <0x00000007f3f10eb8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
      at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
      at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
      at java.util.concurrent.DelayQueue.take(DelayQueue.java:209)
      at javax.swing.TimerQueue.run(TimerQueue.java:171)
      at java.lang.Thread.run(Thread.java:744)
    "Java2D Disposer" daemon prio=5 tid=0x00007ff97489a000 nid=0xd307 in Object.wait() [0x0000000111fc1000]
       java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000007f3f264b8> (a java.lang.ref.ReferenceQueue$Lock)
      at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
      - locked <0x00000007f3f264b8> (a java.lang.ref.ReferenceQueue$Lock)
      at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
      at sun.java2d.Disposer.run(Disposer.java:145)
      at java.lang.Thread.run(Thread.java:744)
    "Java2D Queue Flusher" daemon prio=5 tid=0x00007ff975884000 nid=0xc207 in Object.wait() [0x0000000110cab000]
       java.lang.Thread.State: TIMED_WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000007f3e85998> (a sun.java2d.opengl.OGLRenderQueue$QueueFlusher)
      at sun.java2d.opengl.OGLRenderQueue$QueueFlusher.run(OGLRenderQueue.java:208)
      - locked <0x00000007f3e85998> (a sun.java2d.opengl.OGLRenderQueue$QueueFlusher)
    "AWT-EventQueue-0" prio=5 tid=0x00007ff974883000 nid=0xbb03 waiting on condition [0x0000000110ba8000]
       java.lang.Thread.State: WAITING (parking)
      at sun.misc.Unsafe.park(Native Method)
      - parking to wait for  <0x00000007f3f0f658> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
      at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
      at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
      at java.awt.EventQueue.getNextEvent(EventQueue.java:543)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:211)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
    "AWT-Shutdown" prio=5 tid=0x00007ff975879000 nid=0x750b in Object.wait() [0x000000010e088000]
       java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000007f3f13b80> (a java.lang.Object)
      at java.lang.Object.wait(Object.java:503)
      at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:287)
      - locked <0x00000007f3f13b80> (a java.lang.Object)
      at java.lang.Thread.run(Thread.java:744)
    "AppKit Thread" daemon prio=5 tid=0x00007ff975881800 nid=0x507 runnable [0x00007fff5c5bd000]
       java.lang.Thread.State: RUNNABLE
      at sun.lwawt.macosx.LWCToolkit.doAWTRunLoop(Native Method)
      at sun.lwawt.macosx.LWCToolkit.invokeAndWait(LWCToolkit.java:549)
      at sun.lwawt.macosx.LWCToolkit.invokeAndWait(LWCToolkit.java:489)
      at sun.lwawt.macosx.CAccessibility.invokeAndWait(CAccessibility.java:75)
      at sun.lwawt.macosx.CAccessibility.getFocusOwner(CAccessibility.java:521)
    "Service Thread" daemon prio=5 tid=0x00007ff97380e000 nid=0x5303 runnable [0x0000000000000000]
       java.lang.Thread.State: RUNNABLE
    "C2 CompilerThread1" daemon prio=5 tid=0x00007ff975823800 nid=0x5103 waiting on condition [0x0000000000000000]
       java.lang.Thread.State: RUNNABLE
    "C2 CompilerThread0" daemon prio=5 tid=0x00007ff97401a000 nid=0x4f03 waiting on condition [0x0000000000000000]
       java.lang.Thread.State: RUNNABLE
    "Signal Dispatcher" daemon prio=5 tid=0x00007ff97401f000 nid=0x4d03 waiting on condition [0x0000000000000000]
       java.lang.Thread.State: RUNNABLE
    "Finalizer" daemon prio=5 tid=0x00007ff974843800 nid=0x3903 in Object.wait() [0x000000010bef2000]
       java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000007f3bdf128> (a java.lang.ref.ReferenceQueue$Lock)
      at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
      - locked <0x00000007f3bdf128> (a java.lang.ref.ReferenceQueue$Lock)
      at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
      at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)
    "Reference Handler" daemon prio=5 tid=0x00007ff974010800 nid=0x3703 in Object.wait() [0x000000010bdef000]
       java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)
      - waiting on <0x00000007f3f24e00> (a java.lang.ref.Reference$Lock)
      at java.lang.Object.wait(Object.java:503)
      at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
      - locked <0x00000007f3f24e00> (a java.lang.ref.Reference$Lock)
    "VM Thread" prio=5 tid=0x00007ff974843000 nid=0x3503 runnable
    "GC task thread#0 (ParallelGC)" prio=5 tid=0x00007ff974814800 nid=0x2503 runnable
    "GC task thread#1 (ParallelGC)" prio=5 tid=0x00007ff974815000 nid=0x2703 runnable
    "GC task thread#2 (ParallelGC)" prio=5 tid=0x00007ff974815800 nid=0x2903 runnable
    "GC task thread#3 (ParallelGC)" prio=5 tid=0x00007ff974816000 nid=0x2b03 runnable
    "GC task thread#4 (ParallelGC)" prio=5 tid=0x00007ff974817000 nid=0x2d03 runnable
    "GC task thread#5 (ParallelGC)" prio=5 tid=0x00007ff974817800 nid=0x2f03 runnable
    "GC task thread#6 (ParallelGC)" prio=5 tid=0x00007ff974818000 nid=0x3103 runnable
    "GC task thread#7 (ParallelGC)" prio=5 tid=0x00007ff974818800 nid=0x3303 runnable
    "VM Periodic Task Thread" prio=5 tid=0x00007ff975834800 nid=0x5503 waiting on condition
    JNI global references: 1152
    Heap
    PSYoungGen      total 46080K, used 17363K [0x00000007fbd00000, 0x0000000800000000, 0x0000000800000000)
      eden space 23552K, 42% used [0x00000007fbd00000,0x00000007fc6c8250,0x00000007fd400000)
      from space 22528K, 32% used [0x00000007fd400000,0x00000007fdb2caf8,0x00000007fea00000)
      to   space 22528K, 0% used [0x00000007fea00000,0x00000007fea00000,0x0000000800000000)
    ParOldGen       total 131584K, used 73062K [0x00000007f3800000, 0x00000007fb880000, 0x00000007fbd00000)
      object space 131584K, 55% used [0x00000007f3800000,0x00000007f7f59820,0x00000007fb880000)
    PSPermGen       total 92160K, used 67536K [0x00000007e3800000, 0x00000007e9200000, 0x00000007f3800000)
      object space 92160K, 73% used [0x00000007e3800000,0x00000007e79f40d0,0x00000007e9200000)

  • SQL Developer 4 Hangs on Startup

    SQL Developer starts with the splash screen, then opens a larger window (leaving both open) and then hangs there.
    I've seen several threads like the following:
    https://community.oracle.com/message/11326869#11326869
    https://community.oracle.com/message/11127183#11127183
    I'm running Java 7:
    2014-01-29 13:54:55                                          
    D:\oracle\product\11.2.0\client_1\sqldeveloper               
    » java -version                                              
    java version "1.7.0_13"                                      
    Java(TM) SE Runtime Environment (build 1.7.0_13-b20)         
    Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)
    2014-01-29 13:56:12                           
    D:\oracle\product\11.2.0\client_1\sqldeveloper
    » $(gcm java).Path                            
    C:\Program Files\Java\jdk1.7.0_13\bin\java.exe
    I've completely deleted my %USERPROFILE%\AppData\Roaming\{sqldeveloper|SQL Developer} directories.
    I'm running from my D:\ drive.
    I've modified the %USERPROFILE%\AppData\Roaming\sqldeveloper\product.conf and pointed it at various JDKs with various results - as expected Java 6 flat doesn't work. Older Java 7 doesn't open the blank screen but hangs.

    1.7.0_13-b20 is old, and is that a beta? We're testing and supporting with version 1.7u45 as a minimum.
    You don't need to update your JDK - just download the Windows copy of SQLDev 4 that includes the JDK and you should be good to go.
    The other thing you could try is to run it from your C:\ drive in case there's some weird write permissions issue going on.

  • Sever hangs during startup with registration of some servlets

              Sever hangs during startup if some specific servlets are being registered.
              The same servlets go OK in windows environment.
              It's an AIX 4.3.3 with jdk 1.2.2 IBM build ca122-20001026.
              

    I tried doing the verbose boot and a lot of codes started showing up. I don't really know how to read stuff like these but I've read 3 shutdown causes or something like that. And it disappeared to blue then grey screen then it asked for language selection, I clicked english, then it says, if you want to fix your disk click DISK UTILITIES in the Utilities options. I did and still, didn't see anything listed on the First Aid tab.
    I'm just wondering, what will happen if I reinstall my OS? I'll lose all the saved files and datas right? Is it like restoring it to factory settings and will just bring my laptop back to normal? I don't have any back ups for my file, is there any way that I could get some even if I can't access my desktop?

  • Oracle SQL Developer Screen hangs up

    I am facing an unusual problem in Oracle SQL Developer. When I try to compile a store procedure it hangs up the Oracle SQL Developer Screen and I can't do any activity, except to kill the SQL developer instance and start again.
    But when i start he instance and try to compile it, i again get the same error.
    Anybody faced such problem? I am new to oracle.
    For one or two instance I waited for 5 to 10 min and got this error
    ORA-04021 timeout occurred while waiting to lock object
    But I am the only person working on this instance of Oracle

    That would indicate some other session is currently running the proc. Check out Tools - Monitor Sessions, or the Enterprise Manager. If necessary, you can kill the locking session from both.
    Hope that helps,
    K.

  • SQL Developer Export hangs - version 3.2.20.09

    Hi,
    I installed SQL Developer Version 3.2.20.09 Build MAIN-09.87 and try to export a query into csv file,
    it hangs after writing 100 rows, I don't see the file grows on OS, the progress-bar keeps saying 100 row
    I also tried .xls format, the problem remains.
    the downloaded file is sqldeveloper-3.2.20.09.87.zip (with JDK included)
    Your help is appreciated.

    I ran export for a different SQL, the .csv file was generated.
    Not sure if the issue I encounter is data-related. I want to point out that some of the return data contains ASCII control characters:
    This is the exact SQL for the hanged-export:
    select c.email_addr,c.job_title, regexp_replace(c.job_title,'[[:cntrl:]]','#'),
    t.job_title, regexp_replace(t.job_title,'[[:cntrl:]]','#')
    from HZ_IMP_CONTACTS_T t, my_contact c
    where t.batch_id=100002764150299
    and t.REL_ORIG_SYSTEM_REFERENCE = c.pr_dept_ou_id || ':' || c.row_id
    and rownum < 200
    Hope you can reproduce this issue.
    Thanks,
    Wen

  • Import bug (fatal error): SQL Developer 4.1EA2 drops destination table upon rollback after error

    I created a table in the worksheet and then I tried to import data into is using SQL Developer EA2. After error is raised, I was presented with the error on the screenshot below. (Note: Rightmost button stands for "Cancel") By choosing cancel (i.e. Click cancel to cancel and rollback.) my destination table is dropped to recycle bin. Rollback should not undo any DDL even when the table was created using the import wizard. But purging a table that was not created by the import wizard is a fatal error.
    Steps to reproduce:
    create the destination table from worksheet and check if it was created:
    column table_name format a21
    create table test_imp_rollback_bug(dummy number(2));
    insert into test_imp_rollback_bug values (-1);
    commit;
    select table_name from user_tables where table_name='TEST_IMP_ROLLBACK_BUG';
    --Result:
    TABLE_NAME
    TEST_IMP_ROLLBACK_BUG
    import CSV using the import settings attached, To achieve this, utilize the new Restore state of the SQL Developer's import wizard. Note: you might need to adjust schema of the destination table.
    test_imp_rollback_bug_numbers.csv
    test_imp_rollback_bug-import_settings.sdimp
    Upon "Insert failed for rows  1  through  50 " message presented, click Cancel.
    The table does not exists any more:
    select table_name from user_tables where table_name='TEST_IMP_ROLLBACK_BUG';
    --Result:
    no rows selected
    Edit (jmarton, 2015-04-26):
    Software versions used:
    SQL Developer version: 4.1.0.18.37
    Oracle JDK: 1.8.0_31, 64bit, Linux
    Instant client: linux.x64-12.1.0.2.0
    Database: 12cR1 12.1.0.2.0 64bit, Linux, EE, CDB-install

    select table_name from user_tables where table_name='TEST_IMP_ROLLBACK_BUG'; 
    --Result: 
    no rows selected
    >>Note: you might need to adjust schema of the destination table.
    A rollback won't drop a table. Are you sure the tale isn't there? select from dba_tables or all_tables, assuming you had to change the destination schema as indicated in your test notes.

  • The new SQL Developer keeps hanging!

    http://www.oracle.com/technology/software/products/sql/index.html
    SQL Developer give me a break!
    I installed this software for the ease of retreival of data from the database, but on the contrary it keeps hanging and has now become a nuisance to use it.
    It affects the productivity to a great extent since it keeps me waiting for too long while it fetches data.
    Before this I had used Toad(which is not used here anymore), and never had any such problems with it.
    In the SQL Developer, the records fetched are now editable. But I don't see that as a boon to us. Infact scrolling through the record to the end has now become a pain. Before to scroll throught a record all you needed to do was press the <-- or
    --> keys. Now thats not possible.
    Plus, it seems more unstable than the previous version. It just hangs more than before.

    -followup-
    Hi,
    Getting extra popup menuoptions in the navigator is really easy (thanks Kris Rice for the skeleton on http://esdev.sourceforge.net/)
    I'll try to rewrite some GeoRaptor code so the menu-options will work for SQL Developer 1.1.
    Does anyone know some docs/examples for submenus/icons in the navigator popup ?
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Mobile hanged during startup

    Mobile hanged during starting the phone. The power button is not working and always showing "Setting language". Even the phone is not starting without charging the phone. What to do next????

    Mobile hanged during starting the phone. The power button is not working and always showing "Setting language". Even the phone is not starting without charging the phone. What to do next????

  • IMAC freezing, hang during startup, loud noise coming out from the speaker

    I am using the iMAC i3 Intel based which i bought it just a month ago
    Last week it hang, freeze just like that without me launch any application just yet
    I hold the ON button for a restart, and it freeze during the startup
    One more thing, sometimes when it freeze, there's a noise coming out from the speaker ( just like there is no signal from the TV )
    Already sent it to the Apple Service Center but they tell me it is free from any error, but by the time i bring it back home, not even 12 hours, it freeze again just like that with loud noises coming out from the speaker.
    Btw did i mention, sometimes there's also a screen distortion
    Please somebody help me

    I've experienced similar symptoms to the original poster's description. I have an iMac 27" 2010 model. This may be related to the following:
    I've looked on numerous forums regarding the freezing problem I was having. This problem would arise on a wide range of systems.
    Symptoms included but were not all always present - usually when I am loading the system with games/heavy load processes:
    - Full system freeze, screen still on.
    - Loud cracking noise coming from speakers (relative to what volume was at when the freeze happened).
    - Computer asleep but I cannot wake up unless hard reset with power button.
    - My screen backlight was also damaged (permanently dimmed) near the left side, and progressively got worse over time. This was fixed (replaced LCD 27" display $600+ and covered by my creditcard extended warranty)
    Basically, what I've come to realize which has not been well documented as far as I could find relating to this problem - is that the system is overheating and causing these freezing errors (and LCD damage in my case). Prologned occurances could result in different system part failures.
    How do you fix the overheating problem? Give this a try, it's worked so far for me and I've actually been able to continue video/photo editing without having this annoying freeze.
    Search for and download 'iStat Pro' (widget addon that lets you monitor your system temperatures... compare it before and after the fix)
    Search for and download 'SMCFanControl (a great little app that allows you to change your system fan speeds) - I did not know this was possible, and have never heard the fans go this high when it was being run automatically by the system. The fan's are obviously louder when set to max, but is well worth the system cooling results.

  • Error in identifying control file; during startup, SOLVED

    Virag_Sh: Thanks for your valuable inputs.
    Oracle is not able to identify the control files on startup.
    [oracle@localhost ~]$ sqlplus sys/change_on_install as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Sat Jun 2 11:36:25 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 88080384 bytes
    Fixed Size 1217836 bytes
    Variable Size 79694548 bytes
    Database Buffers 4194304 bytes
    Redo Buffers 2973696 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    initTSH1.ora file contents:
    CONTROL_FILES = ("/boot/u01/app/oracle/oradata/orcl/control1.ctl","/boot/u01/app/oracle/oradata/orcl/control2.ctl","/boot/u01/app/oracle/oradata/orcl/control3.ctl"
    And here are the control files:
    [oracle@localhost orcl]$ pwd
    /boot/u01/app/oracle/oradata/orcl
    [oracle@localhost orcl]$ ls -l | grep ctl
    -rw-r----- 1 oracle oinstall 7061504 May 31 15:19 control01.ctl
    -rw-r----- 1 oracle oinstall 7061504 May 31 15:19 control02.ctl
    -rw-r----- 1 oracle oinstall 7061504 May 31 15:19 control03.ctl
    Message was edited by:
    user545563

    The new value is ((4MB * the number of cpus)/db_block_size)
    Sat Jun 2 16:10:53 2007
    Starting ORACLE instance (normal)
    Sat Jun 2 16:10:53 2007
    System parameter db_block_buffers enabled without VLM on.
    Cannot determine all dependent dynamic libraries for /proc/self/exe
    Unable to find dynamic library libocr10.so in search paths
    RPATH = /ade/aime1_build2101/oracle/has/lib/:/ade/aime1_build2101/oracle/lib/:/ade/aime1_build2101/oracle/has/lib/:
    LD_LIBRARY_PATH is not set!
    The default library directories are /lib and /usr/lib
    Unable to find dynamic library libocrb10.so in search paths
    Unable to find dynamic library libocrutl10.so in search paths
    Unable to find dynamic library libocrutl10.so in search paths
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_1 parameter default value as /boot/u01/app/oracle/product/10.2.0/db_1/dbs/arch
    Autotune of undo retention is turned off.
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    processes = 50
    shared_pool_size = 54525952
    control_files = /boot/u01/app/oracle/oradata/orcl/control01.ctl, /boot/u01/app/oracle/product/10.2.0/db_1/dbs/;
    db_block_buffers = 512
    log_buffer = 2927616
    log_checkpoint_interval = 10000
    db_files = 80
    db_file_multiblock_read_count= 8
    global_names = TRUE
    parallel_max_servers = 5
    max_dump_file_size = 10240
    db_name = DEFAULT
    MMAN started with pid=4, OS id=7709
    PMON started with pid=2, OS id=7705
    PSP0 started with pid=3, OS id=7707
    LGWR started with pid=6, OS id=7713
    DBW0 started with pid=5, OS id=7711
    RECO started with pid=9, OS id=7719
    MMON started with pid=10, OS id=7721
    MMNL started with pid=11, OS id=7723
    SMON started with pid=8, OS id=7717
    CKPT started with pid=7, OS id=7715
    Sat Jun 2 16:11:01 2007
    ALTER DATABASE MOUNT
    Sat Jun 2 16:11:01 2007
    ORA-00202: control file: '/boot/u01/app/oracle/product/10.2.0/db_1/dbs/;'
    ORA-27037: unable to obtain file status
    Linux Error: 2: No such file or directory
    Additional information: 3
    Sat Jun 2 16:11:01 2007
    ORA-205 signalled during: ALTER DATABASE MOUNT...
    The error is here:
    ORA-00202: control file: '/boot/u01/app/oracle/product/10.2.0/db_1/dbs/;'
    ORA-27037: unable to obtain file status
    Linux Error: 2: No such file or directory
    Don't know how is /boot/u01/app/oracle/product/10.2.0/db_1/dbs/ directory getting added to while searching for the control file.
    control files are located in directory: /boot/u01/app/oracle/oradata/orcl/control01.ctl
    init.ora,initTSH1.ora and spfileTSH1.ora all have control file location as
    /boot/u01/app/oracle/oradata/orcl/control01.ctl
    [oracle@localhost dbs]$ cat spfileTSH1.ora
    *.CONTROL_FILES='/boot/u01/app/oracle/oradata/orcl/control01.ctl',';'
    *.db_block_buffers=100# SMALL
    *.db_file_multiblock_read_count=8# SMALL
    *.db_files=80# SMALL
    *.db_name='DEFAULT'
    *.global_names=TRUE
    *.log_buffer=32768# SMALL
    *.log_checkpoint_interval=10000
    *.max_dump_file_size='10240'# limit trace file size to 5 Meg each
    *.parallel_max_servers=5# SMALL
    *.processes=50# SMALL
    *.shared_pool_size=52132659
    [oracle@localhost dbs]$
    In init.ora
    CONTROL_FILES = ("/boot/u01/app/oracle/oradata/orcl/control01.ctl","/boot/u01/app/oracle/oradata/orcl/control02.ctl","/boot/u01/app/oracle/oradata/orcl/control03.ctl");
    In initTSH1.ora
    # define two control files by default
    CONTROL_FILES = ("/boot/u01/app/oracle/oradata/orcl/control01.ctl","/boot/u01/app/oracle/oradata/orcl/control02.ctl","/boot/u01/app/oracle/oradata/orcl/control03.ctl");
    [oracle@localhost orcl]$ pwd
    /boot/u01/app/oracle/oradata/orcl
    [oracle@localhost orcl]$ ls -l | grep ctl
    -rw-r----- 1 oracle oinstall 7061504 May 31 15:19 control01.ctl
    -rw-r----- 1 oracle oinstall 7061504 May 31 15:19 control02.ctl
    -rw-r----- 1 oracle oinstall 7061504 May 31 15:19 control03.ctl

  • HELP: Latest Security Update hangs during startup

    I did two updates, the latest Security Updates for Tiger OSX on my G4, mirror door and also the latest iTunes. After all the downloads it asked me to reboot. Now I get the gray Apple with an endless spinning clock.
    I did repair disk permissions via holding down "C" button and also did the fsck or whatever command in terminal mode. Still it hangs.
    I'm desperate need of help here. I'm posting this on my iPhone, as my only computer now won't boot.
    Can I go back to another version (Tiger only DVD) or how I run off the CD without asking for installation?
    To make matters worse, my external HD took a dump and I lost all my iTunes library. All I wanted to do was update my iPhone to 3.0, and now Im just hosed.
    Does anyone know if this update does this and what to do? Or am I just unlucky? weeping.....
    please post solutions that I can easily access on my small iPhone screen. thanks.
    -G4 single 1.25, Mirrored Door, 768MB RAM, 80Gb HD (8 GB free),

    Hi applrob, and a warm welcome to the forums!
    Does anyone know if this update does this and what to do? Or am I just unlucky?
    99.9% of the time it means there was some pre-existinng corruption. I'll mention all the steps, but I thing the bolded end section is what we'll end up needing.
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Tiger Install disc that came with your computer, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Click the disclosure triangle to the left of the hard drive icon to display the names of your hard disk volumes and partitions.
    5. Select your Mac OS X volume.
    6. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    The usual reason why updates fail or mess things up, is if Permissions are not fixed before & after every update, with a reboot... you may get a partial update when the installer finds it doesn't have Permissions to change one obscure little part of the OS, leaving you with a mix of OS versions.
    Some people get away without Repairing Permissions for years, some for only days.
    If Permissions are wrong before applying an update, you could get mixed OS versions, if Directory is the slightest messed up, who knows!
    If many Permission are repaired, or any Directory errors are found, you may need to re-apply some the latest/biggest updates.
    May even need to do an Archive and Install if you have room on the HD, but saves all your files and gives a new OS...
    http://docs.info.apple.com/article.html?artnum=107120
    I only use Software Update to see what is needed, then get them for real via...
    http://www.apple.com/support/downloads/
    That way I can wait a week or so, check the forums for potential problems, and get Permissions & such in order before installing.
    *If all the above fails, then it appears to be time for a relatively painless Archive & Install, which gives you a new/old OS, but can preserve all your files, pics, music, settings, etc., as long as you have plenty of free disk space and no Disk corruption, and is relatively quick & painless...*
    *http://docs.info.apple.com/article.html?artnum=107120*
    *Just be sure to select Preserve Users & Settings.*

  • HELP, my mac just hangs during startup

    I tried to turn my computer off and it froze, i shut it off by the power butten.... I went to turn it on and i hear the startup bong, then i see the gray screen with the apple on it, the the little circle thing just goes around and around, it never goes anyplace else. I tried putting my os disk in...same thing happens. I can't get anyplace...what can i do???
    HELP PLEASE

    OK...update took it to the service center...it was a software issue, everything on my time machine was AWESOME...so they reinstalled a fresh copy of leopard and sent me on my way...I came home and reinstalled everything on my time machine. WHEW - we are back up and running and everything came back.
    I swear - that time machine just paid for itself and is not consider PRICELESS.. I think everyone should have one.
    so I just wanted to post an update

  • Excel 2013 hangs during startup--Excel 2013 starts in safe mode.

    All Com's disabled.  Word, Powerpoint, and Publisher 2013 open normally.
    Excel 2010 starts normally.

    Hi,
    Since you said that Excel 2013 can start normally in safe mode, then this issue seems to be caused by some add-in. Disable the add-ins to check the issue.
    http://office.microsoft.com/en-us/excel-help/work-with-office-safe-modes-HP010354300.aspx
    Jaynet Zhang
    TechNet Community Support

Maybe you are looking for

  • Connection failed when trying to connect to external Lacie hard disk

    I have an external Lacie hard disk which sits under and is connected to my Airport Extreme base station. I access that volume by using the 'Connect to Server' option in the finder, and I can see the Lacie drive when I get to the stage where I click t

  • My Ipod Updater doesn't recognize my Ipod nano

    Yes, everytime i try to hook up my ipod nano or start up my ipod updater, the ipod updater says "Ipod Service Error!". From there I have no clue what to do. I've done everything that has been asked i've restarted the ipod, put it in disk mode, change

  • Problem with username and password

    I've been trying to set up a new back up from scratch, and after losing my network and wifi connection, I just about have it all working again. I have wireless connection, and I have the TC appearing correctly in Airport Utility, green light, reporti

  • What are the new gestures for touch screens?

    According to the help file with the Windows 10 Technical Preview for Enterprise build 9879 the same gestures that work on Windows 8.1 are supposed to work on Windows 10. I cannot get swiping down from the top of the screen or the bottom of the screen

  • Trace file problem

    I got a tkprof trace file and found the following message at the top of the trace file: The following statement encountered a error during parse: SELECT INVOICE_ID FROM AP_PAYMENT_SCHEDULES WHERE INVOICE_ID = :b1 FOR UPDATE OF AP_PAYMENT_SCHEDULES NO