Install SQL develop 3 damaged by 11gXE.

As indicated in the documentation, before installing the 11gXE, I installed Oracle SQL Developer 3.
I started it upward, connections from my 2.1 version and had a look.
Everything seemed normal (I made connections to several databases (Enterprise edition) on different servers and managed to access the tables etc.).

Then I installed 11gXE.

Now when I open Oracle SQL Developer 3 once again, the browser (listing the connections and access to objects) has disappeared, while the following errors are displayed:
Sequence Source Message elapsed level
SEVERUS started 41 2172 oracle.ide.IdeCore Exception mainWindowOpened to oracle.dbtools.raptor.oviewer.base.NavSelectionListener$L@1e1c034 fire
34 0 SEVERUS was unable to create the add-in oracle.dbtools.raptor.timesten.TTAddin

Obviously the first is what worries me.


Then, I tried to start my previous version 2.1, resulting in similar error messages and no browser as well! = > Panic.


According to the browser connection is missing and Exceptions in SQL Developer
I deleted the folder of application data to the version 3 (C:\Documents and Settings\jvdb\Application Developer\system3.0.03.97 Data\SQL), leaving all others (system2.1.1.64.39, system2.1.0.63.73 and system1.5.5.59.69).
Version 3 is restarted, the import window is presented, as expected. The import seems to run OK (just as he did on the first installation, after which all right). But once the developer SQL began, Bank error and still no browser.

It's on Winblows XP, 32-bit; SQL developer package downloaded including the JRE.

This message was also posted in the sql_dev section.

