SQL Developer Extensions in Java

Hallo,
I am trying to find some tutorial/sample/example about extending the SQL Developer in Java. The documentation about the XML-Extension seems pretty good, but the only usefull [site |http://wiki.oracle.com/page/SQL+Dev+SDK+How+To+Create+a+Java+Defined+Extension] I've for java extensions contains a [broken link to the example file|ftp://ftp.oracle.com/svrtech/outgoing/sqldev_sdk/java_simple_tablespace.zip]. Does anyone know, where to find something like a getting-started in the java extensions for sql-developer? Or where to find some example file?
Many thanks!!
scitrx
Edited by: user10472320 on 23.10.2009 05:30

You will find some information and another link to the example in this thread:
Re: User Defined XML Extension - Java Defined
And if you search the forums for "xml user extension" you'll find a few more threads on the subject.
Also, look in my web site:
http://www.smdi.com/employee/JohnF/
There is a link to my ODTUG paper on extending SQL Developer, and you can download my extension to browse the Oracle Designer Repository as an example of how to write a Java extension that is mostly XML with only a little Java.

Similar Messages

  • Help required in developing SQL developer extension

    Hi,
    We have a requirement to develop an extension for Sql Developer. The requirement matches the Reports framework in Sql Developer.
    We need to have a separate dock as in reports where we can navigate through the tree and execute some predefined queries.
    I implemented this using the Docking Sample of Sql Developer extensions. I am able to show a separate dock with the tree hieararchy of the nodes and adding context menus to the nodes.
    But , the problem is how do we integrate this UI with the queries and how do we prompt the user to select the connections and other bind variables.
    We can do this by using an XML file and importing it in the reports. But, we need a separate dock for our functionality.
    I tried modifying the reports API by obtaining the code from the oracle.sqldeveloper.report.jar . But , facing problems while compiling the modified code to a jar.
    Any help in this regard is appreciated.
    Edited by: 883431 on Sep 8, 2011 12:32 AM

    Sorry for that,
    Here is what I did,
    Create a variable for posting period
    Put posting period in column.
    Create 2 selections for the KF.
    Restrict 1st sel from Jan – Variable-1
    Restrict 2nd sel from Variable – Dec

  • SQL Developer extension for APEX workspace management

    Hi everyone,
    I've put together some SQL Developer extensions - one of them provides APEX workspace management
    from within SQL Developer when connected to the database as SYS. A screenshot and a short
    description is available here:
    http://sql-plsql-de.blogspot.com/2009/09/erweiterungen-fur-den-sql-developer.html?lang=en
    You can download the zip archive directly from here (the blog posting contains this link also)
    http://htmldb.oracle.com/pls/otn/f?p=20225:2:0::::P2_SUCHWORT:sqldev-ext
    Try it out - if you like it: Please give me feedback; if not: please do also
    Regards
    -Carsten
    Oracle 11g Release 2: New Features for Developers in German
    http://www.oracle.com/global/de/community/index.html
    BLOG: SQL und PL/SQL in Oracle
    http://sql-plsql-de.blogspot.com

    Hi,
    Looks very nice and I really like idea. Great job !
    For futher development idea:
    I like see that individual workspace admin could use same kind plugin, connecting DB with user that is assigned to workspace and manage only that WS properties.
    Br, Jari

  • SQL Developer extension

    Hello,
    I'm trying to add an extension to SQL Developer. I download manually RDB for SQL Developer extension and then I follow those instructions :
    1 . Click Help menu
    2 . Click Search for updates menu item
    3 . Install from local file and select installer.zip
    4 . Restart SQL Developer
    5 . Add some reports
    I should have an RDB tab in the new connexion window, but it doesn't work. Then I tried another way :
    1 . Click Help menu
    2 . Click Search for updates menu item
    3 . Check all sources (Oracle SQL Developer, Oracle Extensions, Third Party..), next
    4 . Check Oracle Rdb extension for SQL Developer 7.3, next
    In this case I have an error saying something like this :
    An error occured during the updates download
    http://www.oracle.com/ocom/groups/public/@otn/documents/webcontent/*null*
    Does anyone has an idea about this problem ?
    Thanks

    You can in the meantime download the extension yourself, instead of using check for updates. This http://www.oracle.com/technetwork/developer-tools/sql-developer/extensions-083825.html is our extensions page. Select the RDB link to take you their downloads page and you'll find the Oracle Rdb Extension for SQL Developer Release 7.3 on that page.
    Quick link is: http://www.oracle.com/technetwork/database/rdb/downloads/index.html
    Sue

  • Howto write SQL Developer Extensions in JDeveloper?

    Hello,
    we want to develop an extension for SQL Developer. We want this extension to appear in the context menu at the table node. We did pretty well developing the necessary Java classes but now we have the problem to integrate our extension to the context menu. So is there any possibility to do this or where we can find some documentation or examples?
    Kind regards
    Jürgen

    >
    we want to develop an extension for SQL Developer. We want this extension to appear in the context menu at the table node. We did pretty well developing the necessary Java classes but now we have the problem to integrate our extension to the context menu. So is there any possibility to do this or where we can find some documentation or examples?
    >
    Make sure you use the correct matching versions of the Extension JDK, JDeveloper and sql Developer.
    See 1. Adding a Context Menu in the 'How To Create an XML User Defined Extension' example
    https://wikis.oracle.com/display/oraclesqldeveloper/How+To+Create+an+XML+User+Defined+Extension
    There are several other examples of extensions here
    https://wikis.oracle.com/display/oraclesqldeveloper/SQL+Developer+SDK+How+To%27s
    >
    Page: How To Create a Java Defined Extension
    Page: How To add a new folder to the database navigator
    Page: How To add a new node to the database navigator
    Page: How To add a new sub folder to the database navigator
    Page: How To create an editor for a Node
    Page: How To create a muliselect nodes action
    Page: How To create an action (rc context) for a Navigator Node
    Page: How To Create an XML User Defined Extension

  • Help debugging SQL Developer extension

    Folks,
    JDeveloper 11.1.1.1.0
    SQL Developer 2.1.1.64
    I am working on enhancing an existing extension and am having problems.
    I have a Menu.java class that does this:
    package org.GeoRaptor;
    public class Menu implements Addin {
        public void initialize() {
            // Add context menus
            XMLBasedObjectAction.registerContextMenus(this.getClass().getResource("menu.xml"));
    }menu.xml is loaded as the menus appear correctly when I right-mouse click.
    The class that implements the selected MenuAction is:
    package org.GeoRaptor;
    public class MenuAction extends AbstractMenuAction {
        // Action to do at launch
        private String action;
        @Override
        public void launch() {
        @Override
        public void setArgs(final String args) {
            this.action = args;
    }The menu.xml reference for this class is:
    <?xml version="1.0" encoding="UTF-8"?>
    <items xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                 xsi:noNamespaceSchemaLocation="dialogs.xsd">
      <folder type="TABLE">
        <name>Georaptor</name>
        <item type="TABLE" className="org.GeoRaptor.MenuAction" classArgs="add_view">
            <title>Add to spatial view</title>
        </item>
        <item type="TABLE" className="org.GeoRaptor.MenuAction" classArgs="create_index">
            <title>Create spatial index</title>
        </item>
      </folder>Whenever I select an action eg add_view, MenuAction.class is never called.
    Can anyone give me an idea as to why or how to track down why?
    regards
    Simon

    [email protected] wrote:
    Thanks but I don't find any SQL Developer forum..1. Go to the OTN forum home page
    2. Open the Database link
    3. Scroll down until the SQL Developer forum is listed

  • SQL Developer 3.1EA1 JAVA Error During Export

    Displayed approx. 10 records from a table and right clicked on the results tab. Chose Export and the following appeared. I am using Windows XP JAVA 1.6.0_26 32 bit versions.
    oracle.classloader.util.AnnotatedClassNotFoundException:
         Missing class: oracle.dbtools.raptor.export.ExportObjects
         Dependent class: java.awt.Component
         Loader: jre.bootstrap:1.6.0_26
         Code-Source: unknown
         Configuration: jre bootstrap
    The missing class is not available from any code-source or loader in the system.
         at oracle.classloader.PolicyClassLoader.handleClassNotFound (PolicyClassLoader.java:2180) [C:/Oracle/Tools/sqldeveloper/modules/oracle.classloader_11.1.1.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@13288040]
         at oracle.classloader.PolicyClassLoader.internalLoadClass (PolicyClassLoader.java:1733) [C:/Oracle/Tools/sqldeveloper/modules/oracle.classloader_11.1.1.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@13288040]
         at oracle.classloader.PolicyClassLoader.access$000 (PolicyClassLoader.java:143) [C:/Oracle/Tools/sqldeveloper/modules/oracle.classloader_11.1.1.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@13288040]
         at oracle.classloader.PolicyClassLoader$LoadClassAction.run (PolicyClassLoader.java:331) [C:/Oracle/Tools/sqldeveloper/modules/oracle.classloader_11.1.1.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@13288040]
         at java.security.AccessController.doPrivileged (Native method) [unknown, by unknown]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1692) [C:/Oracle/Tools/sqldeveloper/modules/oracle.classloader_11.1.1.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@13288040]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1674) [C:/Oracle/Tools/sqldeveloper/modules/oracle.classloader_11.1.1.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@13288040]
         at java.lang.Class.getDeclaredMethods0 (Native method) [unknown, by unknown]
         at java.lang.Class.privateGetDeclaredMethods (Class.java:2427) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.lang.Class.getDeclaredMethod (Class.java:1935) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Component.isCoalesceEventsOverriden (Component.java:5973) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Component.access$500 (Component.java:169) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Component$3.run (Component.java:5927) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Component$3.run (Component.java:5925) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.security.AccessController.doPrivileged (Native method) [unknown, by unknown]
         at java.awt.Component.checkCoalescing (Component.java:5924) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Component.<init> (Component.java:5893) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Container.<init> (Container.java:251) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at javax.swing.JComponent.<init> (JComponent.java:570) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at javax.swing.JPanel.<init> (JPanel.java:65) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at javax.swing.JPanel.<init> (JPanel.java:92) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at javax.swing.JPanel.<init> (JPanel.java:100) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at oracle.ide.panels.DefaultTraversablePanel.<init> (DefaultTraversablePanel.java:29) [C:/Oracle/Tools/sqldeveloper/ide/lib/idert.jar (from boot classpath entry in oracle.ide.boot.PCLMain.BOOT_ENTRIES), by ide-global:11.1.1.0.0]
         at oracle.dbtools.raptor.export.wizard.ExportWizDestinstaionPanel.<init> (ExportWizDestinstaionPanel.java:62) [C:/Oracle/Tools/sqldeveloper/ide/lib/patches/oracle.sqldeveloper.incremental_patch.jar (from system property ide.patches.dir), by ide-global:11.1.1.0.0]
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native method) [unknown, by unknown]
         at sun.reflect.NativeConstructorAccessorImpl.newInstance (NativeConstructorAccessorImpl.java:39) [unknown, by unknown]
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance (DelegatingConstructorAccessorImpl.java:27) [unknown, by unknown]
         at java.lang.reflect.Constructor.newInstance (Constructor.java:513) [unknown, by unknown]
         at oracle.ide.panels.MetaTraversable.newTraversable (MetaTraversable.java:315) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at oracle.ide.wizard.Step.newTraversable (Step.java:171) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at oracle.ide.wizard.FSMStateInfo.getTraversable (FSMStateInfo.java:99) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at oracle.ide.wizard.FSMWizard._addPage (FSMWizard.java:534) [C:/Oracle/Tools/sqldeveloper/ide/lib/idert.jar (from boot classpath entry in oracle.ide.boot.PCLMain.BOOT_ENTRIES), by ide-global:11.1.1.0.0]
         at oracle.ide.wizard.FSMWizard._populatePages (FSMWizard.java:492) [C:/Oracle/Tools/sqldeveloper/ide/lib/idert.jar (from boot classpath entry in oracle.ide.boot.PCLMain.BOOT_ENTRIES), by ide-global:11.1.1.0.0]
         at oracle.ide.wizard.FSMWizard.<init> (FSMWizard.java:112) [C:/Oracle/Tools/sqldeveloper/ide/lib/idert.jar (from boot classpath entry in oracle.ide.boot.PCLMain.BOOT_ENTRIES), by ide-global:11.1.1.0.0]
         at oracle.dbtools.raptor.export.wizard.ExportWizMain.launchWizard (ExportWizMain.java:169) [C:/Oracle/Tools/sqldeveloper/ide/lib/idert.jar (from boot classpath entry in oracle.ide.boot.PCLMain.BOOT_ENTRIES), by ide-global:11.1.1.0.0]
         at oracle.dbtools.raptor.export.wizard.ExportWizMain.launchForData (ExportWizMain.java:141) [C:/Oracle/Tools/sqldeveloper/ide/lib/idert.jar (from boot classpath entry in oracle.ide.boot.PCLMain.BOOT_ENTRIES), by ide-global:11.1.1.0.0]
         at oracle.dbtools.raptor.dialogs.actions.TableExportAction.launchForData (TableExportAction.java:104) [C:/Oracle/Tools/sqldeveloper/ide/lib/idert.jar (from boot classpath entry in oracle.ide.boot.PCLMain.BOOT_ENTRIES), by ide-global:11.1.1.0.0]
         at oracle.dbtools.raptor.controls.grid.contextmenu.ExportGrid$1.actionPerformed (ExportGrid.java:161) [C:/Oracle/Tools/sqldeveloper/sqldeveloper/extensions/oracle.sqldeveloper.jar (from extension jar in C:\Oracle\Tools\sqldeveloper\sqldeveloper\extensions), by ide-global:11.1.1.0.0]
         at javax.swing.AbstractButton.fireActionPerformed (AbstractButton.java:1995) [C:/Oracle/Tools/sqldeveloper/sqldeveloper/extensions/oracle.sqldeveloper.jar (from extension jar in C:\Oracle\Tools\sqldeveloper\sqldeveloper\extensions), by ide-global:11.1.1.0.0]
         at javax.swing.AbstractButton$Handler.actionPerformed (AbstractButton.java:2318) [C:/Oracle/Tools/sqldeveloper/sqldeveloper/extensions/oracle.sqldeveloper.jar (from extension jar in C:\Oracle\Tools\sqldeveloper\sqldeveloper\extensions), by ide-global:11.1.1.0.0]
         at javax.swing.DefaultButtonModel.fireActionPerformed (DefaultButtonModel.java:387) [C:/Oracle/Tools/sqldeveloper/sqldeveloper/extensions/oracle.sqldeveloper.jar (from extension jar in C:\Oracle\Tools\sqldeveloper\sqldeveloper\extensions), by ide-global:11.1.1.0.0]
         at javax.swing.DefaultButtonModel.setPressed (DefaultButtonModel.java:242) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at javax.swing.AbstractButton.doClick (AbstractButton.java:357) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick (BasicMenuItemUI.java:809) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased (BasicMenuItemUI.java:850) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Component.processMouseEvent (Component.java:6288) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at javax.swing.JComponent.processMouseEvent (JComponent.java:3267) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Component.processEvent (Component.java:6053) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Container.processEvent (Container.java:2041) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Component.dispatchEventImpl (Component.java:4651) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Container.dispatchEventImpl (Container.java:2099) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Component.dispatchEvent (Component.java:4481) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.LightweightDispatcher.retargetMouseEvent (Container.java:4577) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.LightweightDispatcher.processMouseEvent (Container.java:4238) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.LightweightDispatcher.dispatchEvent (Container.java:4168) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Container.dispatchEventImpl (Container.java:2085) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Window.dispatchEventImpl (Window.java:2478) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Component.dispatchEvent (Component.java:4481) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.EventQueue.dispatchEventImpl (EventQueue.java:643) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.EventQueue.access$000 (EventQueue.java:84) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.EventQueue$1.run (EventQueue.java:602) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.EventQueue$1.run (EventQueue.java:600) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.security.AccessController.doPrivileged (Native method) [unknown, by unknown]
         at java.security.AccessControlContext$1.doIntersectionPrivilege (AccessControlContext.java:87) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.security.AccessControlContext$1.doIntersectionPrivilege (AccessControlContext.java:98) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.EventQueue$2.run (EventQueue.java:616) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.EventQueue$2.run (EventQueue.java:614) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.security.AccessController.doPrivileged (Native method) [unknown, by unknown]
         at java.security.AccessControlContext$1.doIntersectionPrivilege (AccessControlContext.java:87) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.EventQueue.dispatchEvent (EventQueue.java:613) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.EventDispatchThread.pumpOneEventForFilters (EventDispatchThread.java:269) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.EventDispatchThread.pumpEventsForFilter (EventDispatchThread.java:184) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.EventDispatchThread.pumpEventsForHierarchy (EventDispatchThread.java:174) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:169) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:161) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.EventDispatchThread.run (EventDispatchThread.java:122) [jre bootstrap, by jre.bootstrap:1.6.0_26]

    Hi,
    The "Missing class: oracle.dbtools.raptor.export.ExportObjects" is used in 3.0 (found in oracle.sqldeveloper.jar) but not 3.1. Did you not remember to install 3.1 into an empty directory? That would also be the most likely reason for the issues you encountered in these other posts:
    SQL Developer 3.1EA1 Connected Icon
    SQL Developer 31EA1 SQL Worksheet not allowing entry
    Regards,
    Gary
    SQL Developer Team

  • JAR conflicts in Oracle SQL Developer Extension

    Hi,
    I am developing a extension for Oracle SQL Developer. I want to use JavaFX to show a WebView inside SQLDeveloper, so I imported such library.
    When I try to use such library, the program crashes with an error (NoSuchMethodError) pointing to the constructor of JSObject. The problem is that oracle.help_5.0 (bundled with sql developer) and JavaFX (in the future is going to be bundled in jre) defines the same class (netscape.javascript.JSObject) with different implementations.
    My question is that if it is possible to define/modify the ClassLoader to serve the JSObject provided by JavaFX library to the JavaFX library.
    Thank you in advance!

    Thats odd.
    Do you see any exceptions in console ? (to see the console launch sqldeveloper.exe in ../sqldeveloper/sqldeveloper/bin dir.)
    -Raghu

  • Oracle SQL Developer installation and Java

    I finished installing Oracle Client without problems. Opened up SQL Developer for the first time and he asks me for the full Java.exe pathname.
    That's fine, but when I input the java.exe I just get asked again, no errors. Repeat until infinity.
    I installed the newest Java SDK and tried both 32-bit and 64-bit versions (jdk 7u4). I even tried installing Oracle Client version 11.1.0 AND 11.2.0 to see if that make any difference, but it's all the same.
    I have uploaded a screenshot if that helps: http://i50.tinypic.com/mjtqte.jpg
    Any ideas?
    Regards,
    Gunnar Óskarsson

    Hi Gunnar.
    Documentation:
    http://docs.oracle.com/cd/E25259_01/doc.31/e26419/install.htm#sthref8
    Ideas:
    -Do not use java7
    -Use JDK not JRE
    -On widows there is a version of SQLDeveloper including java 6 jdk
    -Instant client is not required - but if you want to use it use at least 11.2.0.2
    -Updated SetJavaHome in sqldeveloper\sqldeveloper\bin\sqldeveloper.conf to point to the JDK
    -There is some confusion over 32bit and 64bit Operating System, java and SQLDeveloper, you can search the forum for details, eg: thread title: "Unable to start Oracle SQL Developer"
    -Turloch
    SQLDeveloper Forum

  • SQL Developer asks for java.exe with the version that has java built in.

    I have a user with the following platform:
    Windows XP2
    SQL Developer Version 1.5.4
    The version they are trying to get running is the one that has the JDK built in. However, when they try and startup SQL Developer it asks for the location of java.exe.
    However, when I run the same exact version on my workstation, I do not receive the prompt for a java.exe.
    I checked the documentation, and I couldn't find anything related to this particular issue, however I may have missed it.
    Can anyone provide me with any guidance please? Thanks.

    Resolved. There was a difference of permissions on the user's machine.

  • SQL Developer needs a "Java.exe" path......how do I determine this?

    "SQL Developer" I can't get that workin.
    It asks me for the "Full path to java.exe". I tried browsing to where
    Java.exe is but it fails saying "Cannot find a J2SE SDK at path: C:\ yada yada blah blah"
    Thoughts?

    The path is to where you installed your JDK. The one you downloaded and installed manually (to fulfill the requirement for the SQLDeveloper before you downloaded that.)
    If you have an Oracle database installed, you could try pointing to ORACLE_HOME/jdk
    If you downloaded a JDK (note that JSE is NOT good enough) then you point to the JDK home. You would likely find a directory structure like
    JDK_HOME
    . |
    . +---- bin - javac.exe, ...
    . |
    . --jre
    . . . . |
    . . . . +- java.exe, ...
    and you enter the JDK_HOME
    I would have said more had you been courteous enough to indicate your OS.

  • Remove (delete) a SQL Developer Extension

    How can I remove the Schema Visualizer from my SQL Developer installation?
    Best Regards
    Niels Jessen

    Tools -> Prefs ->Extensions -> Uncheck the the plug-in you want to disable.
    If you want to remove it from your system, you have to go into your '%SQL_DEV_INSTALL_DIR%\sqldeveloper\extensions' directory and remove the jar files related to that extension.

  • Digger SQL Developer extension 1.1 - How can I make this work?

    I installed it and averything looks fine but I cannot find the option to use it, Does any one knows how to make it work?
    Regards

    Sorry for overlooking this message. Just in case you still need it (yeah, i know :)) it's very easy to use, although I must admit it may be a little confusing at first. Basically you just have to open a trace file, i.e. file with an extension .trc. Digger is triggered by this extension and opens its window inside SQL Developer.
    Dmitry Skavish
    http://www.fourthelephant.com

  • SQL Developer extensions : Help required regarding reports

    Hi,
    We are developing an extension for SQL Developer which is similar to reports . So , I need some information regarding the APIs related to report output.
    I need to access the resultset of the query output of a User Defined report so that we can customize our extension for some specific requirements. Is there a way to access the resultset after the query gets executed ? Or Are there any APIs where I can look into for some understanding of the background process which happens after the query execution and before the output gets printed on the output window.
    Any help or suggestions on this is highly appreciated.

    Please do not duplicate threads. No answer means nobody can or wants to help.
    At most you can bump the first thread in case someone missed it.
    Thanks,
    K.

  • SQL Developer Extension, GeoRaptor Release 2.1.1 (Build 3) now available

    Cross Post.
    See details at: GeoRaptor Release 2.1.1 (Build 3) Available for SQL Developer
    regards
    Simon Greener

    Hi,
    The original GeoRaptor had some documentation but it has not been updated.
    It is a task on the development list but it has a low priority next to the developments we have planned for the next release. (The main ones being the ability to map the whole, or part, of a SELECT statement executed in a SQL Worksheet - including export to shapefile; the addition of multiple SRID-aware Views to enhance the current single, SRID-unaware view; length/area tools; line and polygon selection tools.)
    The attribute and geometry tabs in the pane in the lower half of the spatial view will appear when an "identify" operation is executed and selected data exists.
    The split into attribute and geometry tabs was done to better control the visualisation experience of a user. The original Geometry tab displayed a single geometry in a non-standard way and allowed a user to drag select ordinates which could then be mapped. The button should have been removed in build 3 but it wasn't. It will probably do nothing. Perhaps in the next release we might replace the button with an ability to select and individual geometry, highlight it and show its points or even show elements in a multi-element geometry eg show me inner ring 2 in the first outer-ring of a multi-polygon. Don't know. If anyone wants this type of functionality register an enhancement request on the sourceforge GeoRaptor website.
    Remember, GeoRaptor is an open source, community driven tool. If you want to help by writing documentation eg a simple one page wiki page on how to validate geometry etc (it doesn't have to be a whole manual), or contribute code, let us know. Or if you simply like the tool or want an enhancement, let us know.
    It is hard writing a tool in the vacuum of one's own experience (no matter how considerable that might be) in a land far, far away (I live in Hobart, Tasmania, Australia), to let us know how we are going......
    regards
    Simon

Maybe you are looking for