SQL Developer 1.5 and MS SQL Server

Can I use SQL Developer 1.5.1 to access MS SQL Server, just like it was possible in the previous versions of SQL Developer? How can it be done? MS SQL Server does not appear in the 'New Connection'....

The SQL Server node will only appear if you have installed the third party jdbc drivers.
You can download the jdbc driver through check for updates and then you need to register the driver in Tools | Preferences|Database|Third Party JDBC Drivers.
The relevant connection tab should then appear.

Similar Messages

  • GeoRaptor 3.0 for SQL Developer 3.0 and 2.1 has now been released

    Folks,
    I am pleased to announce that, after 5 months of development and testing, a new release of GeoRaptor for SQL Developer 2.1 and 3.0 is now available.
    GeoRaptor for SQL Developer 3 is available via the SQL Developer Update centre. GeoRaptor 3 for SQL Developer 2.1 is being made available
    via a download fro the GeoRaptor website.
    No release notes have been compiled as the principal developer (oops, that's me!) is currently busy doing real work for a change (another 3 weeks), earning a living
    and keeping the wolves at bay. More extensive notes (with images) will be compiled when I get back. (Unless anyone is offering! See next.)
    We are still looking for people to:
    1. Provide translations of the English dialog menus etc.
    2. Write more extensive user documentation. If you use a particular part of GeoRaptor a lot and think
    you have found out all its functionality and quirks, contact us and offer to write a few pages of
    documentation on it. (Open Office or Microsoft Word is fine.) Easiest way to do this is to simply
    make screen captures and annotate with text.
    3. Conduct beta testing.
    Here are the things that are in the new release.
    New functionality:
    Overhaul of Validation Functionality.
    1. User can specify own validation SELECT SQL as long as it returns three required columns. The SQL is thus totally editable.
    2. Validation update code now allows user to associate a PL/SQL function with an error number which is applied in the UPDATE SQL.
    3. UPDATE SQL can use WHERE clause of validation SELECT SQL (1) to update specific errors.
       NOTE: The generated UPDATE statement can be manually edited. It is NEVER run by GeoRaptor. To run any UPDATE, copy the statement
       to the clipboard and run in an appropriate SQL Worksheet session within SQL Developer.
    4. Main validation table allows:
       a. Sorting (click on column header) and
       b. Filtering.
       c. Copying to Clipboard via right mouse click sub menu of:
          - Geometry's SDO_ELEM_INFO array constructor.
          - SDO_GEOMETRY constructor
          - Error + validation string.
       d. Access to Draw/Zoom functions which were previously buttons.
       e. Added a new right mouse click menu "Show Feature's Individual Errors" that gathers up all the errors
          it can process - along with the ring / element that is host to the error (if it can) - and displays
          them in the Attribute/Geometry tabs at the bottom of the Map Window (where "Identify" places its results).
          The power of this will be evident to all those who have wanted a way of stepping through errors in a geometry.
       f. Selected rows can now be deleted (select rows: press <DELETE> key or right mouse click>Delete).
       g. Table now has only one primary key column, and has a separate error column holding the actual error code.
       h. Right mouse click men added to table menu to display description of error in the new column (drawn from Oracle documentation)
       i. Optimisations added to improve performance for large error lists.
    5. Functionality now has its own validation layer that is automatically added to the correct view.
       Access to layer properties via button on validation dialog or via normal right mouse click in view/layer tree.
    Improved Rendering Options.
    1. Linestring colour can now be random or drawn from column in database (as per Fill and Point colouring)
    2. Marking of SDO_GEOMETRY objects overhauled.
       - Ability to mark or LABEL vertices/points of all SDO_GEOMETRY types with coordinate identifier and
         option {X,Y} location. Access is via Labelling tab in layer>properties. Thus, coordinate 25 of a linestring
         could be shown as: <25> or {x,y} or <25> {x,y}
       - There is a nice "stacked" option where the coordinate {x,y} can be written one line below the id.
       - For linestrings and polygons the <id> {x,y} label can be oriented to the angle between the vectors or
         edges that come in, and go out of, a vertex. Access is via "Orient" tick box in Labelling tab.
       - Uses Tools>Preferences>GeoRaptor>Visualisation>SDO_ORDINATE_ARRAY bracket around x,y string.
    3. Start point of linestring/polygon and all other vertices can be marked with user selectable point marker
       rather than previously fixed markers.
    4. Can now set a NULL point marker by selecting "None" for point marker style pulldown menu.
    5. Positioning of the arrow for linestring/polygons has extra options:
       * NONE
       * START    - All segments of a line have the arrow positioned at the start
       * MIDDLE   - All segments of a line have the arrow positioning in the middle.
       * END      - All segments of a line have the arrow positioning in the END.
       * END_ONLY - Only the last segment has an arrow and at its end.
    ScaleBar.
    1. A new graphic ScaleBar option has been added for the map of each view.
       For geographic/geodetic SRIDs distances are currently shown in meters;
       For all SRIDs an attempt is made to "adapt" the scaleBar units depending
       on the zoom level. So, if you zoom right in you might get the distance shown
       as mm, and as you zoom out, cm/m/km as appropriate.
    2. As the scaleBar is drawn, a 1:<DEMONINATOR> style MapScale value is written
       to the map's right most status bar element.
    3. ScaleBar and MapScale can be turned off/on in View>Properties right mouse
       click menu.
    Export Capabilities.
    1. The ability to export a selection from a result set table (ie result of
       executing ad-hoc SQL SELECT statement to GML, KML, SHP/TAB (TAB file
       adds TAB file "wrapper" over SHP) has been added.
    2. Ability to export table/view/materialised view to GML, KML, SHP/TAB also
       added. If no attributes are selected when exporting to a SHP/TAB file, GeoRaptor
       automatically adds a field that holds a unique row number.
    3. When exporting to KML:
       * one can optionally export attributes.
       * Web sensitive characters < > & etc for KML export are replaced with &gt; &lt; &amp; etc.
       * If a column in the SELECTION or table/view/Mview equals "name" then its value is
         written to the KML tag <name> and not to the list of associated attributes.
         - Similarly for "description" -> <description> AND "styleUrl" -> <styleUrl>
    4. When exporting to GML one can optionally export attributes in FME or OGR "flavour".
    5. Exporting Measured SDO_GEOMETRY objects to SHP not supported until missing functionality
       in GeoTools is corrected (working with GeoTools community to fix).
    6. Writing PRJ and MapInfo CoordSys is done by pasting a string into appropriate export dialog box.
       Last value pasted is remembered between sessions which is useful for users who work with a single SRID.
    7. Export directory is remembered between sessions in case a user uses a standard export directory.
    8. Result sets containing MDSYS.SDO_POINT and/or MDSYS.VERTEX_TYPE can also be written to GML/KML/SHP/TAB.
       Example:
       SELECT a.geom.sdo_point as point
         FROM (SELECT sdo_geometry(2002,null,sdo_point_type(1,2,null),sdo_elem_info_array(1,2,1),sdo_ordinate_array(1,1,2,2)) as geom
                 FROM DUAL) a;
       SELECT mdsys.vertex_type(a.x,a.y,a.z,a.w,a.v5,a.v6,a.v7,a.v8,a.v9,a.v10,a.v11,a.id) as vertex
         FROM TABLE(mdsys.sdo_util.getVertices(mdsys.sdo_geometry(2002,null,null,sdo_elem_info_array(1,2,1),sdo_ordinate_array(1,1,2,2)))) a;
    9. A dialog appears at the end of each export which details (eg total) what was exported when the exported recordset/table contains more
       than on shape type. For example, if you export only points eg 2001/3001 from a table that also contains multipoints eg 2005/3005 then
       the number of points exported, and multipoints skipped will be displayed.
    10. SHP/TAB export is "transactional". If you set the commit interval to 100 then only 100 records are held in memory before writing.
        However, this does not currently apply to the associated DBASE records.
    11. SHP/TAB export supports dBase III, dBase III + Memo, dBase IV and dBase IV + Memo.
        Note: Memo allows text columns > 255 characters to be exported. Non-Memo formats do not and any varchar2 columns will be truncated
        to 255 chars. Some GIS packages support MEMO eg Manifold GIS, some do not.
    12. Note. GeoRaptor does not ensure that the SRID of SDO_GEOMETRY data exported to KML is in the correct Google Projection.
        Please read the Oracle documentation on how to project your data is this is necessary. An example is:
        SELECT OBJECTID,
               CODIGO as name,
               NOME as description,
               MI_STYLE,
               SDO_CS.TRANSFORM(shape,'USE_SPHERICAL',4055) as shape
          FROM MUB.REGIONAL;
    13. NOTE: The SHP exporter uses the Java Topology Suite (JTS) to convert from SDO_GEOMETRY to the ESRI Shape format. JTS does not handle
        circular curves in SDO_GEOMETRY objects you must "stroke" them using sdo_util.arc_densify(). See the Oracle documentation on how
        to use this.
    Miscellaneous.
    1. Selection View - Measurement has been modified so that the final result only shows those geometry
       types that were actually measured.
    2. In Layer Properties the Miscellaneous tab has been removed because the only elements in it were the
       Geometry Output options which have now been replaced by the new GML/KML/etc export capabilities.
    3. Shapefile import's user entered tablename now checked for Oracle naming convention compliance.
    4. Identify based on SDO_NN has been removed from GeoRaptor given the myriad problems that it seems to create across versions
       and partitioned/non-partitioned tables. Instead SDO_WITHIN_DISTANCE is now used with the actual search distance (see circle
       in map display): everything within that distance is returned.
    5. Displaying/Not displaying embedded sdo_point in line/polygon (Jamie Keene), is now controlled by
       a preference.
    6. New View Menu options to switch all layers on/off
    7. Tools/Preferences/GeoRaptor layout has been improved.
    8. If Identify is called on a geometry a new right mouse click menu entry has been added called "Mark" which
       has two sub-menus called ID and ID(X,Y) that will add the labeling to the selected geometry independently of
       what the layer is set to being.
    9. Two new methods for rendering an SDO_GEOMETRY object in a table or SQL recordset have been added: a) Show geometry as ICON
       and b) Show geometry as THUMBNAIL. When the latter is chosen, the actual geometry is shown in an image _inside_ the row/column cell it occupies.
       In addition, the existing textual methods for visualisation: WKT, KML, GML etc have been collected together with ICON and THUMBNAIL in a new
       right mouse click menu.
    10. Tables/Views/MViews without spatial indexes can now be added to a Spatial View. To stop large tables from killing rendering, a new preference
        has been added "Table Count Limit" (default 1,000) which controls how many geometry records can be displayed. A table without a spatial
        index will have its layer name rendered in Italics and will write a warning message in red to the status bar for each redraw. Adding an index
        which the layer exists will be recognised by GeoRaptor during drawing and switch the layer across to normal rendering.
    Some Bug Fixes.
    * Error in manage metadata related to getting metadata across all schemas
    * Bug with no display of rowid in Identify results fixed;
    * Some fixes relating to where clause application in geometry validation.
    * Fixes bug with scrollbars on view/layer tree not working.
    * Problem with the spatial networks fixed. Actions for spatial networks can now only be done in the
      schema of the current user, as it could happen that a user opens the tree for another schema that
      has the same network as in the user's schema. Dropping a drops only the network of the current connected user.
    * Recordset "find sdo_geometry cell" code has been modified so that it now appears only if a suitable geometry object is
      in a recordset.  Please note that there is a bug in SQL Developer (2.1 and 3.0) that causes SQL Developer to not
      register a change in selection from a single cell to a whole row when one left clicks at the left-most "row number"
      column that is not part of the SELECT statements user columns, as a short cut to selecting a whole row.  It appears
      that this is a SQL Developer bug so nothing can be done about it until it is fixed. To select a whole row, select all
      cells in the row.
    * Copy to clipboard of SDO_GEOMETRY with M and Z values forgot has extraneous "," at the end.
    * Column based colouring of markers fixed
    * Bunch of performance improvements.
    * Plus (happily) others that I can't remember!If you find any bugs register a bug report at our website.
    If you want to help with testing, contact us at our website.
    My thanks for help in this release to:
    1. John O'Toole
    2. Holger Labe
    3. Sandro Costa
    4. Marco Giana
    5. Luc van Linden
    6. Pieter Minnaar
    7. Warwick Wilson
    8. Jody Garnett (GeoTools bug issues)
    Finally, when at the Washington User Conference I explained the willingness of the GeoRaptor Team to work
    for some sort of integration of our "product" with the new Spatial extension that has just been released in SQL
    Developer 3.0. Nothing much has come of that initial contact and I hope more will come of it.
    In the end, it is you, the real users who should and will decide the way forward. If you have ideas, wishes etc,
    please contact the GeoRaptor team via our SourceForge website, or start a "wishlist" thread on this forum
    expressing ideas for future functionality and integration opportunities.
    regards
    Simon
    Edited by: sgreener on Jun 12, 2011 2:15 PM

    Thank you for this.
    I have been messing around with this last few days, and i really love the feature to pinpoint the validation errors on map.
    I has always been so annoying to try pinpoint these errors using some other GIS software while doing your sql.
    I have stumbled to few bugs:
    1. In "Validate geometry column" dialog checking option "Use DimInfo" actually still uses value entered in tolerance text box.
    I found this because in my language settings , is the decimal operators
    2. In "Validate geometry column" dialog textboxs showing sql, doesn't always show everything from long lines of text (clipping text from right)
    3. In "Validate geometry column" dialog the "Create Update SQL" has few bugs:
    - if you have selected multiple rows from results and check the "Use Selected Geometries" the generated IN-clause in SQL with have same rowid (rowid for first selected result) for all entries
    Also the other generated IN clause in WHERE-clause is missing separator if you select more than one corrective function
    4. "Validate geometry column" dialog stays annoyingly top most when using "Create Update SQL" dialog

  • SQL Developer 1.5.1 's SQL worksheet. - Verifying Results

    Using SQL Developer 1.5.1 's SQL worksheet....
    is there a way to get SQL Developer 1.5.1 's SQL Worksheet to display the number of records deleted, updated, etc? I just deleted a record and I couldn't tell if it actually ran or not.
    When I ran a 'select' it displayed the records in the results window. When I ran the delete, it didn't show anything. I just tried an update and it shows nothing either. I don't want to do a commit without knowing how many records were affected.
    Thanks...

    Assuming you are running your SQL as statements (F9), the status bar at the bottom left will provide the feedback for each statement - in the case of deletes/updates it should show the number of records deleted/updated. As the status line is overwritten with each statement, you will need to check after each statement completes. When running your SQL as scripts (F5) the feedback will be displayed on the Script Output tab.
    theFurryOne

  • Sql developer 3.0 EA 1 & Oracel server on OpenVMS

    For Developers!
    We have:
    Oracle server on OpenVMS. SQL Developer on Windows XP.
    In DBA we have a problem with file names on openvms -
    It says about file name like 'DISK$1111:[oracle10g.oradata.db]system.dbf' - not valid.
    You must change this bug! Please!
    SQL Developer is very good.

    Hi,
    I see this is your first posting on this forum. Welcome.
    When reporting Early Adopter problems or queries, it's much easier for us if you tell us exactly what you are doing when you encounter issues. I can guess broadly where you encounter this error, but more detail means that we get to the exact problem you are encountering. What are you doing when you encounter the error, what is the version of the database and do you have the same issue when connecting to other databases?
    Sue

  • Oracle SQL Developer O/P and Toad O/P is Different for Same QUERY.

    Hi,
    can any one calrify me why i'm getting different result when i run the same QUERY in Oracle Developer and TOAD.
    When i Ran a Query in TOAD i could see Null&Data in a column called Customer_Category but when i Ran the same Query in Oracle SQL Developer i'm getting all Null N i couldnt see any data in the column.
    i have not performed any DDL r DML statement, just i got the Query and i Ran it in TOAD & Oracle SQL Developer.
    I found that the OUT PUT is different for perticular column.
    Thanks in Advance....

    > I found that the OUT PUT is different for perticular column.
    The RENDERING of data from Oracle (or any other server such as a POP3 server, web server, etc) IS DONE BY THE CLIENT.
    So to repeat - RENDERING IS DONE BY THE CLIENT.
    If one client selects to display the output received from the server differently than another client, it is a CLIENT ISSUE.
    It is not a server issue. It is not a SQL issue. It is not a PL/SQL issue.
    In other words, wrong forum for this question. You have a pure client side rendering problem which has absolutely nothing to do with SQL and/or PL/SQL.

  • SQL Developer generates strange trace files on server

    Hello out there,
    I observed the generation of some strange trace files on the database server (Oracle 11.0.2.0.2 64bit on Win 2008R2).
    Whenever I start SQL Developer (3.2.20.09.87 64bit with JDK 1.7.0_17 64bit on Win7 64bit) for each connection I defined one trace file like this is generated:
    Trace file C:\ORACLE\diag\rdbms\ora\ora\trace\ora_ora_8500.trc
    Oracle Database 11g Release 11.2.0.2.0 - 64bit Production
    Windows NT Version V6.1 Service Pack 1
    CPU                 : 2 - type 8664, 2 Physical Cores
    Process Affinity    : 0x0x0000000000000000
    Memory (Avail/Total): Ph:990M/3959M, Ph+PgF:3743M/7918M
    Instance name: ora
    Redo thread mounted by this instance: 1
    Oracle process number: 23
    Windows thread id: 8500, image: ORACLE.EXE (SHAD)
    *** 2013-03-06 08:04:13.842
    *** CLIENT ID:() 2013-03-06 08:04:13.842
    *** SERVICE NAME:() 2013-03-06 08:04:13.842
    *** MODULE NAME:() 2013-03-06 08:04:13.842
    *** ACTION NAME:() 2013-03-06 08:04:13.842
    Breaking the connection before proto/dty negotiation, error raised 3113I enabled listener log to find out the origin of this and it contains lines like the following:
    06-MRZ-2013 08:04:13 * (CONNECT_DATA=(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))(SERVICE_NAME=ora.vu)(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.36.143)(PORT=49320)) * establish * ora.vu * 0
    06-MRZ-2013 08:04:13 * (CONNECT_DATA=(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))(SERVICE_NAME=ora.vu)(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.36.143)(PORT=49322)) * establish * ora.vu * 0
    06-MRZ-2013 08:04:13 * (CONNECT_DATA=(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))(SERVICE_NAME=ora.vu)(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.36.143)(PORT=49323)) * establish * ora.vu * 0
    06-MRZ-2013 08:04:13 * (CONNECT_DATA=(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))(SERVICE_NAME=ora.vu)(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.36.143)(PORT=49325)) * establish * ora.vu * 0
    06-MRZ-2013 08:04:14 * (CONNECT_DATA=(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))(SERVICE_NAME=ora.vu)(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.36.143)(PORT=49329)) * establish * ora.vu * 0
    06-MRZ-2013 08:04:14 * (CONNECT_DATA=(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))(SERVICE_NAME=ora.vu)(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.36.143)(PORT=49331)) * establish * ora.vu * 0The IP address is mine and I have excatly 6 connections defined for that server. On other servers, similar trace files are generated, one for each connection in my SQL Developer.
    This also occurred with JDK 1.6 so I don't think it's a Java issue.
    Besides the generation of the trace files there seem to be no other problems.
    Any ideas?

    Hi,
    I think Srini is probably correct. The noted bug applies to 11.2.0.1 and up, is fixed in 12c, and included in an 11.2.0.3 patch. However the version of SQL Developer also affects the creation of trace files on product startup (prior to any user initiated db connect attempts).
    For example,
    A. SQL Developer 3.1.07.42 - no such trace files created.
    B. SQL Developer 3.2.20.09.87 - such trace files created for 11.2.0.1 connections, but not 10g XE or 12c connections.
    So I presume an OCIServerAttach call got added in 3.2.2, not sure in support of which feature, but the bug will only impact users of 11.2.0.1, 11.2.0.2, and unpatched 11.2.0.3 DB releases.
    Regards,
    Gary
    SQL Developer Team

  • Sql developer won't connect with SQL server database on cluster

    Hello,
    I have a microsoft SQL server database on a windows cluster. Name for this cluster is like XXX/YYY
    When I try to connect to this database with SQL developer, I get a failure, mentioning:
    "Status : Failure -Cannot connect to Miscrosoft SQL Server on XXX/YYY"
    As far as I know, I have installed the correct jtds driver (version 1.2.5), since I can connect to sql server databases on single server hosts.
    Does anyone know how to connect to databases on windows clusters?
    Edited by: Ingmar on Jan 16, 2012 4:08 PM
    Edited by: Ingmar on Jan 16, 2012 4:22 PM

    Hi Ingmar,
    Try this is in the port box
    1433/dbname;instance=YYY
    dbname can be omitted
    -Turloch
    SQL Developer team
    1/Giving an instance name in SQLDeveloper connection to SQL Server (from August 2011)
    MS SQL Server Connection
    The correct syntax to deal with this is in the port box
    1433/dbname;instance=instance
    dbname can be omitted
    2/cluster configuration (uses instance name)
    http://stackoverflow.com/questions/1160024/jdbc-connect-string-for-sql-server-cluster
    where vvv\iii is the cluster address: jdbc address is:
    "jdbc:sqlserver://vvv;instanceName=iii"
    3/jtds url details available in
    http://jtds.sourceforge.net/faq.html

  • Mining Models used in SQL Developer 3.0 and models created PL/SQL scripts

    Hi,
    Pardon my ignorance if some of my questions are very basic. I am just gaining understanding about building/using mining models.
    I installed sql developer and went thru some OBE exercises to build models ( classification models)
    While building workflows the exercise required to supply data for the pre built models ( the four models pre-created). The question is - is this exercise is about building models or using models ?
    How those pre-built models were created? Are these models are restricted in their usage. or are they generic models that they can be applied for solving similar problems?
    What type of models can be used in workflows?
    I am also seeing some smaples of pl/sql scripts used in creating some models. Is it correect to assume they are created using PL/SQL APIs ( DBMS_DATA_MINING, DBMS_DATA_MINING_TRANSFORM etc).
    What is the differrence between these two model building process ?
    Thanks

    Hi,
    The OBE exercises show you both how to build models and then to apply (Score) new data using the built models.
    A model is always built using some form of input data, so it is built specifically with that form of data in mind.
    It is not a generic model at all.
    When you apply a model you provide data in the same format as the original data.
    In the case of a Classification or Regression model, you are applying the model to generate a prediction on new data that conforms with the build data provided to the model.
    The online help provides details on all the models that are available.
    Data Miner uses the data mining pl/sql packages (package name DBMS_DATA_MINING) to create and test models.
    There are also sql data mining prediction functions as well.
    Thanks, Mark

  • SQL Developer 1.1 and XLS

    I am trying to load data from an XLS format spreadsheet.
    The new features matrix for SQL Developer 1.1 includes this as a capability but I can not find any option in the tool and I can't find information in the documentation.
    Can someone step me through this please.
    Or, can someone point me to the correct document.
    Thanks

    Yeah, as with a fair part of sqldev, it's quite hidden (as in: don't look for it in the menu):
    Right-click on the table you want to populate, Import Data, Excel.
    Hope it works for you as expected,
    K.

  • How to connect sql developer OE schema and Hr schema,

    Hi ,
    I downloaded Oracle 10g express edition and SQL developer downloaded in my computer, I don't know how to connect to OE and HR schema, by default the SQL developer and Oracle 10g has only sytem and sys database. And as well I wanted to migrate datas from third party datas , could anyone please , pllease guide me. I am new to this field and just started to learn. what is listener and how to activate Listener and Repositary
    Please guide me.
    Thanks in advance
    Chan

    The HR schema installs fine in XE, but the OE schema doesn't quite. I've done it, but there will be errors. The reason is that the OE schema uses some features of XML DB that are not supported in XE. If you want to use the OE schema in XE and you don't mind if it isn't a complete OE schema, then you can get the installation scripts from an Oracle SE or EE installation.
    You can also get it from the companion disk for Oracle SE or EE, but this is a bit challenging, because you can't get it by running OUI unless you first install Oracle SE or EE. You need to run an archive utility like WinZip or 7-Zip and look for the scripts inside a compressed file - I forget which one, but I'll look it up if you like. Oh, and since the OE schema isn't really supposed to be installed on XE, Oracle does not support any of the methods for putting it there.

  • SQL Developer 1.5 and JDK 1.6_Update 10 - no connections tab and DB wizard

    Hello,
    PLS. HELP!
    I have installed JDK u10 and SQL Developer 1.5 (latest available version from Oracle) on my Windows Vista Sp1 PC (with Oracle 10g Instant Client).
    When I start SQL Developer nothing happens,
    I can neither create a new SQL file, nor a new SQL connection nor can I change any db settings in the preferences dialog.
    When I click on the Tools/SQL Worksheet menu entry I receive the following error:
    java.lang.NullPointerException
         at oracle.dbtools.raptor.controls.ConnectionPanelUI.listConnections(ConnectionPanelUI.java:426)
         at oracle.dbtools.raptor.controls.ConnectionPanelUI.resetConnections(ConnectionPanelUI.java:440)
         at oracle.dbtools.raptor.controls.ConnectionPanelUI.<init>(ConnectionPanelUI.java:120)
         at oracle.dbtools.raptor.controls.ConnectionPanelUI.<init>(ConnectionPanelUI.java:101)
         at oracle.dbtools.raptor.controls.ConnectionSelectorUI.<init>(ConnectionSelectorUI.java:36)
         at oracle.dbtools.raptor.controls.ConnectionSelectorUI.getConnection(ConnectionSelectorUI.java:59)
         at oracle.dbtools.raptor.controls.ConnectionSelectorUI.getConnection(ConnectionSelectorUI.java:42)
         at oracle.dbtools.sqlworksheet.sqlview.SqlEditorWizard.invoke(SqlEditorWizard.java:107)
         at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:317)
         at oracle.dbtools.sqlworksheet.sqlview.SqlEditorAddin$2.actionPerformed(SqlEditorAddin.java:249)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1225)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1266)
         at java.awt.Component.processMouseEvent(Component.java:6134)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
         at java.awt.Component.processEvent(Component.java:5899)
         at java.awt.Container.processEvent(Container.java:2023)
         at java.awt.Component.dispatchEventImpl(Component.java:4501)
         at java.awt.Container.dispatchEventImpl(Container.java:2081)
         at java.awt.Component.dispatchEvent(Component.java:4331)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4301)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3965)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3895)
         at java.awt.Container.dispatchEventImpl(Container.java:2067)
         at java.awt.Window.dispatchEventImpl(Window.java:2458)
         at java.awt.Component.dispatchEvent(Component.java:4331)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         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)
    I appreciate every hint.
    Thanks beforehand,
    Stefan

    I don't recommend trying 1.2, as 1.5.1 is being used by many on Vista and going back to 1.2, means you lose out on much of the new 1.5 functionality.
    Let's try to track down the Vista issues instead.
    We have found that some users have solved screen painting issues by using JDK 1.6 as the minimum. It seems you have done that. (However, K able seems to be doing fine on the 1.5 JDK.
    Can you try the download and install again?
    Sue

  • SQL Developer 1.1 and Java problems.

    I downloaded and tried to run the sqldeveloper.exe. I am getting a prompt with a browse option to java.exe. I currently have JRE 1.6 installed and somehow SQL Developer didn't like it. So I went and installed JRE 1.5 and it's still complaining that it can't find the SDK.
    Do I really need to install the FULL SDK with compiler and stuff in order to run SQL Developer?
    Gena01

    It requires the JDK for some of the debugging logic. In 1.0, you could get by with just the JRE if you didn't use the debugger, but that may have changed with 1.1. It isn't that big of a download, so you may just want to give it a whirl.

  • SQL Developer 3.1 and Oracle11g problem

    Hello
    I have SQL developer 3.1, oracle client 9 and database Oracle 11g that I can't connect to. Previosly I used 10g and it was working fine. Now when I try to connect to 11g I am getting the following message: IO error: network adapter could not establish the connection. I can connect with Toad (i don't like toad) but I can't with SQL Developer. Can somebody help me please?

    You should have no problema connecting an 11G database with SQLDeveloper 3.1, but I'm not sure if an oracle client 9 is supported; it's not really required, but it could have messed up your environment.
    To avoid possible problems related to the old client you can create a sqldeveloper.bat file in the sqldeveloper installation directory with the following contents
    set ORACLE_HOME=%CD%
    start sqldeveloper.exethen if you still want to use your existing TNSNAMES.ORA files you should tell SQLDEveloper where to find them in
    Tools -> Preferences -> Database -> Advanced -> Tnsnames DirectoryObviously if you no longer need the old oracle client you could also uninstall it completely (in this case toad will most probably stop working)

  • SQL Developer 1.2 and Vista

    Hello,
    I just downloaded SQL Developer 1.2 but everything I Click on sqldeveloper.exe file i am getting following error. HELP !
    "The application failed to initialize properly (0X0000018). Click OK to terminate the application"

    well i installed java from the www.java.com with the help of that big green button that says Free java download. So i don't think i have SDK
    java info from the cmd.
    C:\Users\Gamesh>java -version
    java version "1.6.0_03"
    Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
    Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode)
    javac -version
    is not found.
    C:\Users\Gamesh>echo %path%
    C:\Program Files (x86)\CodeGear\RAD Studio\5.0\bin;C:\Users\Public\Documents\RAD
    Studio\5.0\Bpl;C:\Program Files (x86)\Mozilla Firefox;C:\Program Files (x86)\Mo
    zilla Firefox;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows
    \System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Common Files\GTK\2.0\bi
    n;C:\Program Files (x86)\Common Files\Teleca Shared;C:\Program Files (x86)\Java\
    jre1.6.0_03\bin
    %classpath% is not defined, so is %java_home%
    but the java bin path is set and java app is found. How do i obtain java sdk and from where?

  • Sql developer is freezing and many errors come up when you first launch it.

    These are just the few that have appeared this time when I launch Sql....... How can I solve these Problems As i am a first time user of SQL developer so im not sure how i shud go about it.
    SEVERE     36     0     oracle.ideimpl.extension.AddinManagerImpl     Failed to create addin oracle.dbtools.raptor.timesten.TTAddin
    SEVERE     37     16     oracle.ideimpl.extension.AddinManagerImpl     Failed to create addin oracle.dbtools.raptor.report.addin.ReportAddin
    SEVERE     47     2673     oracle.javatools.ui.themes.ThemeProperties     Failed to load icon mainwindow.normal.bg.image: [Ljava.lang.String;@1c98c1b
    SEVERE     48     44     oracle.javatools.ui.themes.ThemeProperties     Failed to load icon onionskin.normal.bg.image: [Ljava.lang.String;@7dedad
    SEVERE     49     29     oracle.javatools.ui.themes.ThemeProperties     Failed to load icon viewtab.active.bg.image: [Ljava.lang.String;@1a1472d
    SEVERE     50     7     oracle.javatools.ui.themes.ThemeProperties     Failed to load icon scrolltrackv.normal.bg.image: [Ljava.lang.String;@b6994f
    SEVERE     51     22     oracle.javatools.ui.themes.ThemeProperties     Failed to load icon tableheader.normal.bg.image: [Ljava.lang.String;@f0761a
    SEVERE     52     387     oracle.javatools.ui.themes.ThemeProperties     Failed to load icon viewtab.inactive.bg.image: [Ljava.lang.String;@4b29cf
    SEVERE     53     19338     oracle.javatools.ui.themes.ThemeProperties     Failed to load icon tableheader.mouseover.bg.image: [Ljava.lang.String;@1013985                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    941169 wrote:
    These are just the few that have appeared this time when I launch Sql....... How can I solve these Problems As i am a first time user of SQL developer so im not sure how i shud go about it.
    SEVERE     36     0     oracle.ideimpl.extension.AddinManagerImpl     Failed to create addin oracle.dbtools.raptor.timesten.TTAddin
    SEVERE     37     16     oracle.ideimpl.extension.AddinManagerImpl     Failed to create addin oracle.dbtools.raptor.report.addin.ReportAddin
    SEVERE     47     2673     oracle.javatools.ui.themes.ThemeProperties     Failed to load icon mainwindow.normal.bg.image: [Ljava.lang.String;@1c98c1b
    SEVERE     48     44     oracle.javatools.ui.themes.ThemeProperties     Failed to load icon onionskin.normal.bg.image: [Ljava.lang.String;@7dedad
    SEVERE     49     29     oracle.javatools.ui.themes.ThemeProperties     Failed to load icon viewtab.active.bg.image: [Ljava.lang.String;@1a1472d
    SEVERE     50     7     oracle.javatools.ui.themes.ThemeProperties     Failed to load icon scrolltrackv.normal.bg.image: [Ljava.lang.String;@b6994f
    SEVERE     51     22     oracle.javatools.ui.themes.ThemeProperties     Failed to load icon tableheader.normal.bg.image: [Ljava.lang.String;@f0761a
    SEVERE     52     387     oracle.javatools.ui.themes.ThemeProperties     Failed to load icon viewtab.inactive.bg.image: [Ljava.lang.String;@4b29cf
    SEVERE     53     19338     oracle.javatools.ui.themes.ThemeProperties     Failed to load icon tableheader.mouseover.bg.image: [Ljava.lang.String;@1013985
    >These are just the few that have appeared this time when I launch Sql....... How can I solve these Problems As i am a first time user of SQL developer so im not sure how i shud go about it.
    SEVERE     36     0     oracle.ideimpl.extension.AddinManagerImpl     Failed to create addin oracle.dbtools.raptor.timesten.TTAddin
    SEVERE     37     16     oracle.ideimpl.extension.AddinManagerImpl     Failed to create addin oracle.dbtools.raptor.report.addin.ReportAddin
    SEVERE     47     2673     oracle.javatools.ui.themes.ThemeProperties     Failed to load icon mainwindow.normal.bg.image: [Ljava.lang.String;@1c98c1b
    SEVERE     48     44     oracle.javatools.ui.themes.ThemeProperties     Failed to load icon onionskin.normal.bg.image: [Ljava.lang.String;@7dedad
    SEVERE     49     29     oracle.javatools.ui.themes.ThemeProperties     Failed to load icon viewtab.active.bg.image: [Ljava.lang.String;@1a1472d
    SEVERE     50     7     oracle.javatools.ui.themes.ThemeProperties     Failed to load icon scrolltrackv.normal.bg.image: [Ljava.lang.String;@b6994f
    SEVERE     51     22     oracle.javatools.ui.themes.ThemeProperties     Failed to load icon tableheader.normal.bg.image: [Ljava.lang.String;@f0761a
    SEVERE     52     387     oracle.javatools.ui.themes.ThemeProperties     Failed to load icon viewtab.inactive.bg.image: [Ljava.lang.String;@4b29cf
    SEVERE     53     19338     oracle.javatools.ui.themes.ThemeProperties     Failed to load icon tableheader.mouseover.bg.image: [Ljava.lang.String;@1013985
    what is OS name & version?
    Is SQL Developer installed on same system as DB Server
    what is Oracle version to 4 decimal places?
    Are you sure that Oracle RDBMS is actually running? Post proof

Maybe you are looking for

  • What are the CRM Trasaction data Data Sources and Data load Procedure

    Hi BI Gurus, Does anybody provide the CRM Transaction data DataSources names and Load procedure into BI7.0 I know the master Data load procedure from CRM to BI7.0. if you provide Step-by-Step documents it is more help. Thanks in Advance, Venkat

  • Text messages not appearing in conversation window automatically

    If i'm in a text window and I receive a new msg from the other party, I have to exit the conversation window, into the main messages screen and then go back into the conversation to see the new message, instead of it just automatically popping up in

  • How is it possibile that a max in a subquery gets a ORA-01652?

    I've got a very complex query Let's suppose having three tables whose alias are x, y and z (and others tables) Inside the WHERE of the query I've got something like: x.x2 = (select max(y.y2) from mytable y where y.y1 = z.z1) If I try to execute it on

  • Working of  SUMPRODUCT(array1,array2,array3, ...)

    Dear All, I need to Implement equivalent functionality of SUMPRODUCT(array1,array2,array3, ...) of excel .in oracle Please Try to Provide Some Hint. Thanks I Value Your Time And Efforts Edited by: user13474542 on Dec 21, 2010 2:25 AM Edited by: user1

  • Creating Physical Inventory at Material/Quant level

    Hi, Is it possible to do Physical inventory at material /quant level in the Warehouse management. We dont want to do cycle count. Is their a way to do physical inventory at material/quant level