SQL Developer 1.5.5 does not show partition tab

I recently switched to SQL Developer 1.5.5 on RHEL 5.3 with Java 1.6.0_13. In 1.5.5, there is no partition tab when I view the table details. However version 1.5.4 shows the partition tab. Was this intentionally removed or is it a bug?
Here's an example of how my table was created:
CREATE TABLE "FOO"."TEST_PARTITION"
(     "ID" NUMBER,
     "TIMEFIELD" TIMESTAMP (6),
     CONSTRAINT "TEST_PARTITION_PK" PRIMARY KEY ("ID") ENABLE
PARTITION BY RANGE ("TIMEFIELD")
(PARTITION "TEST_PARTITION_20090101" VALUES LESS THAN (TIMESTAMP' 2009-01-01 00:00:00'),
PARTITION "TEST_PARTITION_20100101" VALUES LESS THAN (TIMESTAMP' 2010-01-01 00:00:00'),
PARTITION "TEST_PARTITION_20110101" VALUES LESS THAN (TIMESTAMP' 2011-01-01 00:00:00'),
PARTITION "TEST_PARTITION_20120101" VALUES LESS THAN (TIMESTAMP' 2012-01-01 00:00:00') ) ;

Yes, you are correct. I am able to select my existing partitioned tables and then if I select yours, I can see the partitions and the details. But when I ran the script you provided from the outset the tabs were not visible, I could only see them after I'd selected one of my partitioned tables first. As you say, this is not the case in 1.5.1, but is so for 1.5.5. I have logged a bug 8713231, and will have the developers look into it.
The database does matter in general, as we display different tabs for the different databases, but as you're on 11g, that is not the issue.
Sue

Similar Messages

  • SQL Developer 2.1 EA2 does not show any procedures

    With this version, the Navigation Tree does not show any procedures.

    The query issued internally is:
    SELECT OBJECT_NAME, OBJECT_ID,
                DECODE(STATUS, 'INVALID', 'TRUE', 'FALSE') INVALID,
                'TRUE' runnable,
                PLSQL_DEBUG
    FROM SYS.DBA_OBJECTS o, dba_plsql_object_settings s
    WHERE o.OWNER = :SCHEMA
    AND s.OWNER = :SCHEMA
    AND s.name = o.OBJECT_NAME
    AND s.TYPE = :TYPE
    AND OBJECT_TYPE = :TYPE
    AND   SUBOBJECT_NAME IS NULL
    AND   OBJECT_ID NOT IN ( SELECT PURGE_OBJECT FROM RECYCLEBIN )Issue that in a worksheet to see what is failing...
    K.

  • SQL Developer 3.1.07 does not show a Tables entry under the Navigator

    Installed SQL Developer 3.1.07. Under my Connections window, I log into the SYSTEM account. There is NO tables entry. SYSTEM has access to all tables in the database. It's the same behavior for other database users as well.
    I re-installed SQL Developer 3.0.04 and a Tables entry DOES appear for the same SYSTEM user connected to the same database.

    Hi J,
    I was under the impression that regardless of the Java version that my environment variables are setup to use,
    the installation of SQL Developer (when you install with a JDK), that the JDK version installed with SQL Developer
    is the one that is used.Exactly correct, unless you decide to override it in the conf file. I needed to be certain you did not.
    Anyway, trying to resolve the problem, let's go back to a possibility that something went wrong with the migration of your preference settings. Here is an old thread discussing a missing Tables node in the Connection view (sometimes called the navigator tree):
    Table node missing from navigator tree in 3.0.04
    The poster had to rename the system directory containing these settings, then ignore the offer to migrate settings upon starting up SQL Developer again. If you never migrated settings in the first place, then I'm not sure what more to say -- probably would require additional research here in the forum. But if you did migrate settings, then try the following:
    1. Export your connections (Connections node | right-click | Export Connections...)
    2. Exit SQL Developer
    3. Rename the directory to something else
    4. Restart SQL Developer
    5. Import your connections
    That directory on my Windows 7 machine for the current production release is something like:
    C:\Users\<username>\AppData\Roaming\SQL Developer\system3.1.07.42
    Hope this helps,
    Gary

  • SQL DEVELOPER cut and paste does not work, slow and cannot work fast.

    I have lots of difficulties using SQL Developer, the cut/paste does not work properly, when I type search in he code editor it just paste or type the test in the source code not in the serach box. Very hectic I'm pallning to swicth to TOAD until they a a good version.

    Hello Aukhez,
    I'm sorry to hear that you're having problems with SQLDeveloper - personally, I've never had any problems with cut/copy/paste and searching, and I've been using SQLDeveloper from v1.0 to the current version, on practically every version of the JDK from 1.5-1.6u16 on both Windows and Linux.
    Sorry to state the obvious, but perhaps if you could provide a bit more specific information - such as platform, version, etc - and details of what you tried to do, someone here might be able to help...? Regarding speed, there are quite a few things you can do to make this better, but again, without knowing your setup, it's hard to give you proper directions. Plus, you'll find numerous threads here and on google about what you can do to improve speed.
    Regards,
    John

  • SQL Developer bug? It does not return DATEs if database is only MOUNTED

    I'm logging into a mounted database as SYS to check on things using the V$ views, but any query I do involving DATEs never returns any data. If I remove the DATE column, the query works fine. If the database is OPEN, the query works fine with the DATEs. This is a bit of a problem when I want to check on standby databases for example. Is this the way it's supposed to work?
    Help!

    The original thread appeared to have gone nowhere, so I raised the issue again. If I have violated forum rules, please forgive me.
    I have a choice of using either TOAD or SQL Developer at the site that I have just started at, and I have not used either much. I was leaning towards SQL Developer as its price to functionality ratio is very attractive. However, this issue of not working with a mounted database is a show stopper for me for SQL Developer as I prefer to use a single tool that handles all of the DBA work that I do. So far, TOAD does, and SQL Developer does not.

  • SQL Developer Quick Migration wizard does not list the connections

    Hi,
    I have downloaded SQL Developer 2.1 and installed it in a different folder with the option to import connection definitions from the previous version (1.5). However, when using [Quick Migration], the connections do not appear in the dropdown. Even if a new one is created...
    Does anyone know if there is a workaround ?....
    Thank you.

    Hi Boris,
    I see the confusion.
    SQL Developer "Migration" features relate to non Oracle databases, like Sybase, Microsoft SQL Server, DB2, ...
    So Quick Migrate allows you to choose a non Oracle database (connection) to migrate to Oracle.
    Moving from Oracle 10g to Oracle 11g is really a Upgrade, although sometimes the word migration is used to confuse everyone :)
    If you a upgrading an Oracle Application to Oracle 11g then there would be a specific process, check otn for this.
    If you are upgrading your own Oracle database to Oracle 11g, then there are a number of ways.
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28300/toc.htm
    http://kubilaykara.blogspot.com/2008/02/upgrade-oracle-10g-database-to-oracle.html
    SQL Developer itself has a Database Copy and Database Export.
    Have a read of the doc to see which one suits.
    Regards,
    Dermot.
    SQL Developer Team

  • SQL Developer 3.0.04 does not aks for bind values (update / delete)

    Hi there!
    When i issue a select statement like
    SELECT * FROM tablename where column = :bind;
    a window pops up asking for the bind value. It does not for similar delete or update statements.
    Background: I just migrated from Developer 2.1.1.64. In the old version I used that kind of bind a lot.
    Is there any way I can recinfigure this? Is it a bug?
    Thanks in advance.

    It's a bug: Bug EA 4 (3.0.03.97) Bind Variable Not Declared on Insert from select
    Let's hope we see improvement in next patch release,
    K.

  • SQL Developer 1.5.1 does not close from Windows Task Mgr

    I am not sure why but ever since I have upgraded to 1.5.1, when I close SQL Dev, the window GUI goes away but I see sqldeveloper.exe in the task manager. This drove me crazy because I was first fighting the problem where my connections got lost (thank goodness I always backup my install directory before upgrading due to the numerous upgrade problems).
    I am also having problems saving any preferences. I cannot tell it to skip the tips at startup, change the system theme, etc. This may be due to the fact that I have to kill the app in the task manager after I perform a Menu Exit within Oracle SQL Developer.
    I don't know but hopefully you guys will have gone through this.
    One other, hmmmm, rant if I may.
    Why is it that updates/upgrades of this application are such a PIA? I realize it is free but a guy can only take so much before just scraps passes on a piece of software and goes els were.
    Thanks in advance...
    Tom

    Here's the dump. A lot of information. I hope it provides a clue.
    WARNING: Unknown directive: ;IncludeConfFile
    Jul 1, 2008 7:43:16 AM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/oracle/sqldeveloper/sqldeveloper/extensions/oracle.dbtools
    .migration.jar!/META-INF/extension.xml:15: Duplicate declaration of addin oracle
    .dbtools.migration.workbench.core.MigrationAddin. Previously defined in extensio
    n oracle.sqldeveloper.migration
    Jul 1, 2008 7:43:16 AM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/oracle/sqldeveloper/sqldeveloper/extensions/oracle.sqldeve
    loper.thirdparty.sqlserver.jar!/META-INF/extension.xml:13: Duplicate declaration
    of addin oracle.dbtools.thirdparty.sqlserver.SQLServerBrowserAddin. Previously
    defined in extension oracle.dbtools.thirdparty.sqlserver
    Jul 1, 2008 7:43:16 AM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/oracle/sqldeveloper/sqldeveloper/extensions/oracle.sqldeve
    loper.snippet.jar!/META-INF/extension.xml:15: Duplicate declaration of addin ora
    cle.dbtools.raptor.snippet.SnippetAddin. Previously defined in extension oracle.
    dbdev.snippet
    Jul 1, 2008 7:43:16 AM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/oracle/sqldeveloper/sqldeveloper/extensions/oracle.sqldeve
    loper.snippet.jar!/META-INF/extension.xml:16: Duplicate declaration of addin ora
    cle.dbtools.raptor.snippet.SaveSnippetAddin. Previously defined in extension ora
    cle.dbdev.snippet
    Jul 1, 2008 7:43:16 AM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/oracle/sqldeveloper/sqldeveloper/extensions/oracle.dbtools
    .thirdparty.access.jar!/META-INF/extension.xml:13: Duplicate declaration of addi
    n oracle.dbtools.thirdparty.access.AccessBrowserAddin. Previously defined in ext
    ension oracle.sqldeveloper.thirdparty.access
    Jul 1, 2008 7:43:16 AM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/oracle/sqldeveloper/sqldeveloper/extensions/oracle.sqldeve
    loper.migration.sqlserver2005.jar!/META-INF/extension.xml:12: Duplicate declarat
    ion of addin oracle.dbtools.migration.workbench.plugin.SQLServer7Plugin. Previou
    sly defined in extension oracle.dbtools.migration.sqlserver2005
    Jul 1, 2008 7:43:16 AM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/oracle/sqldeveloper/sqldeveloper/extensions/oracle.sqldeve
    loper.migration.sqlserver2005.jar!/META-INF/extension.xml:13: Duplicate declarat
    ion of addin oracle.dbtools.migration.workbench.plugin.SQLServer2000Plugin. Prev
    iously defined in extension oracle.dbtools.migration.sqlserver2005
    Jul 1, 2008 7:43:16 AM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/oracle/sqldeveloper/sqldeveloper/extensions/oracle.sqldeve
    loper.migration.sqlserver2005.jar!/META-INF/extension.xml:14: Duplicate declarat
    ion of addin oracle.dbtools.migration.workbench.plugin.SQLServer2005Plugin. Prev
    iously defined in extension oracle.dbtools.migration.sqlserver2005
    Jul 1, 2008 7:43:16 AM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/oracle/sqldeveloper/sqldeveloper/extensions/oracle.dbtools
    .migration.mysql5.jar!/META-INF/extension.xml:13: Duplicate declaration of addin
    oracle.dbtools.migration.workbench.plugin.MySQLPlugin. Previously defined in ex
    tension oracle.sqldeveloper.migration.mysql5
    Jul 1, 2008 7:43:16 AM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/oracle/sqldeveloper/sqldeveloper/extensions/oracle.dbtools
    .migration.mysql5.jar!/META-INF/extension.xml:14: Duplicate declaration of addin
    oracle.dbtools.migration.workbench.plugin.MySQL4Plugin. Previously defined in e
    xtension oracle.sqldeveloper.migration.mysql5
    Jul 1, 2008 7:43:16 AM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/oracle/sqldeveloper/sqldeveloper/extensions/oracle.dbtools
    .migration.mysql5.jar!/META-INF/extension.xml:15: Duplicate declaration of addin
    oracle.dbtools.migration.workbench.plugin.MySQL5Plugin. Previously defined in e
    xtension oracle.sqldeveloper.migration.mysql5
    Jul 1, 2008 7:43:16 AM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/oracle/sqldeveloper/sqldeveloper/extensions/oracle.dbtools
    .migration.msaccess.jar!/META-INF/extension.xml:12: Duplicate declaration of add
    in oracle.dbtools.migration.workbench.plugin.MSAccessPlugin. Previously defined
    in extension oracle.sqldeveloper.migration.msaccess
    Jul 1, 2008 7:43:16 AM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/oracle/sqldeveloper/sqldeveloper/extensions/oracle.dbtools
    .sqlworksheet.jar!/META-INF/extension.xml:12: Duplicate declaration of addin ora
    cle.dbtools.sqlworksheet.sqlview.SqlEditorAddin. Previously defined in extension
    oracle.sqldeveloper.sqlworksheet
    Jul 1, 2008 7:43:16 AM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:/C:/oracle/sqldeveloper/sqldeveloper/extensions/oracle.sqldeve
    loper.thirdparty.mysql.jar!/META-INF/extension.xml:12: Duplicate declaration of
    addin oracle.dbtools.thirdparty.mysql.MySQLBrowserAddin. Previously defined in e
    xtension oracle.dbtools.thirdparty.mysql
    Jul 1, 2008 7:43:17 AM oracle.ideimpl.extension.WarnAboutDisabledExtensionsAddin
    logDisabledExtensions
    SEVERE: jar:/file:/C:/oracle/sqldeveloper/jdev/extensions/oracle.ide.xmlef.jar!/
    META-INF/extension.xml:0: Not loaded: Missing dependencies: oracle.ide.daf, orac
    le.ide.palette2
    Addin: Translator PlSql is trying to register a input type (.plsql) which confli
    cts with translator PlSql who already using this input type
    Exception initializing 'oracle.jdevimpl.runner.profile.ProfilerShell' in extensi
    on 'Database Developer': java.lang.NumberFormatException: For input string: "f1_
    prfdprojsetmemory_html"
    at java.lang.NumberFormatException.forInputString(NumberFormatException.
    java:48)
    at java.lang.Integer.parseInt(Integer.java:447)
    at java.lang.Integer.valueOf(Integer.java:553)
    at oracle.ide.util.ArrayResourceBundle.getIntegerImpl(ArrayResourceBundl
    e.java:182)
    at oracle.jdevimpl.runner.profile.ProfArb.getInteger(ProfArb.java:66)
    at oracle.jdevimpl.runner.profile.ProfilerShell.createRunMenuItem(Profil
    erShell.java:193)
    at oracle.jdevimpl.runner.profile.ProfilerShell.createMenus(ProfilerShel
    l.java:175)
    at oracle.jdevimpl.runner.profile.ProfilerShell.initialize(ProfilerShell
    .java:166)
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddin(AddinManage
    rImpl.java:405)
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddins(AddinManag
    erImpl.java:214)
    at oracle.ideimpl.extension.AddinManagerImpl.initProductAndUserAddins(Ad
    dinManagerImpl.java:128)
    at oracle.ide.IdeCore.initProductAndUserAddins(IdeCore.java:1804)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1481)
    at oracle.ide.Ide.startup(Ide.java:662)
    at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
    at oracle.ideimpl.Main.start(Main.java:110)
    at oracle.ideimpl.Main.main(Main.java:72)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:66)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:
    190)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:90)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:66)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:729)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    oracle.xml.parser.v2.XMLParseException: Start of root element expected.
    at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:323)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidati
    ngParser.java:345)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingP
    arser.java:307)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:298)
    at oracle.dbtools.raptor.utils.AbstractFolderedXml.processXML(AbstractFo
    lderedXml.java:70)
    at oracle.dbdev.oviewer.base.ViewerAddin.loadXMLEditors(ViewerAddin.java
    :198)
    at oracle.dbdev.oviewer.base.ViewerAddin$1.addinsLoaded(ViewerAddin.java
    :117)
    at oracle.ide.IdeCore.fireIdeEvent(IdeCore.java:843)
    at oracle.ide.IdeCore.mav$fireIdeEvent(IdeCore.java:124)
    at oracle.ide.IdeCore$3.run(IdeCore.java:815)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
    read.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Could not load:oracle.dbtools.thirdparty.mysql
    Full thread dump Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode):
    "Keep-Alive-Timer" daemon prio=8 tid=0x05663610 nid=0x398 waiting on condition [
    0x05e0f000..0x05e0fae8]
    at java.lang.Thread.sleep(Native Method)
    at sun.net.www.http.KeepAliveCache.run(KeepAliveCache.java:149)
    at java.lang.Thread.run(Thread.java:595)
    "pool-1-thread-1" prio=6 tid=0x05658c00 nid=0x1304 waiting on condition [0x05bcf
    000..0x05bcfb68]
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.park(LockSupport.java:118)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject
    .await(AbstractQueuedSynchronizer.java:1767)
    at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.jav
    a:359)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.ja
    va:470)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
    .java:674)
    at java.lang.Thread.run(Thread.java:595)
    "Native Directory Watcher" prio=2 tid=0x00a056c0 nid=0x16b4 runnable [0x0563f000
    ..0x0563fa68]
    at oracle.ide.natives.NativeHandler.enterWatcherThread(Native Method)
    at oracle.ide.natives.NativeHandler$2.run(NativeHandler.java:252)
    at java.lang.Thread.run(Thread.java:595)
    "IconOverlayTracker Timer" prio=6 tid=0x009d71f0 nid=0x15ec in Object.wait() [0x
    0516f000..0x0516fb68]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x12ee5448> (a java.util.TaskQueue)
    at java.lang.Object.wait(Object.java:474)
    at java.util.TimerThread.mainLoop(Timer.java:483)
    - locked <0x12ee5448> (a java.util.TaskQueue)
    at java.util.TimerThread.run(Timer.java:462)
    "IconOverlayTracker Timer" prio=6 tid=0x009ce7f0 nid=0xc4c in Object.wait() [0x0
    4f6f000..0x04f6fc68]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x12e6e6c8> (a java.util.TaskQueue)
    at java.lang.Object.wait(Object.java:474)
    at java.util.TimerThread.mainLoop(Timer.java:483)
    - locked <0x12e6e6c8> (a java.util.TaskQueue)
    at java.util.TimerThread.run(Timer.java:462)
    "TimerQueue" daemon prio=6 tid=0x00946e70 nid=0xd80 in Object.wait() [0x043cf000
    ..0x043cfd68]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x1289c378> (a javax.swing.TimerQueue)
    at javax.swing.TimerQueue.run(TimerQueue.java:233)
    - locked <0x1289c378> (a javax.swing.TimerQueue)
    at java.lang.Thread.run(Thread.java:595)
    "AWT-EventQueue-0" prio=6 tid=0x0093f460 nid=0xcd0 in Object.wait() [0x0428f000.
    .0x0428f9e8]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x1283ac20> (a java.awt.EventQueue)
    at java.lang.Object.wait(Object.java:474)
    at java.awt.EventQueue.getNextEvent(EventQueue.java:345)
    - locked <0x1283ac20> (a java.awt.EventQueue)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
    read.java:189)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    "AWT-Windows" daemon prio=6 tid=0x0093ae70 nid=0x121c runnable [0x0408f000..0x04
    08fae8]
    at sun.awt.windows.WToolkit.eventLoop(Native Method)
    at sun.awt.windows.WToolkit.run(WToolkit.java:269)
    at java.lang.Thread.run(Thread.java:595)
    "AWT-Shutdown" prio=6 tid=0x00939450 nid=0xdf4 in Object.wait() [0x03f8f000..0x0
    3f8fb68]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x1283ada8> (a java.lang.Object)
    at java.lang.Object.wait(Object.java:474)
    at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:259)
    - locked <0x1283ada8> (a java.lang.Object)
    at java.lang.Thread.run(Thread.java:595)
    "Java2D Disposer" daemon prio=6 tid=0x009384f0 nid=0x16c0 in Object.wait() [0x03
    e8f000..0x03e8fbe8]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x1283ae30> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
    - locked <0x1283ae30> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
    at sun.java2d.Disposer.run(Disposer.java:107)
    at java.lang.Thread.run(Thread.java:595)
    "Low Memory Detector" daemon prio=6 tid=0x009200d0 nid=0x828 runnable [0x0000000
    0..0x00000000]
    "CompilerThread0" daemon prio=6 tid=0x0091f580 nid=0xfdc waiting on condition [0
    x00000000..0x0354f6cc]
    "Signal Dispatcher" daemon prio=6 tid=0x0091e3b0 nid=0x584 waiting on condition
    [0x00000000..0x00000000]
    "Finalizer" daemon prio=8 tid=0x0091d950 nid=0x176c in Object.wait() [0x0334f000
    ..0x0334fa68]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x127d01f8> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
    - locked <0x127d01f8> (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=6 tid=0x0091c5a0 nid=0x17c in Object.wait() [0x0
    324f000..0x0324fae8]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x127d0070> (a java.lang.ref.Reference$Lock)
    at java.lang.Object.wait(Object.java:474)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)
    - locked <0x127d0070> (a java.lang.ref.Reference$Lock)
    "main" prio=6 tid=0x009135b0 nid=0xc68 waiting on condition [0x00000000..0x0013f
    b70]
    "VM Thread" prio=6 tid=0x0091b8b0 nid=0x179c runnable
    "VM Periodic Task Thread" prio=6 tid=0x009232a0 nid=0x1490 waiting on condition

  • Migration from Access with SQL Developer 1.2.2998 Does not migrate Relation

    Hi,
    I've almost successfully migrated an Access database to Oracle with SQL Developer with Quick Migration Option. Everything went all right, except for the tables relationships... they were not migrated. Have I forgot to do something?
    Thanks in advance.
    PS: Using SQL Developer 1.2.0.29.98, Oracle 10g XE, MS Access 2000 file.

    Hi All,
    This is a bug which crept in just prior to release. It has been found, and a fix has been commited to our source tree. The fix will be available in our next patch release. (1.2.1).
    Regards,
    Dermot.

  • SQL Developer 1.1.3 does not start from NT

    We were previously running 1.1(2514) and have just started rolling out 1.1.3 (2766) and have found that the latest version does not start under NT. Error shell32.dll error.
    Is there a fix / workaround as this will stop our rollout of this version, which has some interesting BUG fixes ?

    I thought so too, but just a couple of months ago Brian added another bug for NT in Re: Sqldeveloper failed to start after latest 1.1.2 Patch .
    Doing the search I also came across Sue's more official response in Support for Windows NT? . However that post was over a year old...
    K.

  • BOBJ 4.1 SP2 Launchpad does not show 'Home' tab in the portal running in IE10

    We have installed BOBJ 4.1 SP2 and running SAP portal on IE (Internet Explorer) 10.
    When we open the launchpad in the portal, it does not open the "Home" tab and instead just shows the menu bar in the 'Documents Tab'.
    This works perfectly fine in IE 9.
    But when I open the Launch Pad separately in IE 10, I see the Home tab with no issues.
    Has Anyone seen this behavior and if so what is the resolution.
    Attached are the images.
    Thank you
    Suman
    Below is the image when Launchpad is opened by itself and Home tab can be seen

    Hi Suman,
    See kba 1940894 below, this is a known issue with EP and IE10
    https://support.wdf.sap.corp/sap/support/notes/1940894
    ~Valdrin

  • Sessionrestore occasionally does not show my tabs as they were when I closed Firefox, but as they were some time before I closed it.

    Occasionally Sessionrestore doesn't show my tabs as they were when I closed Firefox, but as they were at some seemingly random (but persistent if trying again) point between starting and ending my previous session. Occasionally they're exactly as they were when I started my last session. I'm currently using Firefox 5, but the problem was already present when I was still using 4. Perhaps it's also relevant that I tend to have lots of windows and tabs open, sometimes to the point of crashing Firefox.

    I've increased my window limit to five too, though I'm unsure if I understand it's function correctly, I've reloaded more then three windows through session restore in the past. Anyway, that didn't have an effect. I haven't used app tabs at all yet, so I doubt that could be the problem. As for closing down Firefox correctly, the problem seems to persist regardless of how Firefox closes, be it a crash, killing it in task manager, or through file>exit. I forgot to mention this earlier, but I've monitored sessionstore.js, and it seems like that file literally stops being modified at some point, regardless if I keep browsing. If there's a way that I could "reliably duplicate" the process, I'd love to help, just say what I should do. It's been happening pretty much every browsing session lately, it seems that if I just browse for a decent while it's bound to happen.

  • SQL Developer 3.0 Early : Does not allow edit

    Is this a bug or some setting needs to be changed?
    I browse to my package, right click on the package and select Edit - however buffer is still un-editable. Tried a number od times with
    same result.
    This works with previous version.

    There is now an "switch to write-mode" button in the top left hand corner next to the pin (looks like a broken pencil). Have you tried that?

  • 5th Gen Ipod does not show photo tab under preferences

    I am trying to get pics onto my Ipod. The ipod tutorials suggest going to a photo tab which I do not have. I can not update the Ipod because Itunes 7 says that Ipod is already up to date? Is anyone having this problems?
    5th gen ipod   Windows XP   Itunes 7

    The ipod tutorials suggest going to a photo tab which I do not have. I can not update the Ipod because Itunes 7 says that Ipod is already up to date?
    can you check something for me? what icon is showing up in the itunes sourcelist? is it a wee picture of your 5th G, or does it look quite different?
    what version of the firmware is being cited in the "summary" tab you see when you select the ipod in the sourcelist? is that the same version that you see in the "About" screen on your ipod?
    Where's the iPod About screen, and what's in it?

  • Using "Enter Time machine" with Mail does not show 'restore' tab

    I recently upgraded to 10.5.6 and while in Mail, I used the menu 'enter time machine' and instead of the familiar animation, the preview pane of the mail showed the message "click restore to restore your mailbox 'x'" BUT THERE WAS NO restore tab!
    I only had my original desktop background with the Mail preview panel in the center.
    I took a screen shot but don't see a way to attach images like on other boards.
    In all other applications, 'enter time machine' would switch me to finder and go through that great time machine animation with the 'restore''now' and 'cancel' tabs at the bottom.
    Anyone know why this has happened?

    Hi Barry,
    Sorry to confuse anyone. What I meant was that with Mail.app in front or focus, if I click on the TM icon in the dock OR if I use the menu bar TM icon and from the pull down if I choose 'enter time machine' Then all that happens is the Mail window shrinks a bit, the dock disappears, in the Mail window, in the preview panel there is a grey message saying 'click restore if you want to recover your inbox' if I highlight another folder or mailbox I created it says 'click to restore that mailbox'
    But there is no "RESTORE" to click anywhere. I can see my desktop background and the icons of files on my desktop. It looks as if Mail window shrunk a bit onto my desktop with no dock. Hope that gives you an idea.
    With any other application as focus, when I click on TM icon in dock or the drop down menu from menu bar, it switches to finder, then goes through that breathtaking animation of the whole desktop dropping down and the finder window trailing into infinity.

Maybe you are looking for