This could be expected by the documentation, the Readme (http://download.oracle.com/docs/cd/E17781_01/doc.112/e21743/toc.htm#CIAIAGJA).

"... Connections navigator completely unavailable in SQL Developer"- which seem to correspond to what you are experiencing.

The same doc basically said previous versions must be removed before continuing.
In addition to 2.1, it seems as you have a version of EA (3.0.03.97) of SQL Developer, not the GA or final 3.0 (3.0.04.34, I think).

If you remove any reinstall, is the issue still appear?

Tags: Oracle

Similar Questions

  • How to install SQL Developer 4.1 on Win10?

    Hi guys,.

    today I tried to install the SQL Developer 4.1 on a Win10 machine. First of all, I tried with the version that contains the JDK and then I installed the jdk1.8.0_51 manually and used normal SQL Developer packages.

    My problem is that the SQLDeveloper cannot be started. During the first trial an error has occurred that a dll could not be run. With the manual installed JDK SQLDeveloper processes is killed during the splash screen and start something with "Register"... »

    Thanks for your comments

    Andy

    > error has occurred that a dll could not be run

    Remember you of what was the real error message?

    You can try to delete the application profiles for SQL Developer data directory and try again

  • How can I install SQL Developer 3.2 for using Win 7 64 bit?

    Using my laptop Dell E6420 (running Windows 7), I downloaded Developer SQL 3.2 64-bit RTOS and after it finished downloading I double-clicked on the file. He opened the 7-Zip and displays a file zip ("sqldeveloper"). When I double-clicked on the file, opened it, but I don't see any file type "install" or "setup" from the list of folders and files displayed. The Readme does not offer installation instructions.

    Please advise...

    Thank you!

    Marilyn Montgomery

    There is no installer.

    You need to extract all the files into a new folder on your computer - do not work all of the exe from inside the ZIP.

    You should be able to be up and running in 5 minutes or less. I have more detailed instructions and a video on my blog
    http://www.thatjeffsmith.com/archive/2012/05/getting-started-with-SQL-Developer-less-than-5-minutes/

    The official installation notes are on the download page:

    This download does not include the JDK. You can connect and use any JDK 1.6.0_11 or higher.

    To install and run:
    S ' ensure you have a JDK installed, if not, download here
    (click on download JDK 6 Update , where is the last update)
    -Download the file above
    -Extract sqldeveloper.zip in any folder, using the folder names
    -In this folder, open the sqldeveloper folder
    -Double-click sqldeveloper.exe

  • Problem installing SQL Developer

    Recently, I installed Oracle 11 g, but I couldn't connect sql developer. When I click the icon of the sql developer he display pop up box...
    "* Enter fullpath for java.exe*.
    I don't know where I can get this path so that I can open sql developer.

    Correction if you download the jdk separately, you will need to retrieve the version of development tools.

  • problem starting sql developer 4.1.1.19.59

    Hello

    I installed SQL developer 4.1.1.19.59, but when I start it up it crashes on the login window for the proxy server that is not responding. I can't even shut it down, and the only way is to kill the process with the Task Manager.

    An administrator can run the program, but I'm not an administrator on my PC.

    I'm runnning Windows 7 Professional 64 bit.

    Can someone tell me what permissions are needed to facilitate this run as a normal user?

    P.S. I don't have this problem with SQL Developer 4.0.3.16.84

    Thanks, Wouter

    HI Wouter,

    In fact, my advice was r ide.user.diuse to replace the default user settings folder.  Under normal circumstances the default value of %APPDATA%\SQL developer and the problem is usually an administrative policy that prevents updates records and files in %AppData%.

    My expectation was so you would set ide.user.dir to something other than a folder under % APPDATA %., maybe C:\Temp\OSD, to see if it works.

    Kind regards

    Gary

    SQL development team

  • SQL * more the 'timing' in SQL Developer command

    I installed SQL Developer version 4.1.1.19. In the sql worksheet, how can I use SQL * more order 'timing' in a script to see a time elapsed SQL? The "Timing" on 'set' did not return any info after running SQL, and 'calendar beginning mon_timer' back 'command Timing is obsolete. Help, please.

    Thank you

    • As you can see, there is no calendar information in the script output log.
    • Then I tried on the discussion forum, found it can be enabled in "tool > preference > Database > startup script" and set as startup script:

    Set serveroutput on

    set timing on

    • However, 2 questions are:
    1. the calendar that he returned is NOT the elapsed time of my stored procedure to run. He simply choose the 2 time points its time, before and not after MS point run. Set timing on is therefore not a solution for me.
    2. He did not follow the instructions in the startup script. After that I put the calendar in the startup script, stop & restart SQL Developer, same laptop charging, timing still on. The only way to turn off now is to configure it to NOT use

    any startup script.

    • Then I developed my own coding as a solution:

    3. control of the COIL

    VAR bv_start_ts VARCHAR2 (30)

    VAR bv_end_ts VARCHAR2 (30)

    VAR bv_elps_ts VARCHAR2 (30)

    DECLARE

    v_start_ts VARCHAR2 (30);

    BEGIN

    SELECT TO_CHAR (SYSTIMESTAMP, 'yyyymmddfxDyhh24miss.ff6') INTO v_start_ts FROM DUAL;

    : bv_start_ts: = v_start_ts;

    END;

    /

    IMPRESSION bv_start_ts

    EXEC pmsmmi.rpt.rpt_ethncty_race_smry (15);

    DECLARE

    v_end_ts VARCHAR2 (30);

    BEGIN

    SELECT TO_CHAR (SYSTIMESTAMP, 'yyyymmddfxDyhh24miss.ff6') INTO v_end_ts FROM DUAL;

    : bv_end_ts: = v_end_ts;

    END;

    /

    IMPRESSION bv_end_ts

    EXEC: bv_elps_ts: = TO_CHAR (TO_TIMESTAMP (: bv_end_ts, 'yyyymmddfxDyhh24miss.ff6')-TO_TIMESTAMP (: bv_start_ts, 'yyyymmddfxDyhh24miss.ff6'), 'hh:mi:ss.ff6');

    IMPRESSION bv_elps_ts

    SPOOL OFF

    • Then I got what I want, the answer is in the 'PRINT ': bv_elps_ts

    SQL > VAR bv_start_ts VARCHAR2 (30)

    SQL > VAR bv_end_ts VARCHAR2 (30)

    SQL > VAR bv_elps_ts VARCHAR2 (30)

    SQL > DECLARE

    v_start_ts VARCHAR2 (30);

    BEGIN

    SELECT TO_CHAR (SYSTIMESTAMP, 'yyyymmddfxDyhh24miss.ff6') INTO v_start_ts FROM DUAL;

    : bv_start_ts: = v_start_ts;

    END;

    /

    PL/SQL procedure successfully completed.

    Elapsed time: 00:00:00.031

    SQL > PRINT bv_start_ts

    BV_START_TS

    -----------

    20150702Thu112617.775545

    SQL > EXEC pmsmmi.rpt.rpt_ethncty_race_smry (15)

    PL/SQL procedure successfully completed.

    SQL > DECLARE

    v_end_ts VARCHAR2 (30);

    BEGIN

    SELECT TO_CHAR (SYSTIMESTAMP, 'yyyymmddfxDyhh24miss.ff6') INTO v_end_ts FROM DUAL;

    : bv_end_ts: = v_end_ts;

    END;

    /

    PL/SQL procedure successfully completed.

    Elapsed time: 00:00:00.062

    SQL > PRINT bv_end_ts

    BV_END_TS

    ---------

    20150702Thu112630.805786

    SQL > EXEC: bv_elps_ts: = TO_CHAR (TO_TIMESTAMP (: bv_end_ts, 'yyyymmddfxDyhh24miss.ff6')-TO_TIMESTAMP (: bv_start_ts, 'yyyymmddfxDyhh24miss.ff6'), 'hh:mi:ss.ff6')

    PL/SQL procedure successfully completed.

    SQL > PRINT bv_elps_ts

    BV_ELPS_TS

    ----------

    + 00:00:13.030241000 000000

    SQL > SPOOL OFF

  • Different account for each installation of SQL Developer 4.1?

    Hello

    Some of my users want to download & install SQL Developer 4.1.

    Should each of them I create their own Oracle account?

    Or I can just have them use the installation media that I downloaded with my account? I have an Oracle account and I downloaded the installation media. There is no prompt for credentials during the installation.

    Some of my users want to download & install SQL Developer 4.1.

    Should each of them I create their own Oracle account?

    Or I can just have them use the installation media that I downloaded with my account? I have an Oracle account and I downloaded the installation media. There is no prompt for credentials during the installation.

    SQL Developer is a CLIENT tool and does NOT need credentials to install or run.

    It does NOT include a database, but you must be able to connect to a database of data and which requires to know a user name and password for the DB that you connect to.

    .

  • Where isi poijnter to the correct JDK 8 in my case for sql developer 4.1?

    Where isi poijnter to the correct JDK 8 in my case for sql developer 4.1? Have several JDK on this pc, 7 8, somewhere, there is a pointer

    for the right to use when installing sql developer 4.1 JDK.

    Who did. Really appreciate it.

    Need to expose this region better. Other positive results will continue in the same question.

    Especially if they do not take explicit measures to expose the hidden files and folders.

    Thanks again

  • Language SQL Developer Data Modeling

    When I installed SQL Developer Data Modeling 4.0, it came out a German version (maybe because I have German Windows).

    Now, the documentation is in English, it designates the menu names of dialog boxes with English names, I find not in the product.

    Thus, forum entries refer to the English properties.

    What should I do to install this product with the English language?

    Hello

    You should be able to find some datamodeler.conf and datamodeler64.conf in the datatamodeler/datatamodeler/bin subfolder of the folder that you installed (uncompressed) Data Modeler 4.0.0.833 in.

    David

  • Oracle SQL Developer/Oracle 11 g/Windows 7 - cannot connect 'sys as sysdba'

    Hello

    I downloaded and installed SQL Developer 3.2.20.09, the latest version, separately from Oracle 11 g, because the version provided with Oracle 11 g did not work properly.

    Now, I'm trying to connect SQL Developer 3.2 to my instance of 11g Oracle installed on Windows 7.

    I can log in with the user name SYS AS SYSDBA using SQLPLUS, text bundled with Oracle 11g, with a password to null and without any problem.

    However, when I try to connect to the same instance using the graphical tool based on Java, Oracle SQL Developer 3.2 I get this error:

    Status: Failure-Test failed: ORA-01031: insufficient privileges

    I already checked the computer management and I am already a member of administrators and 'ORA_DBA' groups.
    I already checked tnsnames.ora, etc. and everything is indicated as it should.
    I also checked my SID and it corresponds to what was named during the installation of Oracle 11 g.

    Is someone can you please tell me why I can't connect using SYS AS SYSDBA?

    Connection to SQL Developer as the user SYS to Getting Started tutorial

  • installation of sql developer

    Hello
    I have a 64-bit version of windows 7. I also have jre (java runtime environment) installed on my pc. I have Oracle database 11g XE installed on my pc.
    I want to install sql developer. should what version of sql developer I install? version 32-bit jdk (java development kit) or 64-bit without jdk?
    Thank you...

    Yes.

  • Problem when creating new connection of database with SQL Developer

    Hi all

    I am a beginner and I want to learn Oracle add up to my learning
    I installed SQL Developer on Linux Mint 12 (lisa).
    The installation went well, but when I try to create a new database connection in SQL developer, I get the following error:

    * Status: Failed - Test has failed: IO error. The network adapter could not establish the connection.* *.

    Could someone please suggest where exactly, I'm missing?

    Greetings - Vishal

    Have you installed the oracle database software locally? Have you created a database called "oracle?

    Developer SQL does not include a data base. For learning purposes, I recommend that you download Oracle Express Edition.

  • Where is the DBMS_Output in SQL Developer 3

    Hello
    I recently installed SQL Developer 3.0.04 build HAND - 04.34

    In previous versions, I was used to find a tab that is titled "DBMS Output" along the coast out of the Script, Autotrace, etc.

    Could someone tell me how to activate the tab out of DBMS SQL Developer 3?

    Thank you
    Benton

    Published by: Benton on August 9, 2011 15:42

    View - out Dbms?

    K.

  • Path of J2SE for SQL Developer

    I downloaded and installed SQL Developer 3.0 (JDK not included) for Linux under the guidance of the Oracle download page. The page advises that JDK 1.6.0_11 or higher must be installed.
    Java $-version responds:
    Java version "1.6.0_20.
    OpenJDK (IcedTea6 1.9.9) runtime environment (fedora - 54.1.9.9.fc14 - x86_64)
    OpenJDK 64-bit Server VM (build 19, 0 - b09, mixed mode)

    I already suitable JDK installed? And if so, how do I determine the full path?

    When I run the script/opt/sqldeveloper/sqldeveloper/bin/sqldevqloper for the first time, it prompts to enter the full path of an installation of J2SE. Am I being asked for a path to my JDK installation? I don't know what you must specify the path, and the use of SQL Developer guide is silent on how to identify this path. Or what I need to install something else until I get SQL Developer to work?

    My background is Oracle DBA, not Java, so I find all of these JDK/JRE/J2SE very confusing stuff. Can someone help with specific instructions on what I need to do to get this product to work?

    TIA,
    Jon

    type

    which java
    

    in a shell.

    Which should show the full path.

    I don't know if OpenJDK is supported. It may be better to download the JDK official Sun (oracle).

    Published by: Jim Smith on August 6, 2011 14:25

  • Problem SQL Developer and GeoRaptor

    Hi all

    I installed sql developer version 1.5.0.52 and in a schema, I have space, but like geo raptor data in not installed with sql developer if I'm unable to see the spatial data.

    In order to see the spatial data so I installed Geo Raptor as below:

    Click on the 'Help' menu item and "check update".

    2. "Find updates - welcome" dialog box

    Click on the Next"" button.

    3. dialogue "Check for Updates - step 1 of 3: Source".
    Add the new Update Center. Click on the 'Add' button and insert values:

    Name: GeoRaptor
    Location: http://georaptor.sourceforge.net/install.xml

    And developer sql update successfully, but after the installation of Geo Raptor so I am unable to find the Geo Raptor tool in SQL Developer.

    Could someone help me please why Geo Raptor tool is not dispaying in SQL Developer.

    Thanks in advance
    Vipin

    Vipin,

    I am one of the developers for GeoRaptor.

    I notice that you use version 1.5.0.52 SQL Developer.

    The current version of SQL Developer work with version 2.1 and more.

    Download the latest version of SQL Developer (I run version 2.1.1.64) and reinstall GeoRaptor.

    If the installation is correct, you should see a menu entry GeoRaptor to the pillar of the view menu. In addition, you
    should see GeoRaptor commands on the right mouse click menus on columns of tables/sdo_geometry.

    Let me know if you still have problems.

    concerning
    Simon

Maybe you are looking for