3.0 Cannot open connection with startup skript

Hello,
Extras -> Preferences -> Database -> Filename for connection startup script
here I set the path and name to the following skript, the same I use for SQL*PLUS
DEFINE_EDITOR = "C:\Programme\IDM Computer Solutions\UltraEdit\Uedit32.exe"
SET NUMWIDTH 11
SET PAGESIZE 1000
SET AUTOCOMMIT OFF
SET LINESIZE 1000
SET ECHO OFF
SET HEADING OFF
SET FEEDBACK OFF
EXEC dbms_session.set_identifier('Igor Fjodorowitsch Strawinski');
EXEC dbms_application_info.set_client_info('L''Oiseau de Feu');
SET TERMOUT OFF
DEFINE gname=dummy
COLUMN global_name new_value gname     
     SELECT  LOWER(user)  || '@' ||
               SYS_CONTEXT ('USERENV', 'DB_NAME') global_name
     FROM     dual;
HOST TITLE &gname
SET SQLPROMPT '&gname> '
SET TERMOUT ON
SELECT     TO_CHAR(SYSDATE, '* *  DD.MM.YYYY  * *  HH24:MI:SS  * * ') "Connected"
FROM      dual;
SET HEADING ON
SET FEEDBACK ON
SET SQLNUMBER OFF
SET SERVEROUTPUT ON SIZE UNLWhen I restart SQL Developer I cannot open a connection.
Here's the thread dump
Registered TimesTen
2011-04-19 09:46:25
Full thread dump Java HotSpot(TM) Client VM (11.0-b16 mixed mode):
"Offene Verbindung" prio=6 tid=0x1a9e0400 nid=0x95c waiting on condition [0x1999f000..0x1999fc94]
   java.lang.Thread.State: WAITING (parking)
        at sun.misc.Unsafe.park(Native Method)
        - parking to wait for  <0x06c82678> (a java.util.concurrent.FutureTask$Sync)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:747)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:905)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1217)
        at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:218)
        at java.util.concurrent.FutureTask.get(FutureTask.java:83)
        at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$IdeTaskTracker.run(RaptorTaskManager.java:540)
        at java.lang.Thread.run(Thread.java:619)
"Keep-Alive-Timer" daemon prio=8 tid=0x1a58f800 nid=0xcf0 waiting on condition [0x1eb0f000..0x1eb0fb14]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
        at java.lang.Thread.sleep(Native Method)
        at sun.net.www.http.KeepAliveCache.run(KeepAliveCache.java:149)
        at java.lang.Thread.run(Thread.java:619)
"IconOverlayTracker Timer" prio=6 tid=0x1ac25400 nid=0x564 in Object.wait() [0x1ed0f000..0x1ed0fb94]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x067fd4c0> (a java.util.TaskQueue)
        at java.lang.Object.wait(Object.java:485)
        at java.util.TimerThread.mainLoop(Timer.java:483)
        - locked <0x067fd4c0> (a java.util.TaskQueue)
        at java.util.TimerThread.run(Timer.java:462)
"Timer queue for AWT thread" daemon prio=6 tid=0x1abaf400 nid=0xaa0 in Object.wait() [0x1ea0f000..0x1ea0fd94]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x063f4b78> (a java.lang.Object)
        at java.lang.Object.wait(Object.java:485)
        at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
        - locked <0x063f4b78> (a java.lang.Object)
        at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
        at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
"Timer queue for AWT thread" daemon prio=6 tid=0x1abbe400 nid=0xdc0 in Object.wait() [0x1e70f000..0x1e70fa94]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x063309f8> (a java.lang.Object)
        at java.lang.Object.wait(Object.java:485)
        at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
        - locked <0x063309f8> (a java.lang.Object)
        at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
        at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
"Timer queue for AWT thread" daemon prio=6 tid=0x1ab67800 nid=0xef4 in Object.wait() [0x1e50f000..0x1e50fb94]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x06330aa0> (a java.lang.Object)
        at java.lang.Object.wait(Object.java:485)
        at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
        - locked <0x06330aa0> (a java.lang.Object)
        at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
        at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
"Timer queue for AWT thread" daemon prio=6 tid=0x1ab17c00 nid=0xd0 in Object.wait() [0x1e20f000..0x1e20fc94]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x06330b48> (a java.lang.Object)
        at java.lang.Object.wait(Object.java:485)
        at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
        - locked <0x06330b48> (a java.lang.Object)
        at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
        at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
"Timer queue for AWT thread" daemon prio=6 tid=0x1ab18400 nid=0xc0c in Object.wait() [0x1df0f000..0x1df0fd94]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x06267ad8> (a java.lang.Object)
        at java.lang.Object.wait(Object.java:485)
        at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
        - locked <0x06267ad8> (a java.lang.Object)
        at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
        at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
"Timer queue for AWT thread" daemon prio=6 tid=0x1ab68c00 nid=0xffc in Object.wait() [0x1e90f000..0x1e90fa94]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x06265130> (a java.lang.Object)
        at java.lang.Object.wait(Object.java:485)
        at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
        - locked <0x06265130> (a java.lang.Object)
        at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
        at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
"Timer queue for AWT thread" daemon prio=6 tid=0x1ab8bc00 nid=0xca0 in Object.wait() [0x1e80f000..0x1e80fb94]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x06182658> (a java.lang.Object)
        at java.lang.Object.wait(Object.java:485)
        at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
        - locked <0x06182658> (a java.lang.Object)
        at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
        at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
"Timer queue for AWT thread" daemon prio=6 tid=0x1aab6800 nid=0x678 in Object.wait() [0x1e60f000..0x1e60fc94]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x06182700> (a java.lang.Object)
        at java.lang.Object.wait(Object.java:485)
        at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
        - locked <0x06182700> (a java.lang.Object)
        at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
        at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
"Timer queue for AWT thread" daemon prio=6 tid=0x1ab1b000 nid=0x998 in Object.wait() [0x1e40f000..0x1e40fd94]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x06120228> (a java.lang.Object)
        at java.lang.Object.wait(Object.java:485)
        at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
        - locked <0x06120228> (a java.lang.Object)
        at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
        at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
"Timer queue for AWT thread" daemon prio=6 tid=0x1aafd400 nid=0x988 in Object.wait() [0x1e30f000..0x1e30fa94]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x061204d8> (a java.lang.Object)
        at java.lang.Object.wait(Object.java:485)
        at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
        - locked <0x061204d8> (a java.lang.Object)
        at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
        at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
"Timer queue for AWT thread" daemon prio=6 tid=0x1aabac00 nid=0x894 in Object.wait() [0x1e10f000..0x1e10fb94]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x06120580> (a java.lang.Object)
        at java.lang.Object.wait(Object.java:485)
        at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
        - locked <0x06120580> (a java.lang.Object)
        at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
        at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
"Timer queue for AWT thread" daemon prio=6 tid=0x1aab1c00 nid=0xda4 in Object.wait() [0x1e00f000..0x1e00fc94]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x06120628> (a java.lang.Object)
        at java.lang.Object.wait(Object.java:485)
        at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
        - locked <0x06120628> (a java.lang.Object)
        at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
        at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
