Problem when try to start SQL Developer

I have problem when I clicked to start the SQL Developer. It wants me to enter the full pathname for Java.exe. Could some one tell me what should I enter.

Thank you for your help. I don't have the C:\Program Files\Java\jdk1.6.0_11\bin\java.exe in my machine.
I checked and found that the SQL Developer I have use Java 1.6.0_11 which is same as you have mentioned. I have the path
"C:\Program Files\Java\jre7\bin\java.exe" in my machine. When I enter this path, there is a message say Cannot find J2SE SDK installed at path.
Does this mean that I need to install java 1.6.0_11 ?

Similar Messages

  • Statement terminator problems when exporting data with SQL Developer 3.2

    I've ran across what appears to be a bug with SQL Developer 3.2.20.09. If someone can let me know if this is indeed a bug, or just something I need to configure differently, please let me know.
    The problem is related to exporting a database as a SQL script, and terminator characters at the end of "create" statements, especially when columns have comments, and problems that occur when using SQLPlus to run the export script to create the tables. With the old SQL Developer 1.5.4, with the "Terminator" and "Pretty Print" options checked, statements like the following are generated:
    -- DDL for Type NUM_ARRAY
    CREATE OR REPLACE TYPE "NUM_ARRAY"
    IS TABLE OF NUMBER(20)
    -- DDL for Sequence MYTABLE_SEQ
    CREATE SEQUENCE "MYTABLE_SEQ" MINVALUE 1 MAXVALUE 999999999999999999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE ;
    -- DDL for Table MYTABLE
    CREATE TABLE "MYTABLE"
    (     "MYTABLE_ID" NUMBER,
         "COL2" NUMBER,
         "COL3" NUMBER
    -- DDL for Table ANOTHERTABLE
    CREATE TABLE "ANOTHERTABLE"
    (     "ANOTHERTABLE_ID" NUMBER,
         "COL2" VARCHAR2(1024),
         "COL3" VARCHAR2(1024)
    COMMENT ON COLUMN "ANOTHERTABLE"."ANOTHERTABLE_ID" IS 'This is a comment.';
    When I then run the script using SQLPlus, everything works fine. However, with SQL Developer 3.2.20.09, with the same options enabled, the same statements are generated like this:
    -- DDL for Type NUM_ARRAY
    CREATE OR REPLACE TYPE "NUM_ARRAY"
    IS TABLE OF NUMBER(20)
    -- DDL for Sequence MYTABLE_SEQ
    CREATE SEQUENCE "MYTABLE_SEQ" MINVALUE 1 MAXVALUE 999999999999999999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE ;
    -- DDL for Table MYTABLE
    CREATE TABLE "MYTABLE"
    (     "MYTABLE_ID" NUMBER,
         "COL2" NUMBER,
         "COL3" NUMBER
    -- DDL for Table ANOTHERTABLE
    CREATE TABLE "ANOTHERTABLE"
    (     "ANOTHERTABLE_ID" NUMBER,
         "COL2" VARCHAR2(1024),
         "COL3" VARCHAR2(1024)
    COMMENT ON COLUMN "ANOTHERTABLE"."ANOTHERTABLE_ID" IS 'This is a comment.';
    Notice all of the extra slashes in there. If a slash is not used as a statement terminator, SQLPlus treats slashes as a command to repeat the last SQL statement, which causes many errors about tables or sequences already existing. So, I tried removing the "Terminator" flag from the export options. This lead to statements that looked a bit more promising:
    -- DDL for Type NUM_ARRAY
    CREATE OR REPLACE TYPE "NUM_ARRAY"
    IS TABLE OF NUMBER(20)
    -- DDL for Sequence MYTABLE_SEQ
    CREATE SEQUENCE "MYTABLE_SEQ" MINVALUE 1 MAXVALUE 999999999999999999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE
    -- DDL for Table MYTABLE
    CREATE TABLE "MYTABLE"
    (     "MYTABLE_ID" NUMBER,
         "COL2" NUMBER,
         "COL3" NUMBER
    -- DDL for Table ANOTHERTABLE
    CREATE TABLE "ANOTHERTABLE"
    (     "ANOTHERTABLE_ID" NUMBER,
         "COL2" VARCHAR2(1024),
         "COL3" VARCHAR2(1024)
    COMMENT ON COLUMN "ANOTHERTABLE"."ANOTHERTABLE_ID" IS 'This is a comment.'
    The big problem, though, is in the statement for the table with a comment. Notice that there are two statements, but there is not a semicolon after either of them. This unfortunately causes the "COMMENT" statement to be appended to the "CREATE TABLE" statement before being executed, which causes the table to not be created (which causes even more errors later on when the script attempts to populate the table with data).
    So, it would appear that this is a bug, but I'm not sure. Is there a way I can configure the export options to make SQL Developer export these statements like it used to in older versions?
    Thanks,
    -Bill

    >
    So, it would appear that this is a bug, but I'm not sure.
    >
    That would be a bug. Thanks for reporting it and providing the detailed example.
    >
    Is there a way I can configure the export options to make SQL Developer export these statements like it used to in older versions?
    >
    No.
    Leave the thread open. One of the developers for sql developer should be monitoring the forum and can provide more information.

  • MSVCR100.dll missing on your computer when starting SQL Developer

    Hello,
    I receive the error MSVCR100.dll is missing on your computer when I try to start SQL Developer.
    I completed the following installations:
    - Windows Server 2008 R2
    - Oracle DB Express Edition
    - Java JDK 1.7.0_02
    When I now try to start SQL Developer I receive the error message that MSVRC100.dll is missing on my computer.
    Does anybody experience the same problem and how can it be resolved.
    Thanks
    Bernd

    Hi,
    Not sure what happened to that link, but I as far as I know it should make absolutely no difference for security purposes if one chooses the latest Java 7 update or the the latest Java 6 update. I would guess both code lines are patched to same level.
    Perhaps you are referring to recent press about vulnerabilities in Java 7 updates _06 and _07? Those issues only apply to browser plug-ins, totally unrelated to SQL Developer, and those can be disabled easily without removing Java.
    The official recommendation is to use the latest Java 6 update (jdk1.6.0-35) for SQL Developer. We recommend avoiding Java 7 due to bugs, but bugs unrelated to security.
    Regards,
    Gary

  • Problems in starting SQL Developer in Linux

    Dear Friends,
    I cannot start SQL Developer in Fedora Core 5 Linux Enviroment. I do not know what exactly is the problem. so Please see the Snap shot the Problem. It Refrains from inspite of it showing as if to Open. On windows it works fine.
    Snap Shot starts here
    [oracle@sydney sqldeveloper]$ sh sqldeveloper
    Oracle SQL Developer 1.0
    Copyright (c) 2005 Oracle Corporation. All Rights Reserved.
    Working directory is /home/oracle/sqldeveloper/jdev/bin
    Ends Here
    Please give me a Solution
    Regards,
    Sydney.

    I had a problem getting it to run in Ubuntu when launching from an XFCE launcher. Basically the file sqldeveloper doesn't work. What I did was to copy sqldeveloper to SQLDeveloper, change the ./ to the full path ( in my case /home/username/sqldeveloper/ ), then launch SQLDeveloper instead of sqldeveloper. Then it all worked fine.

  • Help with starting sql developer

    Hi everyone
    I have had oracle express and sql developer on my laptop before untill my hard drive went, now iv installed them again but when I start sql developer I make a new connection then go to create a new user, but when I click create new user, there is no list under the "Roles" tab as there should be, its just a blank grey screen. Has anyone had this problem before who might be able to help?
    I am kind of in a rush because I need it for a college assesment on monday so any help will be really appreciated:)
    Thanks
    Ryan

    Welcome to the forum!
    Whenever you post you need to provide the full sql developer that you are using and all of the details about what you are doing and the problem you are having.
    You haven't provided the version, what user you are connnecting as, what type of connection it is (normal, sysdba), the type of connection you are connecting as (thin, oci), the JDBC jar version if using one, the Oracle client or server versions.

  • Small bug and fix starting SQL Developer on Mac OS X

    I couldn't find anyone else mentioning this so I'll write it in.
    If I started SQL Developer in one user I couldn't start it again in another user, even after quitting out of the first. I would double click the icon and it would do the animated "zoom" but then nothing.
    I tracked it down to a problem in SQLDeveloper.app/Contents/MacOS/sqldeveloper.sh. When it redirects the output of the call to the start scipt in the /sqldeveloper/bin directory it would fail because the /tmp/sqldeveloper-startup.log was owned by the first user to start the App (since the /tmp was cleared anyway). My umask didn't give it permission to start overwriting that file.
    To fix it I changed the last line in SQLDeveloper.app/Contents/MacOS/sqldeveloper.sh to:
    bash ./sqldeveloper >/tmp/sqldeveloper-startup.$$.log
    so that the PID was now part of the name and each initiation of SQL Developer would have its own.
    You could also change the last line to:
    bash ./sqldeveloper >$(mktemp /tmp/sqldeveloper-startup.log.XXXXX)
    which would guarantee more uniqueness but wouldn't let you know which process was using the file.
    Savvy Mac users can edit the script themselves by right-clicking on the SQLDeveloper.app and selecting "Show Package Contents". You may have to temporarily change the file permissions to let you edit it.
    For the record I'm running SQL Developer 1.2.0 on a Mac TiBook G4 867MHz with Mac OS X 10.4.10 and 1Gb RAM (and it is still maddeningly slow because Java fundamentally sucks).
    -Bion

    Ok - I think I found it.
    Go into ~/Library/Application Support/SQL Developer/system1.5.3.57.83/o.ide.11.1.1.0.22.49.44 (or similar for whatever version you're running) and edit the settings.xml file there.
    Look for a block that looks like:
    <Item class="oracle.javatools.util.Pair">
    <first class="java.lang.String">delete-previous</first>
    <second class="oracle.ide.keyboard.KeyStrokes">
    <data>
    <Item class="javax.swing.KeyStroke">[0]</Item>
    </data>
    </second>
    </Item>
    and change it to:
    <Item class="oracle.javatools.util.Pair">
    <first class="java.lang.String">delete-previous</first>
    <second class="oracle.ide.keyboard.KeyStrokes">
    <data>
    <Item class="javax.swing.KeyStroke">[8]</Item>
    </data>
    </second>
    </Item>
    I'm not sure why, but this file seems to always contain the incorrect keystroke value when I do a fresh install of SQL Developer. I always have to go in and change that value by hand. I've tried choosing any number of the accelerator presets, but none of them make the delete key work.

  • I can not start sql developer 2.1

    I have a problem that start sql developer.
    when I doubleclick the icon(sqldeveloper.exe) at install path,then pop a dialog window that remind me "Unable to create an instance of the Java Virtual Machine Locate at path : D:\env_java\jdk1.0.0_17\jre\bin\client\jvm.dll ".
    now I want to know how to resolve that question.thanks you.

    Welcome to the forums !
    You will most likely get a better/faster response in the SQL Developer forum SQL Developer
    HTH
    Srini

  • Problem when try to use 2 computers

    Hello there.
    I'm now facing a problem when try to use 2 computers. Specifically, I downloaded my ebook (pdf form) in my laptop and open it without problems. But when I tried to reopen the same book (from human kinetics site) to my pc, the known message revealed ("E_LIC_ALREADY" etc etc).
    As I realised, in my laptop, the ADE wasn't authorized (in fact, "is authorized without an ID"). I tried but didn't achieve to authorize it (it's not accepting my username and password, saying that the specific ID is already used, obviously when I made the similar procedure on my pc, a year ago), whereas I'm also not able to re-open the book in my pc (I made copy-paste to the appropriate folder of my pc, by the way...). What's the solution in this case? I mean, it's very annoying for me and I desperately want to solve it...
    Thank you in advance,
    Nikolas

    Answer 1 : Really not quite sure about this ....
    Answer 2 : turn the card upside down and check the model number .. the model number would be WPC54G and if there v2/v3/v4 after it it means that the card is version 1 ....
    Answer 3: As you windows xp , go to start >> programs >> uninstall wireless notebook adapter.... insert the CD for the adapter ...take the card out and insert it back again.... follow the instructions on the found new hardware wizard ... this will install the drivers for the adapter and then you can use the windows wireless configuration utility to connect to the wireless network ....

  • Error while starting SQL Developer (3.1.07)

    I am using SQL Developer 3.1.07 on Windows 7.
    Today, all on a sudden it is giving me error while starting SQL Developer.
    Please help me how to fix this problem.
    The error message is:
    <code>
    java.lang.NullPointerException
         at oracle.jdevimpl.vcs.svn.SVNProfile.canActivate(SVNProfile.java:162)
         at oracle.jdevimpl.vcs.generic.GenericClient.fireCanActivate(GenericClient.java:1629)
         at oracle.jdevimpl.vcs.generic.GenericClient.canActivate(GenericClient.java:237)
         at oracle.jdevimpl.vcs.VCSManagerImpl$6.addinsLoaded(VCSManagerImpl.java:391)
         at oracle.ide.IdeCore.fireIdeEvent(IdeCore.java:864)
         at oracle.ide.IdeCore.access$100(IdeCore.java:136)
         at oracle.ide.IdeCore$3.run(IdeCore.java:836)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
         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)
    </code>

    It appears the SVN plug-in is giving you troubles, normally you should be able to disable it from
    Tools -> Preferences -> Extensions -> Versioning SupportAssuming you do not need it.
    Since your system is no longer starting you might have to manually remove the related jar file from the installation, this file is usually located in:
    [SQLDev_install_dir]/jdev/extensionsand it's name is:
    oracle.jdeveloper.subversion.jar

  • Problem when try to use ACSE+ Windows AD to authenticate two kind of WLAN c

    I met a problem when try to use ACSE+ Windows AD to authenticate two kind of WLAN clients:
    1. Background:
    We have two WLAN: staff and student, both of them will use PEAP-MSCHAPv2, ACSE will be the Radius server, it will use Windows AD's user database. In AD, they create two groups: staff and student. The testing account for staff is staff1, the testing account for student is student1.
    2. Problem:
    If student1 try to associate to staff WLAN, since both staff and student WLAN using the same authentication method, the auth request will be send to AD user database, since student1 is a valid user account in AD, then it will pass the authentication, then it will join the staff WLAN. How to prevent this happen?
    3. Potential solution and its limitation:
    1) Use group mapping in ACSE(Dynamic VLAN Assignment with WLCs based on ACS to Active Directory Group Mapping), but ACS can only support group mapping for those groups that have no more than 500 users. But the student group will definitely exceed 500 users, how to solve it?
    2) Use methods like “Restrict WLAN Access based on SSID with WLC and Cisco Secure ACS”: Configure DNIS with ssid name in NAR of ACSE, but since DNIS/NAR is only configurable in ACSE, don't know if AD support it or not, is there any options in AD like DNIS/NAR in ACSE?
    Thanks for any suggestions!

    I think the documentation for ACS states:
    ACS can only support group mapping for users who belong to 500 or fewer Windows groups
    I read that as, If a user belongs to >500 Windows Group, ACS can't map it. The group can have over 500 users, its just those users can't belong to more than 500 groups.

  • How to start sql developer(1.1) on mac osx

    After download and unzip it, just double-click the sqldeveloper icon, doesn't it?
    But after i double-click it, there is an icon on the bottom for a while, very soon. then it disappears.
    Any help will be highly apprecaited!!!

    Hi
    I've got the same error starting SQL Developer 1.1.2 on mac os 10.4.9. In my case this was because I've had a blank in the path.
    I've initialy located my SQL Developer on a USB Stick with the name "no name" which was mounted on /Volumes/no name path to SQL Dev was /Volume/no name/oracle/sqldeveloper/......
    After changing the name of the stick to noname the path has changed to /Volume/noname/oracle/sqldeveloper/.....
    and then everything worked fine.
    An other hint, If you copy sqldeveloper.sh into sqldeveloper.command you may start the Developer with a double click.
    By the way, I'm using the multiplattform package of the SQL Developer and put it on a USB Stick. I'm now able to take one copy of SQL Developer and Configuration with me and start it on Mac OS and/or Windows.
    Regards
    Stefan
    Message was edited by:
    oehrlis

  • How to start SQL Developer for 11g in Oracle Enterpirze Linux

    I have installed oracle 11g in Oracle Enterprize linux. Please tell me how to start sql developer there?

    I think you have to install sql developer at first and then start it....
    actually, I'm not so much clearly understood what is your question.

  • How to hide system tables when using the Oracle SQL Developer?

    Hi,
    I would like to know how can I show only the tables that I created under the Tables tree? I didnt find a way to create a separate database using the Oracle Sql Developer. I see all the tables together, and would like to differentiate between different databases.
    Can anyone explain to me how to do these things?
    Thanks,

    Hi,
    I would like to know how can I show only the tables that I created under the Tables tree? Your posting is not clear,again tell something more on tables tree,what u want to achieve with it.
    How to hide system tables when using the Oracle SQL Developer? if u connected with sys, system or user with dba role then u have a privilege to see these tables,so revoke the privilege/role from ur user to view this tables if ur connected other then sys,system,
    I didnt find a way to create a separate database using the Oracle Sql Developer. DBCA is a tool for creating the new database.
    Kuljeet

  • I've gotten an Error 150:30 message when try to start Elements 8.0 and asked to contact Adobe support. trying to do that led me here.

    I've gotten an Error 150:30 message when try to start Elements 8.0 and asked to contact Adobe support. Trying to do that led me here.
    Can I get some help here?
    Thanks,
    Harry

    Then try the solutions here:
    https://helpx.adobe.com/creative-suite/kb/error-licensing-stopped-windows.html
    I know it says Creative Suite, but PSE is based on the same code so a lot of the same fixes work for both.

  • Problems Starting SQL developer

    Hi Guys,
    I'm new to using oracle through Lynx.
    I am using Ubuntu 10.04 LTS Lucid Lynx.
    I have installed Oracle 11g R1.
    I have successfully installed oracle, created and connected to the DB. I have exported HR and OE schemas from a windows machine and imported to my Lynx based database successfully.
    So Oracle is working correctly though SQLplus.
    My problem is when I start using SQLDeveloper.
    When I go to "/u01/app/oracle/product/11.1.0/db_1/sqldeveloper"; and run the sqldeveloper.sh it seems to open fine, I see the GUI.
    My problem is that we I try to create a new connection I am getting errors.
    The GUI says: The network adaptor could not establish a connection.
    Whereas the terminal states...
    Oracle SQL Developer
    Copyright (c) 2006, 2007, Oracle. All rights reserved.
    Using oracle.home=/u01/app/oracle/product/11.1.0/db_1/sqldeveloper
    Using ide.user.dir=/home/oracle/.sqldeveloper
    Addin: Translator PlSql is trying to register a input type (.plsql) which conflicts with translator PlSql who already using this input type
    My java -version is :
    java version "1.6.0_18";
    OpenJDK Runtime Environment (IcedTea6 1.8.1) (6b18-1.8.1-0ubuntu1)
    OpenJDK Server VM (build 16.0-b13, mixed mode)
    Any help would be very much appreciated.

    Could you past output from
    lsnrctl statusOracle can work fine via SQLPlus locally, but if services are not visible via listener you can't connect to database from client like SQLDeveloper.
    Your GUI started so it's not a problem of your java - it's rather something missing in your database installation.

Maybe you are looking for

  • SLG1 errors during load of DNL_CUST_CNDALL

    Hi, In our system, when loading DNL_CUST_CNDALL, the SLG1 shows the following errors. 1. There are no entries for certain tables(around 30 different tables) and so these tables cannot be deleted. 2. Some Fields of table are not referenced in access C

  • Htp query in Oracle

    I have Pl/sQL procedures and packages which contain htp statements htp.htmlopen; etc to present the output of the SQL query in web based HTML format We use htp.tabledata to represent the data in a tabular format. I would like to decrease the font siz

  • Ref. Orig. can't be moved to sys. trash: locked or read-only.  Fix?

    Another new one (amazing what one uncovers under deadline ).  See screen shot: Some of these files are from a Leaf Aptus 70 (they were part of the Ap3 Tutorial) and are very large.  Large or small, I like to run a clean ship.  Can I search in Finder

  • Premiere Pro CC crash on export and/or render

    Every time I try to render or export my video Premiere Pro CC crashes. I've tried to re-create the video in a fresh sequence to no avail. Any idea why this keeps happening?

  • Pls help me with my note edge

    i shrunk my keyboard on my note edge on accident and now I don't know how to get it big again