SQL developer broken DL

Can't download SQL Developer from the dl site (oracle). Only gets 404's
If someone got a external link to someone that actually host the new version it would be much appriciated.

Hi;
I have same error here too.Also many similar topic avaliable on this forum.
I belive oracle will take care of this download issue soon. If your issue urgent please log a SR or contact wiht your local oracle office
Regard
Helios

Similar Messages

  • Sql Developer - Broken Technet Links

    As of 08 JUL 2010 2015 PDT the following links are broken in FireFox, IE and Chrome.
    I have tried several pages trying to get to the SQL Developer Data Modeler, but all display the same error message, "An error occurred while processing the request. Try refreshing your browser. If the problem persists contact the site administrator"
    Page: http://www.oracle.com/technology/products/index.html
    Link: http://www.oracle.com/technology/products/database/sql_developer/index.html
    Link: http://www.oracle.com/technology/products/database/datamodeler/index.html
    Page: http://www.oracle.com/technology/software/index.html
    Link: http://www.oracle.com/technology/software/products/sql/datamodeler.html
    Page: http://www.oracle.com/technology/software/products/sql/index.html
    Link: http://www.oracle.com/technology/products/database/sql_developer/
    Thanks.
    --Don                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi;
    I have same error here too.Also many similar topic avaliable on this forum.
    I belive oracle will take care of this download issue soon. If your issue urgent please log a SR or contact wiht your local oracle office
    Regard
    Helios

  • SQL Developer SDK wiki(for extensions development) link broken

    Hi,
    I would like to develop an extension for Oracle SQL Developer. I searched around the web for extension development API but couldn't find any working links.
    The link http://wiki.oracle.com/page/SQL+Dev+SDK+Getting+Started
    in the forum sticky as well as
    the main extensions development page http://www.oracle.com/technetwork/developer-tools/sql-developer/extensions-083825.html#create
    is broken.
    Any help would be much appreciated. Thanks.

    Hi,
    Is there any wiki link that I can use for extension development?

  • BUG: SQL Developer 1.5.3 CSV export column order broken

    There's a bug in the 1.5.3 release of SQL Developer regarding data export. This bug re-orders the column order in the data export to be alphabetically sorted. This produces mangled CSV files if used on a table or a view.
    This is a critical bug to me since I need to produce lots of ad-hoc data CSV export files. I'm staying with SQL Developer 1.5.0.53 (53.38) for now as it doesn't have this problem.
    This is the same bug as present in Jdeveloper 11.1 as described in my post here: BUG: Jdev 11.1.1.0.0 -- DB table data export column order is not preserved
    Quoted from that post:
    When I connect to Oracle database, get the table list, right click on the table and select 'Export Data'->csv. The dialog box opens with three tabs: Format, Columns, Where. The column order displayed in both tabs Columns and Where is alphabetic. Because alphabetic ordering re-arranges columns from their initial ordering in the table, this screws up CSV export because columns are not in their intended order. This same problem occurs when I try to export data from views to generate a CSV file with a particular column order.
    Please open/check bug report if it's already open.
    Thanks!

    This happens with all of the export options for tables or views if you right click from the connections tab table list. If I pull it up in the main window and go to the data tab, I can then right click and it will keep the column id order for some of the views and tables. But not all.
    I am running 1.5.3 Build Main 5783 on a Windows XP Professional Service Pack 3 platform

  • Import broken in SQL Developer version 1.5.1

    I try and import a .csv file and one of the Target Table Columns has no Data Type, which is odd because it does or else it wouldn't exist to begin with.
    I liked the older version. Less buggy and so much easier to use when trying to import...and it worked with xls.

    I am having the same problem so I will provide my details.
    I have a .CSV file with two columns - a county code and a county name
    I try to load them into this table using SQL Developer 1.5.1 Import Data:
    CREATE TABLE MVC_COUNTIES
    (CODE VARCHAR2(1 BYTE) NOT NULL,
    DESCRIPTION VARCHAR2(35 BYTE))
    LOGGING
    NOCOMPRESS
    NOCACHE
    NOPARALLEL
    MONITORING;
    CREATE UNIQUE INDEX MVC_COUNTIES_PK ON MVC_COUNTIES
    (CODE)
    LOGGING
    NOPARALLEL;
    ALTER TABLE MVC_COUNTIES ADD (
    CONSTRAINT MVC_COUNTIES_PK
    PRIMARY KEY
    (CODE));
    I can:
    Select the CSV file
    See the data in Data Preview (no header row)
    I can chose the Columns and Order
    BUT - when I get to the "Map Source Data to Existing Table", I can only see the column definition info for the Description Column not the Code Column. The Code Column just shows the name, Size/Precision of 10, Scale of 0 (which does not match the table def).
    When I go to the next screen, Verify fails because the column is not mapped correctly. By going back and forth a few times, I am able to fake it out so that the Column Definition for CODE finally does show up right and is mapped correctly to the input column but, when I click Finish, no data is loaded and there are no error messages.
    I don't know if this is what the first person who started this thread has happening exactly but it seems similar.
    Any ideas or is this an extension of other Import Data bugs for this version?

  • SQLPLUS commands in SQL Developer

    We are using 11g with Sql Developer. We have some script such as healthcheck etc provided by oracle support, which has SQLPLUS commands in it.
    We are not able to run those in SQL Developer. We are getting errors.
    Are there any way, we could invoke SQLPLUS shell within SQL Developer?
    Thanks in helping.

    Hi qwe16235
    SQLPLUS command failed - not enough arguments
    line 36: SQLPLUS Command Skipped: set lines 300
    line 37: SQLPLUS Command Skipped: set pages 999
    These are formatting commands we do not do yet.
    The other command seems like an error in the middle of a PL/SQL block which we should have covered, just the start of it is not enough to know what the error is.
    An example of bad pl/sql error reporting:
    input:
    show parameter error <-------------- Dummy command so the plsql block does not begin at 1
    begin <----------------starting at line 3
    broken plsql; <------------- bad plsql at line (start)3+(from ora error)2 = 5 (should be 4 - must be one off)
    end;
    output:
    NAME TYPE VALUE
    sec_protocol_error_further_action string CONTINUE
    sec_protocol_error_trace_action string TRACE
    Error starting at line 3 in command:
    begin
    broken plsql;
    end;
    Error report:
    ORA-06550: line 2, column 8:
    PLS-00103: Encountered the symbol "PLSQL" when expecting one of the following:
    := . ( @ % ;
    The symbol ":=" was substituted for "PLSQL" to continue.
    06550. 00000 - "line %s, column %s:\n%s"
    *Cause:    Usually a PL/SQL compilation error.
    *Action:
    -Turloch
    SQLDeveloper team

  • Oracle SQL Developer 1.1 Patch 2 (1.1.2.25.79) not working @windows xp env.

    Gurus,
    Please help me out , after i downloaded the latest update & install Patch 2 (1.1.2.25.79), SQL Developer is not starting at my system.
    I tried running it from Cmd also , its then throwing the exception like.
    C:\sqldeveloper\sqldeveloper\bin>java -Xmx512M -Xverify:none -XX:JavaPriority10_To_OSPriority=10 -XX:JavaPriority9_To_OSPriority=9 -Doracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG=true -Dsun.java2d.ddoffscreen=false -Dwindows.shell.font.languages= -Dide.conf="sqldeveloper.conf" -Dide.home.dir.name=.sqldeveloper -classpath ..\..\ide\lib\ide-boot.jar;..\..\jdev\lib\xmleditor.jar;..\..\ide\lib\oicons.jar;..\..\jdbc\lib\ojdbc14.jar;..\..\jlib\jewt4.jar;..\..\jlib\share.jar;..\..\sqldeveloper\lib\jle2.jar oracle.ide.boot.Launcher
    Using oracle.home=C:\sqldeveloper
    Using ide.user.dir=C:\Documents and Settings\anindya.gupta\.sqldeveloper
    Disabled extensions:
    oracle.dbdev.oviewer: Missing dependencies: oracle.sqldeveloper
    oracle.sqldeveloper.report: Missing dependencies: oracle.sqldeveloper
    oracle.dbtools.sqlworksheet: Missing dependencies: oracle.sqldeveloper
    oracle.dbtools.thirdparty.sqlserver: Missing dependencies: oracle.sqldeveloper
    oracle.dbdev.snippet: Missing dependencies: oracle.sqldeveloper
    oracle.sqldeveloper.extras: Missing dependencies: oracle.sqldeveloper
    oracle.ide.xmlef: Missing dependencies: oracle.ide.daf, oracle.ide.palette2
    oracle.dbtools.thirdparty.access: Missing dependencies: oracle.sqldeveloper
    oracle.dbtools.thirdparty.mysql: Missing dependencies: oracle.sqldeveloper
    oracle.dbtools.sqlformatter: Missing dependencies: oracle.sqldeveloper, oracle
    .dbtools.sqlworksheet
    oracle.sqldeveloper.searchbar: Missing dependencies: oracle.sqldeveloper

    Hi,
    Can you run SQL Developer like this:
    sqldeveloper -J-Dide.extension.log.to.console=true
    and see if you get any additional output on the console?
    There is a bug in the base IDE platform that can lead to this message when you have a broken extension in ide/extensions or sqldeveloper/extensions. The extra logging provided by the above switch should turn on diagnostics that will help identify which extension is causing the problem.
    FWIW, the base IDE problem has been fixed already, and the fix should be consumed by a future release of SQL Developer. The fix ensures that a single broken extension will not take down the whole product.
    Thanks,
    Brian

  • Extension.xml and catching compile event in sql developer

    Hi,
    recently I've been trying to make a few plug-in/extensions for sql developer. One allows you to search through entire schema to find and procedures or functions that utilize any given procedure or function, this one works fine. The second one and the one that is giving me trouble is an extension that allows you to see if any items (procedures, functions,...) are broken, the goal with this one is for it to do this task automatically when a procedure or function is compiled to show if the compilation of the function or procedure broke anything else. I have this one working as a button in the toolbar and choice in the main menu, but I can not for the life of me figure out how to hook it on to a compile or run event. Please help!!!!
    here is my extension file so far:
    <extension id="brokenSearch" version="1.0" esdk-version="1.0" rsbundle-class="infinTech.brokensearch.Res"
    xmlns="http://jcp.org/jsr/198/extension-manifest">
    <name>Broken Search</name>
    <dependencies>
    <import>oracle.jdeveloper.db.connection</import>
    <import>oracle.ide</import>
    </dependencies>
    <trigger-hooks xmlns="http://xmlns.oracle.com/ide/extension">
    <!-- TODO Declare triggering functionality provided by extension: infinTech.schemasearch -->
    <triggers>
    </triggers>
    </trigger-hooks>
    <hooks>
    <!-- TODO Declare functionality provided by the yourcompany.showmepassword extension. -->
    <jdeveloper-hook xmlns="http://xmlns.oracle.com/jdeveloper/1013/extension">
    <actions>
    <action id="infinTech.brokenitems.BrokenItems">
    <properties>
    <property name="Name">Broken Items</property>
    <property name="SmallIcon">${OracleIcons.PLACEHOLDER}</property>
    <property name="LongDescription">Broken Items</property>
    </properties>
    <controller-class>infinTech.brokensearch.ShowMeDatabasePasswordController</controller-class>
    <command-class>infinTech.brokensearch.ShowMeDatabasePasswordCommand</command-class>
    </action>
    </actions>
         <context-menu-listeners>
    <site idref="navigator">
    <listener-class>infinTech.brokensearch.MenuContextMenuListener</listener-class>
    </site>
    <site idref="editor">
    <listener-class>infinTech.brokensearch.MenuContextMenuListener</listener-class>
    </site>
    <site idref="explorer">
    <listener-class>infinTech.brokensearch.MenuContextMenuListener</listener-class>
    </site>
    </context-menu-listeners>
    </jdeveloper-hook>
    <!-- Hook into menus and toolbars -->
    <menu-hook>
    <menus>
    <!--
    Add the action in its own separator group at the top of the File
    menu.
    -->
    <menubar id="javax.ide.view.MAIN_WINDOW_MENUBAR_ID">
    <menu id="javax.ide.VIEW_MENU_ID">
    <section id="schema.search"
    before="javax.ide.NEW_SECTION_ID">
    <item action-ref="infinTech.brokenitems.BrokenItems"/>
    </section>
    </menu>
    </menubar>
    </menus>
    <toolbars>
    <toolbar id="javax.ide.view.MAIN_WINDOW_TOOLBAR_ID">
    <section id="SCHEMA_SEARCH_SEACTION" weight="2.0">
    <item action-ref="infinTech.brokenitems.BrokenItems"/>
    </section>
    </toolbar>
    </toolbars>
    </menu-hook>
    <feature-hook>
    <description>Simple utility that finds any/all broken items.</description>
    </feature-hook>
    </hooks>
    </extension>

    Hi,
    That's not an XML-specific issue, please see the dedicated forum for SQL Developer : {forum:id=260}

  • Username password works in SQL Plus not in SQL Developer

    I have SQL Dev 1.2.1. It works fine with some databases, but with two databases with logons managed by Oracle Enterprise User it does not work. I receive an Ora 01017 error invalid username password. The user name and password work fine from SQL Plus and from a third party tool. I have a local developer client environment installed, so am using TNS. SQL Developer was installed before the client environment. I was not trying to access this database before the client environment install. I was using the basic connection before the client install. Neither basic or TNS connection works for this particular database.
    Any ideas?

    We have changed the password and it still does not work. There are no special characters in the password.
    I am tempted to think the problem is the jdbc driver versions. The logon for Enterprise user controlled databases stopped working after I installed the thick client Oracle developer. I have tried to find the threads with information on disabling the thick client jdbc but have not found them. I also have tried to enter a URL for the thin client without success. One of our DBAs is saying that the 11g clients are broken and he is in communication with Oracle about it. He says 10g works but 11g does not.
    Any further help would be appreciated.
    Gerry

  • How do I migrate views from MS SQL 2008 to Oracle 11g through SQL Developer

    Is there any way to migrate the views from MS SQL 2008 to Oracle 11g through SQL Developer? Please give me some detail steps. Thanks for your help.
    Kevin

    Hi Kevin,
    user13531850 wrote:
    Hi Turloch,
    When I use migrate to oracle, I got a problem, the migrate tool create a new schema for me in my case (AZTECA_KSMMS), it migrates all the stuffs under that schema (AZTECA_KSMMS). However my application need the all the Oracle data under schema AZTECA instead of AZTECA_KSMMS. Is there any way to specify specific schema (AZTECA) for target oracle database? Schema remapping is available:
    First Capture (separately) then during right click convert on the captured model there is a Specify the conversion options with a Object Naming tab where the schema (and other) name changes are editable.
    I have not used this recently.
    Also during the migration process, when I choose repository, there is a check box for truncate to reset repository to empty state, Do I need to check that truncate Check Box so the repository will be cleared from last migration?The repository can hold multple migration attempts. Check truncate to get rid of previous attempts information. This cleans up the repository - not the destination database.
    There are also online database and offline database options during the migration process, what are the difference between these two choices? After I migrated to Oracle, all my views has a red cross icon next to it. Does that mean the view migration is failed or not? Please give me your comments. Thanks for your help.offline: for big (amount of data) databases with simple data types,
    uses bcp + files + scripts + sqlldr.
    online: for small (amount of data) databases (easier),
    uses (Java) jdbc.
    The view is likely to be broken - recompiling it may help.
    The Oracle schema is created using a .sql file - see under generated in the directory you gave originally in the wizard. There is a .out file that contains the result of running this script including any errors. During conversion there are also likely to be warnings displayed on the UI.
    There may be a single issue that is causing multiple issues - if viewa depends on functionb, and functionb is broken, viewa will also fail.
    >
    Kevin-Turloch
    SQLDeveloper Team

  • SQL Developer 3.2.20.09 - Database Export generating an unusable file

    I am using the Database Export option in the tools menu to create a script to create schema objects. Unfortunately, the output of the script is not very usable. There seem to be extra '/' throughout the script. Here is a sample:
    -- DDL for Sequence ADDL_INFO_GROUP_SEQ
    CREATE SEQUENCE "ADDL_INFO_GROUP_SEQ" MINVALUE 1 MAXVALUE 2147483647 INCREMENT BY 1 START WITH 1 CACHE 1000 NOORDER CYCLE ;
    -- DDL for Sequence ADDL_INFO_NAME_LANG_SEQ
    CREATE SEQUENCE "ADDL_INFO_NAME_LANG_SEQ" MINVALUE 1 MAXVALUE 2147483647 INCREMENT BY 1 START WITH 1 CACHE 1000 NOORDER CYCLE ;
    -- DDL for Sequence ADDL_INFO_VALUE_SEQ
    CREATE SEQUENCE "ADDL_INFO_VALUE_SEQ" MINVALUE 1 MAXVALUE 2147483647 INCREMENT BY 1 START WITH 1 CACHE 1000 NOORDER CYCLE ;
    -- DDL for Sequence ATTACHMENT_GROUP_SEQ
    CREATE SEQUENCE "ATTACHMENT_GROUP_SEQ" MINVALUE 1 MAXVALUE 2147483647 INCREMENT BY 1 START WITH 1 CACHE 1000 NOORDER CYCLE ;
    Obviously, having both the ';' at the end of the statement and the '/' on the following line will cause an error when the script is executed.
    Has anyone else seen this kind of behavior?

    In SQLPlus, this script will attempt to create everything twice, resulting in
    ORA-00955: name is already used by an existing objectfor each line.
    If SQL Developer doesn't do this then its SQLPlus compatability is broken.
    This is messy and undesirable for DDL statements, but will definitely result in the wrong behaviour if there are insert statements.

  • SQL Developer 1.5.1 won't display UI any longer...

    Howdy, y'all; I'm using SQL Developer 1.5.1 on a laptop with Windows XP Pro SP3, fully patched, and 2 GB of memory. I try to run the system efficiently with as few processes and services as necessary, so as to avoid compatibility problems. All other apps, including Office 2K3 are fully patched.
    I'm trying to export data from an Oracle 10.1 instance; it worked for a while, but now SQL Developer doesn't run. In Windows Task Manager, I see "sqldeveloper.exe" as a process using ~95 MB of memory, but no CPU; the UI doesn't appear beyond the startup tips dialog.
    I changed the UI style from "Oracle" to "Windows" in the Preferences dialog, just to see what it would look like. Might this have broken SQL Developer? Don't wanna re-install if it's not necessary.
    Thanks for your assistance.
    Sincerely,
    APJ in The OC, SoCal.

    I had a similar issue, icons and display window was all messed up and mousing over made things worse.
    Solution
    I noticed that errors were being logged on the logging page tab, errors like:
    source : o.jt.ui.themes.ThemeProperties
    Message: Failed to load icon etc.
    Somehow the default Fusion Blue theme has gotten corrupted and I can't get it back. I changed the Theme and now it works fine.  Tools -> Preferences -> Environment -> Theme pulldown box. FYI - I'm using the Oracle look and feel setting.
    Clues
    Logging on as another user on the same machine didn't have problems with the Fusion Blue theme.
    Anyone know where these themes are stored? There should be a error handling routine in the code for this situation.
    _Things that didn't work_
    - Messing with the Java SDK versions
    - Delete and re-install
    - Switching between the versions that did and didn't include the Java SDK
    - Delete c:\documents and settings\user\Application Data\SQL Developer directory didn't work either, but now my DB connections settings are gone. :( At least the software is usable again.

  • 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.

  • XLS export problem (SQL Developer 1.1)

    hi, I'm yw Kim.
    I got a problem when i export dataset XLS format
    I'm using Korean characters. but after exporting xls,
    I cant see korean characters from xls file. (there are only broken chars.)
    I can see korean chars on SQL Developer(Grid, sql worksheet ...)
    (well, when I using Toad 8.6, It works )
    My system environments :
    Windows 2000 professional (korean ver.)
    Oracle 10g, 9i
    thanks.
    Message was edited by:
    user549191

    hi kim,
    it will be better if you post this problem on sql developer forum.
    regards

  • SQL Developer 2.1 availability

    Hi, I have an issue with SQL Developer 2.1, and would like to get hold of the media to perform a test install to try and reproduce it, but can't seem to get the media from anywhere.
    Is it still available please?
    Martin

    Hi Martin,
    The SQL Developer product web pages actually do have such links, but they appear broken:
    1. http://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html -- then select the Downloads tab
    2. Scroll to the Archived Releases section at the bottom and select the 3.0.04.34 release, which takes you here...
    3. http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/sqldev30downloads-1525485.html
    4. If you want 3.0.04.34, the download still works.
    5. Or scroll to the Download Archived Releases section at the bottom. All those links seem broken.
    I will ping Product Management about that, but if you want a copy quickly you may be forced to look for it on sharing sites such as mediafire or 4shared. You can do a Google search and definitely get results.
    Regards,
    Gary
    SQL Developer Team
    Edited by: Gary Graham on Feb 22, 2012 12:44 PM
    Actually, I tried the 2.1.1 link inside the Oracle firewall and it worked, so this issue is really about whether
    the links should be externalized.

Maybe you are looking for

  • Grant privileges and permission to user, to create user and database in 10g

    Hi, I'm very much new to Oracle 10g database and after all my search, I think this forum will help me to solve my puzzle. Installed Oracle 10g database and during installation created a Global database "TestDB". I created an user "user1" in sqlplusw,

  • Non-Unicode Support Post NetWeaver 2004s

    Hi everyone, Our site runs an existing non-unicode environment, and are aware that we can definetly upgrade our existing environments to NetWeaver 2004s (Basis 7.0). However will SAP provide future upgrade kits for later releases of SAP (eg Basis 8.x

  • I need to EDIT bookmarks but cannot find Manage Bookmarks in FF4

    I cannot find a tab under bookmarks for MANAGE BOOKMARKS nor a "button" that allows me to EDIT (or any other function) for my bookmarks in FF4.

  • Canon 8800F exception 0x1cc29f0

    iMac will not recognize Canon 8800F Scanner: Process:         MP Navigator EX 1.0 [381] Path:            /Applications/Canon Utilities/MP Navigator EX 1.0.app/Contents/MacOS/MP Navigator EX 1.0 Identifier:      jp.co.canon.bj.printer.app.MPNEX108 Ver

  • 64 bit XP Supported?

    I have a user needed flash player to use our service but she is unable to install the Flash Player...Her operating system is XP, 64 bit... Is there a support version of Flash for this operating system?  If not, is there a work around?