"Timer queue for AWT thread" daemon prio=6 tid=0x1aa8c800 nid=0x8e8 in Object.wait() [0x1da8f000..0x1da8fd94]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x0605b638> (a java.lang.Object)
        at java.lang.Object.wait(Object.java:485)
        at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
        - locked <0x0605b638> (a java.lang.Object)
        at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
        at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
"WaitCursor-Timer" prio=6 tid=0x1a6d2000 nid=0x4fc in Object.wait() [0x1dc8f000..0x1dc8fa94]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x056a68c8> (a java.util.TaskQueue)
        at java.lang.Object.wait(Object.java:485)
        at java.util.TimerThread.mainLoop(Timer.java:483)
        - locked <0x056a68c8> (a java.util.TaskQueue)
        at java.util.TimerThread.run(Timer.java:462)
"Timer queue for AWT thread" daemon prio=6 tid=0x17ee3400 nid=0xe58 in Object.wait() [0x1db8f000..0x1db8fb94]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x05543878> (a java.lang.Object)
        at java.lang.Object.wait(Object.java:485)
        at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
        - locked <0x05543878> (a java.lang.Object)
        at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
        at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
"BaseTreeExplorer.NodeOpeningExecutor" prio=6 tid=0x1a444800 nid=0x4c4 waiting on condition [0x1d98f000..0x1d98fc94]
   java.lang.Thread.State: WAITING (parking)
        at sun.misc.Unsafe.park(Native Method)
        - parking to wait for  <0x052d82c0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1925)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:358)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
        at java.lang.Thread.run(Thread.java:619)
"pool-2-thread-1" prio=6 tid=0x1a4a4800 nid=0x80c in Object.wait() [0x1d88f000..0x1d88fd14]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x06dd3140> (a java.io.PipedInputStream)
        at java.io.PipedInputStream.awaitSpace(PipedInputStream.java:257)
        at java.io.PipedInputStream.receive(PipedInputStream.java:215)
        - locked <0x06dd3140> (a java.io.PipedInputStream)
        at java.io.PipedOutputStream.write(PipedOutputStream.java:132)
        at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
        at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
        - locked <0x06dd31f8> (a java.io.BufferedOutputStream)
        at oracle.dbtools.raptor.newscriptrunner.WrapListenBufferOutputStream.flush(WrapListenBufferOutputStream.java:81)
        at oracle.dbtools.raptor.newscriptrunner.ScriptRunner.run(ScriptRunner.java:156)
        at oracle.dbtools.raptor.newscriptrunner.ScriptExecutor.run(ScriptExecutor.java:215)
        at oracle.dbtools.raptor.newscriptrunner.ScriptExecutor.run(ScriptExecutor.java:145)
        at oracle.dbtools.raptor.scriptrunner.utils.ScriptUtils.runAsScript(ScriptUtils.java:114)
        at oracle.dbtools.raptor.scriptrunner.utils.ScriptUtils.runAsScript(ScriptUtils.java:71)
        at oracle.dbtools.raptor.InitializeConnectionListener.runLoginSql(InitializeConnectionListener.java:176)
        at oracle.dbtools.raptor.InitializeConnectionListener.initConnection(InitializeConnectionListener.java:132)
        at oracle.dbtools.raptor.InitializeConnectionListener$1.initializeConnection(InitializeConnectionListener.java:47)
        at oracle.dbtools.raptor.utils.Connections.initializeConnection(Connections.java:1602)
        at oracle.dbtools.raptor.utils.Connections.access$100(Connections.java:71)
        at oracle.dbtools.raptor.utils.Connections$ConnectionInfo.getDatabase(Connections.java:189)
        - locked <0x0528c860> (a oracle.dbtools.raptor.utils.Connections$ConnectionInfo)
        at oracle.dbtools.raptor.utils.Connections.getConnection(Connections.java:986)
        at oracle.dbtools.raptor.utils.Connections.getConnection(Connections.java:967)
        at oracle.dbtools.raptor.navigator.DatabaseConnection.openConnectionImpl(DatabaseConnection.java:117)
        at oracle.dbtools.raptor.navigator.AbstractConnectionNode.getConnection(AbstractConnectionNode.java:30)
        - locked <0x05288798> (a java.lang.Object)
        at oracle.dbtools.raptor.navigator.ConnectionFilter.getFactory(ConnectionFilter.java:94)
        at oracle.dbtools.raptor.navigator.ConnectionFilter$1.doWork(ConnectionFilter.java:119)
        at oracle.dbtools.raptor.navigator.ConnectionFilter$1.doWork(ConnectionFilter.java:104)
        at oracle.dbtools.raptor.backgroundTask.RaptorTask.call(RaptorTask.java:193)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$RaptorFutureTask.run(RaptorTaskManager.java:500)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:619)
"Scheduler" daemon prio=6 tid=0x1a4c6400 nid=0xce4 in Object.wait() [0x1d78f000..0x1d78fd94]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x05280ea8> (a oracle.dbtools.raptor.backgroundTask.TaskLinkedList)
        at java.lang.Object.wait(Object.java:485)
        at oracle.dbtools.raptor.backgroundTask.TaskLinkedList.takeNextTask(TaskLinkedList.java:47)
        - locked <0x05280ea8> (a oracle.dbtools.raptor.backgroundTask.TaskLinkedList)
        at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$SchedulerThread.run(RaptorTaskManager.java:429)
"Thread-8" daemon prio=6 tid=0x1a4c8800 nid=0xafc in Object.wait() [0x1b15f000..0x1b15fa14]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x051e96e0> (a java.lang.ref.ReferenceQueue$Lock)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
        - locked <0x051e96e0> (a java.lang.ref.ReferenceQueue$Lock)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
        at org.tmatesoft.svn.core.javahl.SVNClientImplTracker.run(SVNClientImplTracker.java:65)
        at java.lang.Thread.run(Thread.java:619)
"Thread-6" daemon prio=6 tid=0x1a44f400 nid=0x4b4 runnable [0x1b25f000..0x1b25fb14]
   java.lang.Thread.State: RUNNABLE
        at sun.print.Win32PrintServiceLookup.notifyPrinterChange(Native Method)
        at sun.print.Win32PrintServiceLookup.access$100(Win32PrintServiceLookup.java:32)
        at sun.print.Win32PrintServiceLookup$PrinterChangeListener.run(Win32PrintServiceLookup.java:302)
"ChangeSetService" prio=2 tid=0x1a481400 nid=0xb68 in Object.wait() [0x19daf000..0x19dafc14]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x04b18b28> (a oracle.jdevimpl.vcs.changeset.ChangeSetService)
        at java.lang.Object.wait(Object.java:485)
        at oracle.jdevimpl.vcs.changeset.ChangeSetService.awaitEvents(ChangeSetService.java:178)
        - locked <0x04b18b28> (a oracle.jdevimpl.vcs.changeset.ChangeSetService)
        at oracle.jdevimpl.vcs.changeset.ChangeSetService.eventLoop(ChangeSetService.java:199)
        at oracle.jdevimpl.vcs.changeset.ChangeSetService.access$200(ChangeSetService.java:56)
        at oracle.jdevimpl.vcs.changeset.ChangeSetService$2.run(ChangeSetService.java:138)
        at java.lang.Thread.run(Thread.java:619)
"TimerQueue" daemon prio=6 tid=0x193a4400 nid=0xb9c in Object.wait() [0x19a9f000..0x19a9fd14]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x047b3898> (a javax.swing.TimerQueue)
        at javax.swing.TimerQueue.postExpiredTimers(TimerQueue.java:218)
        - locked <0x047b3898> (a javax.swing.TimerQueue)
        at javax.swing.TimerQueue.run(TimerQueue.java:234)
        - locked <0x047b3898> (a javax.swing.TimerQueue)
        at java.lang.Thread.run(Thread.java:619)
"TimedCache-Timer" daemon prio=6 tid=0x18090400 nid=0xe2c in Object.wait() [0x18bcf000..0x18bcfa94]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x04194a60> (a java.util.TaskQueue)
        at java.util.TimerThread.mainLoop(Timer.java:509)
        - locked <0x04194a60> (a java.util.TaskQueue)
        at java.util.TimerThread.run(Timer.java:462)
"JarIndex Timer" daemon prio=6 tid=0x18087000 nid=0x87c in Object.wait() [0x186cf000..0x186cfb14]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x040ef1c8> (a java.util.TaskQueue)
        at java.util.TimerThread.mainLoop(Timer.java:509)
        - locked <0x040ef1c8> (a java.util.TaskQueue)
        at java.util.TimerThread.run(Timer.java:462)
"AWT-EventQueue-0" prio=6 tid=0x1803c800 nid=0x4d4 in Object.wait() [0x185bf000..0x185bfb94]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x04096640> (a java.awt.EventQueue)
        at java.lang.Object.wait(Object.java:485)
        at java.awt.EventQueue.getNextEvent(EventQueue.java:479)
        - locked <0x04096640> (a java.awt.EventQueue)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:236)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
"AWT-Windows" daemon prio=6 tid=0x18031000 nid=0xbfc runnable [0x183bf000..0x183bfc94]
   java.lang.Thread.State: RUNNABLE
        at sun.awt.windows.WToolkit.eventLoop(Native Method)
        at sun.awt.windows.WToolkit.run(WToolkit.java:291)
        at java.lang.Thread.run(Thread.java:619)
"AWT-Shutdown" prio=6 tid=0x18008c00 nid=0xfc8 in Object.wait() [0x182bf000..0x182bfd14]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x04096800> (a java.lang.Object)
        at java.lang.Object.wait(Object.java:485)
        at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:259)
        - locked <0x04096800> (a java.lang.Object)
        at java.lang.Thread.run(Thread.java:619)
"Java2D Disposer" daemon prio=10 tid=0x18018000 nid=0xe38 in Object.wait() [0x181bf000..0x181bfd94]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x04096890> (a java.lang.ref.ReferenceQueue$Lock)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
        - locked <0x04096890> (a java.lang.ref.ReferenceQueue$Lock)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
        at sun.java2d.Disposer.run(Disposer.java:125)
        at java.lang.Thread.run(Thread.java:619)
"Low Memory Detector" daemon prio=6 tid=0x00da5400 nid=0xd8c runnable [0x00000000..0x00000000]
   java.lang.Thread.State: RUNNABLE
"CompilerThread0" daemon prio=10 tid=0x00d9f800 nid=0x7c8 waiting on condition [0x00000000..0x17caf7bc]
   java.lang.Thread.State: RUNNABLE
"Attach Listener" daemon prio=10 tid=0x00d9e000 nid=0xb5c runnable [0x00000000..0x00000000]
   java.lang.Thread.State: RUNNABLE
"Signal Dispatcher" daemon prio=10 tid=0x00d9cc00 nid=0xf90 waiting on condition [0x00000000..0x00000000]
   java.lang.Thread.State: RUNNABLE
"Finalizer" daemon prio=8 tid=0x00d8d400 nid=0xe60 in Object.wait() [0x179af000..0x179afc94]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x04010298> (a java.lang.ref.ReferenceQueue$Lock)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
        - locked <0x04010298> (a java.lang.ref.ReferenceQueue$Lock)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
        at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
"Reference Handler" daemon prio=10 tid=0x00d88800 nid=0xb4c in Object.wait() [0x0100f000..0x0100fd14]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x04010320> (a java.lang.ref.Reference$Lock)
        at java.lang.Object.wait(Object.java:485)
        at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)
        - locked <0x04010320> (a java.lang.ref.Reference$Lock)
"main" prio=6 tid=0x00937c00 nid=0x918 waiting on condition [0x00000000..0x0012fae8]
   java.lang.Thread.State: RUNNABLE
"VM Thread" prio=10 tid=0x00d85000 nid=0xc1c runnable
"VM Periodic Task Thread" prio=10 tid=0x00dafc00 nid=0xfbc waiting on condition
JNI global references: 4973
Heap
def new generation   total 4288K, used 3663K [0x030b0000, 0x03550000, 0x04010000)
  eden space 3840K,  88% used [0x030b0000, 0x034059d0, 0x03470000)
  from space 448K,  55% used [0x034e0000, 0x0351e230, 0x03550000)
  to   space 448K,   0% used [0x03470000, 0x03470000, 0x034e0000)
tenured generation   total 56216K, used 47406K [0x04010000, 0x076f6000, 0x0f8b0000)
   the space 56216K,  84% used [0x04010000, 0x06e5b818, 0x06e5ba00, 0x076f6000)
compacting perm gen  total 68864K, used 68853K [0x0f8b0000, 0x13bf0000, 0x178b0000)
   the space 68864K,  99% used [0x0f8b0000, 0x13bed538, 0x13bed600, 0x13bf0000)
No shared spaces configured.Running on XP with the built in Java, german local settings
Regards
Marcus

Hello Turloch,
maybe you can see something from the log when I start SQL-Developer with sqldeveloper-debug.conf included?
I replaced the sequence because it differs in both logs, yet the sorting is still descending.
The log before the connect is identical with and without the dubious statement
FINEST     84     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - END                                                                                                                                                                      
FINEST     83     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSItems - END                                                                                                                                                                        
FINEST     82     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSItems - CLOSE: c:\ora\network\tnsnames.ora                                                                                                                                         
FINE     81     0     oracle.dbtools.raptor.utils.TNSHelper     Adding:nn01.WORLD                                                                                                                                                                        
FINE     80     0     oracle.dbtools.raptor.utils.TNSHelper     Adding:wik1.WORLD                                                                                                                                                                        
.. many more                                                                                                                                                                     
FINE     23     0     oracle.dbtools.raptor.utils.TNSHelper     Adding:cei1.WORLD                                                                                                                                                                        
FINE     22     0     oracle.dbtools.raptor.utils.TNSHelper     Adding:adb1.WORLD                                                                                                                                                                        
FINEST     21     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSItems - OPEN: c:\ora\network\tnsnames.ora                                                                                                                                          
FINEST     20     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSItems - START                                                                                                                                                                      
FINEST     19     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSItems - START                                                                                                                                                                      
INFO     18     0     oracle.dbtools.raptor.utils.TNSHelper     Using TNS info from :c:\ora\network                                                                                                                                                      
FINEST     17     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSFileContent - END                                                                                                                                                                  
INFO     16     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :c:\ora\network                                                                                                                                               
INFO     15     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\Dokumente und Einstellungen\auser                                                                                                                      
INFO     14     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\ora\network\tnsnames.ora                                                                                                                                  
FINEST     13     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSFileContent - START                                                                                                                                                                
FINEST     12     31     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - START                                                                                                                                                                    
FINE     11     16     oracle.jdevimpl.db.adapter.DefaultContextWrapper     Creating AdfJndiContext at /T:/Sqldeveloper/system3.0.04.34/o.jdeveloper.db.connection.11.1.1.4.37.59.31/connections.xml took 31ms                                           
FINE     10     0     oracle.adf.share.common.rc.util.impl.JarDocumentCache     Jar document cache lastMod: true                                                                                                                                         
FINE     9     15     oracle.adf.share.common.rc.util.impl.JarDocumentCache     Jar document cache size: 0                                                                                                                                               
FINE     8     0     oracle.adf.share.jndi.FileSystemBackingStore     Reading file : T:\Sqldeveloper\system3.0.04.34\o.jdeveloper.db.connection.11.1.1.4.37.59.31\connections.xml                                                                      
FINEST     7     0     oracle.adf.share.jndi.ContextImpl     The Context.PROVIDER_URL is /T:/Sqldeveloper/system3.0.04.34/o.jdeveloper.db.connection.11.1.1.4.37.59.31/connections.xml                                                                    
FINEST     6     0     oracle.adf.share.jndi.FileSystemBackingStore     FileSystemBackingStore is being initialized                                                                                                                                      
FINE     5     0     oracle.adf.share.jndi.ContextImpl     Backing Store :null                                                                                                                                                                          
FINEST     4     16     oracle.adf.share.jndi.ContextImpl     The Context.PROVIDER_URL is /T:/Sqldeveloper/system3.0.04.34/o.jdeveloper.db.connection.11.1.1.4.37.59.31/connections.xml                                                                    
INFO     3     500     oracle.dbtools.raptor.utils.Connections     Connection Architecture duration:0                                                                                                                                                       
FINER     2     47     oracle.jdevimpl.db.DBConnAddin     addins are loaded so database connections are now available                                                                                                                                      
FINE     1     0     oracle.jdeveloper.db.adapter     DB Adapter warning: Replacing connection creator oracle.jdeveloper.db.adapter.OracleConnectionCreator for subtype oraJDBC with oracle.dbtools.raptor.standalone.connection.RaptorConnectionCreator Now I try to connect. The next part is the same again
INFO     153     32     oracle.dbtools.raptor.newscriptrunner.OutputRedirector     Output Pipe finished
INFO     152     15     oracle.dbtools.db.DBUtil     Prepared:select count(1) from all_objects where object_name = ?
INFO     151     0     oracle.dbtools.db.DBUtil     Prepared:ALTER SESSION SET PLSQL_WARNINGS = 'enable:performance'
INFO     150     0     oracle.dbtools.db.DBUtil     Prepared:ALTER SESSION SET PLSQL_WARNINGS = 'enable:severe'
INFO     149     0     oracle.dbtools.db.DBUtil     Prepared:ALTER SESSION SET PLSQL_WARNINGS = 'disable:informational'
INFO     148     0     oracle.dbtools.db.DBUtil     Prepared:ALTER SESSION SET PLSQL_WARNINGS = 'enable:all'
INFO     147     0     oracle.dbtools.db.DBUtil     Prepared:alter session set PLSQL_DEBUG=true
INFO     146     0     oracle.dbtools.db.DBUtil     Prepared:alter session set PLSQL_OPTIMIZE_LEVEL=0
INFO     145     0     oracle.dbtools.db.DBUtil     Prepared:select sys_context('USERENV','SID') from dual
INFO     144     0     oracle.dbtools.db.DBUtil     Prepared:select sys_context('USERENV','SESSIONID') from dual
INFO     143     16     oracle.dbtools.db.DBUtil     Prepared:select USER from dual
INFO     142     328     oracle.dbtools.db.DBUtil     Prepared:select * from v$version where banner like '%Oracle%'
FINE     141     47     oracle.javatools.db.DBObjectProviderFactory     Provider created using key IdeConnections%23CLON+1+rvs_tables: oracle.javatools.db.ora.Oracle11gR2
FINE     140     0     oracle.javatools.db     CLON 1 rvs_tables: new oracle.javatools.db.ora.Oracle11gR2
FINER     139     484     oracle.javatools.db     Opening connection for CLON 1 rvs_tables took 484ms
FINEST     138     0     oracle.dbtools.raptor.utils     getTNSEntries - END
INFO     137     0     oracle.dbtools.raptor.utils     Checking for tnsnames.* in :c:\ora\network
INFO     136     0     oracle.dbtools.raptor.utils     Checking for tnsnames.* in :C:\Dokumente und Einstellungen\auser
INFO     135     0     oracle.dbtools.raptor.utils     Checking for tnsnames.* in :C:\ora\network\tnsnames.ora
FINEST     134     0     oracle.dbtools.raptor.utils     getTNSFileContent - START
FINEST     133     1516     oracle.dbtools.raptor.utils     getTNSEntries - START
FINEST     132     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - END
INFO     131     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :c:\ora\network
INFO     130     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\Dokumente und Einstellungen\auser
INFO     129     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\ora\network\tnsnames.ora
FINEST     128     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSFileContent - START
FINEST     127     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - START
FINEST     126     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - END
INFO     125     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :c:\ora\network
INFO     124     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\Dokumente und Einstellungen\auser
INFO     123     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\ora\network\tnsnames.ora
FINEST     122     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSFileContent - START
FINEST     121     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - START
FINEST     120     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - END
INFO     119     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :c:\ora\network
INFO     118     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\Dokumente und Einstellungen\auser
INFO     117     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\ora\network\tnsnames.ora
FINEST     116     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSFileContent - START
FINEST     115     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - START
FINEST     114     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - END
INFO     113     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :c:\ora\network
INFO     112     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\Dokumente und Einstellungen\auser
INFO     111     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\ora\network\tnsnames.ora
FINEST     110     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSFileContent - START
FINEST     109     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - START
FINEST     108     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - END
INFO     107     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :c:\ora\network
INFO     106     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\Dokumente und Einstellungen\auser
INFO     105     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\ora\network\tnsnames.ora
FINEST     104     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSFileContent - START
FINEST     103     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - START
FINEST     102     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - END
INFO     101     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :c:\ora\network
INFO     100     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\Dokumente und Einstellungen\auser
INFO     99     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\ora\network\tnsnames.ora
FINEST     98     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSFileContent - START
FINEST     97     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - START
FINEST     96     15     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - END
INFO     95     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :c:\ora\network
INFO     94     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\Dokumente und Einstellungen\auser
INFO     93     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\ora\network\tnsnames.ora
FINEST     92     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSFileContent - START
FINEST     91     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - START
FINEST     90     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - END
INFO     89     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :c:\ora\network
INFO     88     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\Dokumente und Einstellungen\auser
INFO     87     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\ora\network\tnsnames.ora
FINEST     86     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSFileContent - START
FINEST     85     23344     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - START The following part is missing when I use the skript with the statement
INFO     250     47     oracle.dbtools.raptor.utils.TNSHelper     dba_synonyms:Not Found
INFO     249     16     oracle.dbtools.raptor.utils.TNSHelper     dba_plsql_object_settings:Not Found
INFO     248     15     oracle.dbtools.raptor.utils.TNSHelper     dba_snapshot_logs:Not Found
INFO     247     32     oracle.dbtools.raptor.utils.TNSHelper     dba_mviews:Not Found
INFO     246     15     oracle.dbtools.raptor.utils.TNSHelper     dba_indexes:Not Found
INFO     245     16     oracle.dbtools.raptor.utils.TNSHelper     dba_objects:Not Found
INFO     244     0     oracle.dbtools.raptor.utils.TNSHelper     dba_directories:Not Found
INFO     243     281     oracle.dbtools.raptor.utils.TNSHelper     dba_tab_privs:Not Found
INFO     242     156     oracle.dbtools.raptor.utils.TNSHelper     dba_db_links:Not Found
INFO     241     0     oracle.dbtools.raptor.utils.Connections     Time to initialize oracle.dbtools.raptor.InitializeConnectionListener$1: 485ms
FINE     240     16     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_CHARACTERSET=WE8ISO8859P15
FINE     239     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:SESSION_TIMEZONE_OFFSET=+02:00
FINE     238     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:SESSION_TIMEZONE=Europe/Berlin
FINE     237     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:DB_TIMEZONE=+00:00
FINE     236     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_NCHAR_CONV_EXCP=FALSE
FINE     235     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_LENGTH_SEMANTICS=BYTE
FINE     234     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_COMP=BINARY
FINE     233     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_DUAL_CURRENCY=$
FINE     232     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TIMESTAMP_TZ_FORMAT=DD.MM.RRRR HH24:MI:SSXFF TZR
FINE     231     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TIME_TZ_FORMAT=HH.MI.SSXFF AM TZR
FINE     230     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TIMESTAMP_FORMAT=DD.MM.RRRR HH24:MI:SSXFF
FINE     229     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TIME_FORMAT=HH.MI.SSXFF AM
FINE     228     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_SORT=BINARY
FINE     227     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_DATE_LANGUAGE=GERMAN
FINE     226     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_DATE_FORMAT=DD.MM.YYYY
FINE     225     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_CALENDAR=GREGORIAN
FINE     224     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_NUMERIC_CHARACTERS=.,
FINE     223     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_ISO_CURRENCY=GERMANY
FINE     222     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_CURRENCY=€
FINE     221     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TERRITORY=AMERICA
FINE     220     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_LANGUAGE=AMERICAN
FINE     219     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_CHARACTERSET=WE8ISO8859P15
FINE     218     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:SESSION_TIMEZONE_OFFSET=+02:00
FINE     217     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:SESSION_TIMEZONE=Europe/Berlin
FINE     216     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:DB_TIMEZONE=+00:00
FINE     215     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_NCHAR_CONV_EXCP=FALSE
FINE     214     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_LENGTH_SEMANTICS=BYTE
FINE     213     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_COMP=BINARY
FINE     212     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_DUAL_CURRENCY=$
FINE     211     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TIMESTAMP_TZ_FORMAT=DD.MM.RRRR HH24:MI:SSXFF TZR
FINE     210     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TIME_TZ_FORMAT=HH.MI.SSXFF AM TZR
FINE     209     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TIMESTAMP_FORMAT=DD.MM.RRRR HH24:MI:SSXFF
FINE     208     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TIME_FORMAT=HH.MI.SSXFF AM
FINE     207     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_SORT=BINARY
FINE     206     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_DATE_LANGUAGE=GERMAN
FINE     205     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_DATE_FORMAT=DD.MM.YYYY
FINE     204     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_CALENDAR=GREGORIAN
FINE     203     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_NUMERIC_CHARACTERS=.,
FINE     202     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_ISO_CURRENCY=GERMANY
FINE     201     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_CURRENCY=€
FINE     200     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TERRITORY=AMERICA
FINE     199     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_LANGUAGE=AMERICAN
FINE     198     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Checking:NLS_LENGTH_SEMANTICS:BYTE:BYTE
INFO     197     0     oracle.dbtools.db.DBUtil     Prepared:alter session set NLS_ISO_CURRENCY='GERMANY'
INFO     196     0     oracle.dbtools.db.DBUtil     Prepared:alter session set NLS_ISO_CURRENCY='GERMANY'
FINE     195     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Checking:NLS_ISO_CURRENCY:GERMANY:AMERICA
INFO     194     0     oracle.dbtools.db.DBUtil     Prepared:alter session set NLS_CURRENCY='€'
INFO     193     0     oracle.dbtools.db.DBUtil     Prepared:alter session set NLS_CURRENCY='€'
FINE     192     16     oracle.dbtools.raptor.nls.OracleNLSProvider     Checking:NLS_CURRENCY:€:$
INFO     191     0     oracle.dbtools.db.DBUtil     Prepared:alter session set NLS_TIMESTAMP_TZ_FORMAT='DD.MM.RRRR HH24:MI:SSXFF TZR'
INFO     190     0     oracle.dbtools.db.DBUtil     Prepared:alter session set NLS_TIMESTAMP_TZ_FORMAT='DD.MM.RRRR HH24:MI:SSXFF TZR'
FINE     189     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Checking:NLS_TIMESTAMP_TZ_FORMAT:DD.MM.RRRR HH24:MI:SSXFF TZR:DD-MON-RR HH.MI.SSXFF AM TZR
INFO     188     0     oracle.dbtools.db.DBUtil     Prepared:alter session set NLS_TIMESTAMP_FORMAT='DD.MM.RRRR HH24:MI:SSXFF'
INFO     187     0     oracle.dbtools.db.DBUtil     Prepared:alter session set NLS_TIMESTAMP_FORMAT='DD.MM.RRRR HH24:MI:SSXFF'
FINE     186     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Checking:NLS_TIMESTAMP_FORMAT:DD.MM.RRRR HH24:MI:SSXFF:DD-MON-RR HH.MI.SSXFF AM
INFO     185     0     oracle.dbtools.db.DBUtil     Prepared:alter session set NLS_DATE_FORMAT='DD.MM.YYYY'
INFO     184     0     oracle.dbtools.db.DBUtil     Prepared:alter session set NLS_DATE_FORMAT='DD.MM.YYYY'
FINE     183     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Checking:NLS_DATE_FORMAT:DD.MM.YYYY:DD-MON-RR
INFO     182     0     oracle.dbtools.db.DBUtil     Prepared:alter session set NLS_DATE_LANGUAGE='GERMAN'
INFO     181     0     oracle.dbtools.db.DBUtil     Prepared:alter session set NLS_DATE_LANGUAGE='GERMAN'
FINE     180     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Checking:NLS_DATE_LANGUAGE:GERMAN:AMERICAN
FINE     179     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Checking:NLS_COMP:BINARY:BINARY
FINE     178     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Checking:NLS_SORT:BINARY:BINARY
FINE     177     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Checking:NLS_TERRITORY:AMERICA:AMERICA
FINE     176     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Checking:NLS_LANGUAGE:AMERICAN:AMERICAN
FINE     175     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_CHARACTERSET=WE8ISO8859P15
FINE     174     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:SESSION_TIMEZONE_OFFSET=+02:00
FINE     173     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:SESSION_TIMEZONE=Europe/Berlin
FINE     172     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:DB_TIMEZONE=+00:00
FINE     171     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_NCHAR_CONV_EXCP=FALSE
FINE     170     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_LENGTH_SEMANTICS=BYTE
FINE     169     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_COMP=BINARY
FINE     168     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_DUAL_CURRENCY=$
FINE     167     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TIMESTAMP_TZ_FORMAT=DD-MON-RR HH.MI.SSXFF AM TZR
FINE     166     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TIME_TZ_FORMAT=HH.MI.SSXFF AM TZR
FINE     165     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TIMESTAMP_FORMAT=DD-MON-RR HH.MI.SSXFF AM
FINE     164     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TIME_FORMAT=HH.MI.SSXFF AM
FINE     163     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_SORT=BINARY
FINE     162     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_DATE_LANGUAGE=AMERICAN
FINE     161     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_DATE_FORMAT=DD-MON-RR
FINE     160     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_CALENDAR=GREGORIAN
FINE     159     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_NUMERIC_CHARACTERS=.,
FINE     158     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_ISO_CURRENCY=AMERICA
FINE     157     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_CURRENCY=$
FINE     156     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TERRITORY=AMERICA
FINE     155     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_LANGUAGE=AMERICAN
INFO     154     93     oracle.dbtools.db.DBUtil     Prepared:begin dbms_output.enable(1000000); end; The following part is identical again, except that it is repeated once more without the statement
FINEST     347     15     oracle.dbtools.raptor.utils     getTNSEntries - END
INFO     346     0     oracle.dbtools.raptor.utils     Checking for tnsnames.* in :c:\ora\network
INFO     345     0     oracle.dbtools.raptor.utils     Checking for tnsnames.* in :C:\Dokumente und Einstellungen\auser
INFO     344     0     oracle.dbtools.raptor.utils     Checking for tnsnames.* in :C:\ora\network\tnsnames.ora
FINEST     343     0     oracle.dbtools.raptor.utils     getTNSFileContent - START
FINEST     342     0     oracle.dbtools.raptor.utils     getTNSEntries - START
FINEST     341     0     oracle.dbtools.raptor.utils     getTNSEntries - END
INFO     340     0     oracle.dbtools.raptor.utils     Checking for tnsnames.* in :c:\ora\network
INFO     339     0     oracle.dbtools.raptor.utils     Checking for tnsnames.* in :C:\Dokumente und Einstellungen\auser
INFO     338     0     oracle.dbtools.raptor.utils     Checking for tnsnames.* in :C:\ora\network\tnsnames.ora
FINEST     337     0     oracle.dbtools.raptor.utils     getTNSFileContent - START
FINEST     336     0     oracle.dbtools.raptor.utils     getTNSEntries - START
FINEST     257     0     oracle.dbtools.raptor.utils     getTNSEntries - END
INFO     256     0     oracle.dbtools.raptor.utils     Checking for tnsnames.* in :c:\ora\network
INFO     255     16     oracle.dbtools.raptor.utils     Checking for tnsnames.* in :C:\Dokumente und Einstellungen\auser
INFO     254     0     oracle.dbtools.raptor.utils     Checking for tnsnames.* in :C:\ora\network\tnsnames.ora
FINEST     253     0     oracle.dbtools.raptor.utils     getTNSFileContent - START
FINEST     252     0     oracle.dbtools.raptor.utils     getTNSEntries - START
FINEST     251     0     oracle.dbtools.raptor.utils     getTNSEntries - END Regards
Marcus

Similar Messages

  • JDBC receiver error Cannot establish connection with the registered driver

    Hi Expert,
    I am constructing a proxy to JDBC scenario. And I am getting error saying "
    Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error when attempting to get processing resources: com.sap.aii.af.lib.util.concurrent.ResourcePoolException: Unable to create new pooled resource: DriverManagerException: Cannot establish connection with the registered driver. oracle.jdbc.driver.OracleDriver returns: The Network Adapter could not establish the connection. : SQLException: The Network Adapter could not establish the connection"
    I can get into my Oracle database using TOAD with same IP address, user name and password. Could anybody tell me what should I do? Thanks a lot!
    Charles

    Hi,
    Check with your network team, network conenction between PI and Data base not working , Network team have to open Data base system ports inorder connect PI System.
    check with Basis team about network connectivty,like they are bale to ping Data base server ip or not.
    please go through below thread,
    SQLException: Io exception: The Network Adapter could not establish the con
    regards,
    ganesh.

  • Data Services 12.2.2.0 cannot open connection to the repository NEW Install

    I can connect to the repository DB using Toad and SQL Management Studio, but I cannot connect with DS. I've tried 12.2.0.0 and most recently 12.2.2.0 - nothing is working, any helpful advice is appreciated.
    DS SERVER
    SAP BusinessObjects Data Services XI 3.2 on Windows 2008 Server Standard 64bit SP2
    DBMS SERVER
    SQL 2005 (Microsoft SQL Server Standard Edition (64-bit)) on Windows 2K3 Server R2 Enterprise SP2 64bit (Microsoft Windows NT 5.2 (3790))
    ERROR
    Cannot open connection to the repository.  The error message from the underlying DBMS is <ODBC call <SQLDriverConnect> for data source <10.101.212.35> failed: <[Microsoft][ODBC SQL Server Driver][DBNETLIB]Invalid connection.>. Notify Customer Support.>. (BODI-20006)
    DS VERSION
          SAP BusinessObjects Data Services
            Version: 12.2.2.0

    Hi,
    which middleware are you using to connect to the sql2005 server ? For DS3.2 SP2 noyl the following middleware is supported to connect to MS SQL2005 RTM - SP3
    Microsoft ODBC MDAC 2.8 SP1 or later
    Regards
    -Seb.

  • Cannot open connection in a peer-to-peer netword

    I created a peer-to-peer network between two PDAs loaded with Windows Mobile 5.0. It is shown that both of them were connected, and their IPs were assigned automatically. 
    But when I used TCP/IP Open function, it returns an error 10060 'Cannot open connection'. DO I miss something here? It should be a simple connection.  
    Solved!
    Go to Solution.

    The error you are receiving is become the timeout on the connection has been exceeded.  If your time out is too short (or non-existant) you can get this error without proper time to establish a connection.  Check out these two articles for more information regarding how to establish a TCP/IP connection with your PDA.
    http://digital.ni.com/public.nsf/allkb/7A02D810EE88A23F86256EEB005B6283?OpenDocument
    http://digital.ni.com/public.nsf/websearch/7D98C202FEC3F39086256D1E007A7609?OpenDocument
    Let me know if you have any questions.
    National Instruments
    Applications Engineer

  • This Mac cannot make connection with iCloud ...

    HELLO.
    The moment I start/open Mail, Mail shows a message (translated from Dutch):
    "This Mac cannot make connection with iCloud because of a problem with <my-account>@mac.com. Open iCloud-preferences to solve this problem."
    And it shows 2 buttons: [Later] and [iCloud-preferences].
    Pushing [Later] results in the same message (this is a loop).
    Pushing [iCloud-preferences] results in the opening of "System-preferences" ... but I cannot find what is wrong.
    Because the message comes again and again it is not possible to write and/or read a e-mailmessage.
    I can open <www.icloud.com> and I can send messages with <www.icloud.com>. My Mac syncs also addresses, notes, etc.. without problems ... so my accountname and password are correct.
    Please: tell me what I have to do.
    John, The Netherlands.

    HELLO AGAIN.
    The problem with the popup-message "This Mac cannot ..." still exists.
    The anoying thing is that I cannot do anything with Mail ... the popup-message appears again and again.
    I've read all the advises and followed them ...
    Systempreferences / InternetAccounts: I cannot remove my iCloud-account (** [MESSAGE] **)
    Systempreferences / iCloud: I cannot remove the "V" off Mail
    Systempreferences / iCloud: I cannot log out (** [MESSAGE] **).
    My username (ending at @mac.com) is correct.
    My password (XXXXX) is correct.
    I can access iCloud.com (Mail, Addresses, ...).
    I can access this support-pages.
    My iPhone recieves and sends messages.
    The [** MESSAGE **] is (translated from Dutch): 'Your iCloud-account cannot be removed. Mail cannot remove <account>@icloud.com. Start Mail again en logout again at iCloud."
    Question. Makes it any difference that I use accountnames ending on "mac.com", "me.com" and/or "icloud.com"?
    Please ... tell me what I have to do!
    John, The Netherlands.

  • I recovered my ipad but i cannot open it with my own passcode,pls. help

    i recovered my ipad but i cannot open it with my own passcode,pls. help

    You may have to do the recovery function more than once.
    iOS: Device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    How can I unlock my iPad if I forgot the passcode?
    http://tinyurl.com/7ndy8tb
    How to Reset a Forgotten Password for an iOS Device
    http://www.wikihow.com/Reset-a-Forgotten-Password-for-an-iOS-Device
    Using iPhone/iPad Recovery Mode
    http://ipod.about.com/od/iphonetroubleshooting/a/Iphone-Recovery-Mode.htm
    Saw this solution on another post about an iPad in a school enviroment. Might work on your iPad so you won't lose everything.
    ~~~~~~~~~~~~~
    ‘iPad is disabled’ fix without resetting using iTunes
    Today I met my match with an iPad that had a passcode entered too many times, resulting in it displaying the message ‘iPad is disabled – Connect to iTunes’. This was a student iPad and since they use Notability for most of their work there was a chance that her files were not all backed up to the cloud. I really wanted to just re-activate the iPad instead of totally resetting it back to our default image.
    I reached out to my PLN on Twitter and had some help from a few people through retweets and a couple of clarification tweets. I love that so many are willing to help out so quickly. Through this I also learned that I look like Lt. Riker from Star Trek (thanks @FillineMachine).
    Through some trial and error (and a little sheer luck), I was able to reactivate the iPad without loosing any data. Note, this will only work on the computer it last synced with. Here’s how:
    1. Configurator is useless in reactivating a locked iPad. You will only be able to completely reformat the iPad using Configurator. If that’s ok with you, go for it – otherwise don’t waste your time trying to figure it out.
    2. Open iTunes with the iPad disconnected.
    3. Connect the iPad to the computer and wait for it to show up in the devices section in iTunes.
    4. Click on the iPad name when it appears and you will be given the option to restore a backup or setup as a new iPad (since it is locked).
    5. Click ‘Setup as new iPad’ and then click restore.
    6. The iPad will start backing up before it does the full restore and sync. CANCEL THE BACKUP IMMEDIATELY. You do this by clicking the small x in the status window in iTunes.
    7. When the backup cancels, it immediately starts syncing – cancel this as well using the same small x in the iTunes status window.
    8. The first stage in the restore process unlocks the iPad, you are basically just cancelling out the restore process as soon as it reactivates the iPad.
    If done correctly, you will experience no data loss and the result will be a reactivated iPad. I have now tried this with about 5 iPads that were locked identically by students and each time it worked like a charm.
    ~~~~~~~~~~~~~
    Try it and good luck. You have nothing more to lose if it doesn't work for you.
     Cheers, Tom

  • Help, I installed parallel and windows, and opened videos (on an external hard disk) with windows, and now cannot open them with Mac, and use i movies.  How do I reverse this?

    Help, I installed parallel and windows, and opened videos (on an external hard disk) with windows, and now cannot open them with Mac, and use i movies.  How do I reverse this?

    Paragraphs help the reader, just saying.
    What are you actually trying to do? Why do you need "DVD size" folders if you're creatng an Archive on an external hard drive?
    Also, I understand burning folders instead of individual photos or albums gives you more space on a DVD.
    It makes no difference at all.
    How can I keep the captions on my photos (not events) when I print or transfer to a new folder?
    You can export while writing the metadata to the file in most cases.
    Tne only way I know is to copy photos from the Windows to folders on my HD, then copy and paste photos or albums or events to HD, then create a new folder and fill it to the appropriate DVD size. 
    HD? Another HD? You use HD there in a way that makes no sense. What's the point of 'DVD size'?
    I also thought I should download future photos to my Canon programming that comes with EOS cameras and edit and then decide which photos to save to iPhoto library and which to save only to my archival HD?
    Does this have any relation to the previous questions? You know you can delete from iPhoto, right?
    You're somewhat confused and you need to
    1. Decide what exactly you want to do
    2. Then go about it.
    If I understand you correctly - and there's no guarantee that I do -  the easiest thing is to bring all your Photos into iPhoto and do everything from there.
    You can have an archive on an external disk, you can sort and select and edit with or via iPhoto
    Regards
    TD

  • I updated the system to OS X Mavericks and now I cannot open iPhoto with all my pics in. I trying to update iPhoto and  this note appears: "Update unavailable with this Apple ID"

    iMac OS X 10.9.4
    3.06 GHz Intel Core 2 Duo
    4 GB 1067 MHz  DDR3
    I updated the system to OS X Mavericks and now I cannot open iPhoto with all my pics in.
    I trying to update iPhoto 9.5.1 and this note appears:

    Make sure you're logged in to the App Store with the same Apple ID that you used to download and install Mavericks.  If necessary, log out of the App Store and log back in.
    If that fails  contact the App Store support personnel via the link circled in this screenshot:

  • Cannot open hotmail with pdf

    Cannot open hotmail with pdf even when I hold the pdf and try to open it with adobe

    Have you updated to the latest version of Reader (11.2.3)? Have you read the Help file within Reader about how to open PDF files? You can open a PDF file in most emails using the methods described there. If you have further questions, please check back.

  • Cannot open pdf with safari

    I cannot open pdf with safari

    Adobe Reader installed? If so, remove Reader.
    Macintosh HD > Library > Internet PLug-ins
    Look for these two files.
    AdobePDFViewerNPAPI.plugin
    AdobePDFViewer.plugin
    Right click those and select “Move To Trash’.
    Best.

  • Cannot open connection to dvsrv1: The Synch Manager component on the server

    Hi Experts,
    I extracted batabase for the mobile client successfully, but when trying to initialize the lcal database, Getting the following error:
    Unable to Connect to server>
    <Cannot open connection to dbsrvr1. The Synch Manager component on the server is most likely unavailable.>
    <Internal: connect() failed: Connection timed out.>
    I do not have port number mentioned over here as this installation is in my personal laptop.
    As I understnd all the ODBC connections are working fine. It would be great if get here some suggestion to do some extra check if required.
    In my system DSN in ODBC I could see number of DSN have been present, one for local DBF, one for sample, one for server which I belive I created during the DBserver configuration as external. and could fine one more DSN not sure what for it is.
    If the ODBC would not have been configured properly then I belive I should not be get connected to application through thin and thick client.
    Any suggestion on this would be helpful
    Thanks
    Deepak

    HI Deepak,
    I have seen a similar problem back here there are two locations in your tools.cfrg where you may will need to make changes.
    1.
    [InfraObjMgr]
    RequestServerName =
    2.
    [Local]
    DockConnString =
    In both the cases you need to mention the Application server name .
    Kindly let me know if this actully solves your issue.
    Thanks
    Vishal

  • I cannot open Acrobat with Apple Lion

    I cannot open Acrobat with Apple Lion. The message I get is: "Licensing for this product has stopped working. Please delete program and reinstall." I have done that with no success. Any suggestions?

    I am also having the same problem can any one help ?
    That will be so great....
    Thanks
    Habib
    Aghani, Arab Music, اغانى

  • I cannot open word with friends through fb for a week now, how do you fix this

    Cannot open words with friends through face book for a few days now, how do you fix this

    I,m having same problem.  A little box opens  says.  Updating this May take a few moments...then kicks me out

  • Cannot open link with PDF in windows7

    I got a new computer with windows 7( 64 bits) and I have got the latest version for Acrobat reader (Windows 7/English 10.1.3). When I search for a web page and I get links that contain PDF documents, I cannot open the PDF docs.  The Adobe reader tries to open the document but it generates the following error message:
    "There is a problem with Adobe Reader.  If it is running, please exit and try again (107472867:3). If I try to click the PDF link again, it may succedd or it may fail. Any suggestions about how to fix this annoying issue. I never had this problem with Vista or Windows 7 before!

    Hi,
    Please try the below mentioned steps and let me know if that helps
    Open Adobe reader
    Click Edit>Preferences
    Click "General" under categories
    Uncheck " Enable Protected mode at Startup"
    Click Ok and close Reader
    Try opening the link again
    ~Pranav Jain

  • Scripting: No system menu when open connection with "/INPLACE"

    Hi!
    I use SriptingAPI in my application. When i open connection using OpenConnectionByConnectionString("...") in a separate window (without "/INPLACE" in connection string) the window has a title and menu.
    But there is no menu in the SAPGUI ActiveX when i use inplace activation.
    Is it possible to get system menu with "/INPLACE"?
    The sample html-page to test this behavior:
    <html>
    <title>Test SAPGUI Scripting</title>
    <body>
    <table width="100%" height="90%">
    <tr>
    <td>
    <object
       classid="clsid:B90F32AD-859E-4EDD-BFAE-C9216849520C"
       id="GuiAppl"
       width="100%"
       height="100%"
       align=left
       hspace=0
       vspace=0>
    </object>
    </td>
    </tr>
    </table>
    <br>
    <FORM NAME="TestForm">
        <INPUT TYPE="TEXT" NAME="Server" VALUE="192.168.1.64">
        <INPUT TYPE="BUTTON" NAME="Run" VALUE="Connect to server">
        <INPUT TYPE="BUTTON" NAME="RunInplace" VALUE="Connect to server (Inplace)">
    </FORM>
    <SCRIPT LANGUAGE="VBScript">
    <!--
    Sub Run_onClick
        Dim TheForm
        Set TheForm = Document.Forms("TestForm")
        GuiAppl.openConnectionByConnectionString ("/H/" & TheForm.Server.Value &
    "/S/sapdp00")
    End Sub
    Sub RunInplace_onClick
        Dim TheForm
        Set TheForm = Document.Forms("TestForm")
        GuiAppl.openConnectionByConnectionString ("/H/" & TheForm.Server.Value &
    "/S/sapdp00 /INPLACE")
    End Sub
    -->
    </SCRIPT>
    </body>
    </html>

    Welcome to Arch!
    EF02 is definitely not the type code you want. That is used for a small partition with no file system which grub needs on GPT disks because it cannot fit into the space on disk. You don't install anything into it and it is 1-2MB.
    Perhaps https://wiki.archlinux.org/index.php/Usb_installation would help?

Maybe you are looking for

  • APC Value and Plan Value for an Asset.

    HI Gurus,                   I am developing a report where I have to display the APC value and Plan value of an Asset.Can anyone pls give an insight how to find this for the Asset.

  • Hungarian characters not displaying properly

    What is the fix for ColdFusion MX 6.1 when it does not display foreign characters properly? I have 2 links one just and HTML page which displays my hungarian characters properly and when I change it to a ColdFusion Page it does not display properly.

  • I dragged my url to customize toolbar, now my url is gone, how do I get it back?

    I mistakenly dragged my url into the customize toolbar, thinking I'd at it to my Favorites, but, it totally disappeared, how do I get it back? I tried all the suggestions I read elsewhere, but, they didn't work.

  • BPF - slow interface

    Hi, I am setting up BPF templates and I noticed that the web page which opens when I click on Business Process Flow from the BPC landing page is becoming slower and slower. The reason seems to be that the page always loads all the BPFs (with steps an

  • Sales value in fd32 showing '0'

    Hi Friends, The 'Sales Value' field in fd32 is showing '0'.  IT is not updating the s066 and s077 info struc.  I have maintained all the credit mgmt settings as per the note 18613 and 377165. The point is, this is updating in our D system but in our