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.

Tags: Database

Similar Questions

  • 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

  • Connection problem with SQL Developer 3.0.0.4

    I have a strange problem with SQL Developer (SD) 3.0.0.4. So that the implementation of a new connection I have in double entries listed for some of the databases listed in my TNSNAMES.ora file. When I try to connect to one of the databases has entered duplicated, I get the following Oracle error:
    ORA-01034: Oracle not available ORA-27101: Kingdom does not exist SVR4 shared memory error: 2: no files or directory
    however, if I try to connect to the same database using SQL * more or TOAD, it works perfectly and TOAD has no duplicates.

    At first, I thought maybe that SD has been reading multiple copies of the TNSNAMES.ora so I checked and removed all the duplicate files and set the variable of environment TNS_ADMIN to point to that and the single instance of the TNSNAMES.ora file. Yet once, SQLPlus and TOAD to work fine, but SD is always showing entries twice and always have reported the above error when I try to connect to a database with a duplicate entry. I should mention, I'm able to connect to the database that have only a single entry listed use SD.

    If I understand correctly, SD uses JDBC as underlying connection mechanism. Based on this "agreement" I thought that maybe I had a file corrupted in the Java Cache, so I cleared the cache, but I always get errors.

    As mentioned, I use SQL Developer 3.0.0.4 with Java 1.6.0_11 (included in the download). In addition, I have installed JRE 1.6.0_24 and I am running Windows XP SP3. Any ideas or suggestions are greatly appreciated.

    Craig...

    Hi Craig,.

    Or, if I have misunderstood completely the scenario you describe, here's a post on the forum about duplicate entries appear in the drop-down list Alias network when the connection Type is TNS:

    Developer SQL 2.1.0.63 TNS name in characters of the connection

    This solution involves clean a bad TNSNAMES. ORA file with double score entries to test the death of SID.

    -Gary

  • Having problems with SQL Developer connection to the database on a LINUX machine

    Having problems with SQL Developer connection to the database on a LINUX machine
    Hello
    I am trying to connect my machine to windows 7 Home premium to an oracle database 11 g on RedHat 5 machine using SQL Developer. I got this error on SQL Developer
    Status: Failed - Test has failed: the network adapter could not establish the connection


    on Linux
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    ------------------------
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date                03-APR-2013 16:13:13
    Uptime                    7 days 22 hr. 16 min. 41 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/11.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.X.X.X)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orc11g" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    Service "orc11gXDB" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    Service "orc11g_XPT" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL>
    and TNSPING
    tnsping 172.x.x.x
    
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 11-APR-2013 14:32:17
    
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    
    Used parameter files:
    /u01/app/oracle/product/11.2.0/db_1/network/admin/sqlnet.ora
    
    Used EZCONNECT adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=172.x.x.x))(ADDRESS=(PROTOCOL=TCP)(HOST=172.x.x.x)(PORT=1521)))
    OK (0 msec)
    [oracle@ltebilling ~]$
    Tnsnames.ora on Linux,
    ORC11G =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x.x)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orc11g)
    )
    )
    Listner on Linux,
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/db_1)
    (PROGRAM = extproc)
    )
    )
    
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x.x)(PORT = 1521))
    )
    )
    hosts/ect/Linux,
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1               localhost.localdomain localhost
    172.x.x.x             LTEBilling
    and there is no problem to ping linux from windows

    Published by: user11309581 on April 11, 2013 15:16

    user11309581 wrote:
    as I have already desciped earlier, I can't connect to the server throw Linux my Windows SQL Server, with error message below.
    tatus: failed - Test has failed: the network adapter could not establish the connection

    It's too generic to mean anything. The application is hidden the real error message. You got when you did the tnsping and obtained "TNS-12535: TNS:operation has expired. Now THAT's an error.

    This indicates a problem firewall and routing. You said earlier you could ping the server, but now we see tnsping fails. Two different protocols of usage, so that both the successful ping turns out a valid physical path, it guarantees not that all traffic will pass. What happens with

    c:\ telnet 172.x.x.x 1521
    
  • 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

  • Problem with SQL Developer to capture

    Hi guys,.

    I am facing a problem for the last 4 days with SQL Developer. I use to migrate sql database to oracle SQL Developer. It worked well before and I had migrated some tables as well. But all of a sudden a few days before I had a mistake, I was unable to capture the objects. While I am trying to capture the sql database or the tables the progress dialog box is displayed as usual, but he suddenly gets hit and the green light turns red which is in the upper left corner. Said at that time, the progress message that appears at the bottom of the box +' stored jdbc:jtds:sqlserver: / / < hostname >: < port > / < the database name > ' +. But if I use another oracle server, then I can capture objects.

    Because of this error, I'm not able to go forward. I tried to solve this problem in many ways. But nothing helps! Please help me solve this problem, as it's an emergency.

    Thanks in advance.

    RAM.

    Published by: Ram Dhilip on March 22, 2010 08:16

    Published by: Ram Dhilip on March 22, 2010 08:16

    Published by: Ram Dhilip on March 22, 2010 08:19

    Published by: Ram Dhilip on March 22, 2010 08:34

    You can use the method of capture in offline mode:
    Click on tools-> Migration-> third party database offline Capture-> Capture database creation scripts
    Now select the output directory of these scripts and the source database. Also, make sure that you have selected the Batch mode. Once this is done, copy all scripts on a computer with an installed SQL Server client or perform the export on the SQL Server computer directly.
    Run the script and you'll get 2 directories with a couple of DAT files created. ALL switch to SQL Developer machine and load them into the SQL Developer
    Click on tools-> Migration-> third party database offline Capture-> Capture Script output load of database

  • Problem installing SQL Server 2014 with the language of the OS

    I installed a new 2012 french windows server essentials.

    Then I tried to install sql server 2014 standard (English version). But, it is not possible. I get the message "this SQL server installation media does not support the language of the operating system, or does not have the SQL Server installation files English version.» Use the correspondent... ».

    Then I tried several solutions provided on different forums on the web. Now my system is set to English (United States), but the message still appears at the beginning of the installation of SQL.

    Any suggestion will be fine... I'm tired of installation problems.

    BB

    Hello

    You can post your question Server 2012 Server TechNet forums, that your question is beyond the scope of these Forums.

    http://social.technet.Microsoft.com/forums/WindowsServer/en-us/home?category=WindowsServer

    Please repost your question about SQL Server in the SQL Server TechNet Forums.

    https://social.technet.Microsoft.com/forums/SQLServer/en-us/home?category=SQLServer

    See you soon.

  • 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

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

  • Problem starting SQL Developer

    Hello

    I have a little confusing problem on a Virtual Machine.
    I have a Windows Server 2003 R2 SP2 (32-bit) as a Virtual Machine. On this machine, I have two different versions of the SQL Developer:

    -SQL Developer 1.0.0.15.57
    -SQL Developer 2.1.

    When I try to start the sqldeveloper.exe for SQL Developer 2.1.1.64.39 I get the following error message:

    Windows cannot access the specified device, path or file. May not permissions to access you the item.

    The funny thing is, when I start the developer SQL 1.0.0.15.57 everything works fine.

    The authorization must be resolved I can start the 2.1.1.64.39 SQL Developer or someone has other solutions to this problem?

    Any help would be appreciated.

    Thanks in advance.

    Greetings.

    Edited by: user8950278 the 07.07.2010 09:46

    First of all, try to run once as an administrator, it could create the necessary associations.
    If this does not work, I would say that it could be related to parameters, which are now stored in the (hidden) of your Windows profile Application data. See that you have the permissions there.
    You can also run the \sqldeveloper\bin\sqldeveloper.exe, to see if you get all exceptions or more information in the console open.

    Hope that helps,
    K.

  • problem installing SQL server with windows vista

    SQL server system configuration checker cannot be executed due to wmi configuration error:2147749907(0x80041013)

    I get this error when trying to install sql express 2005 on windows vista home and professional. Please let me know what is the cause of this error and the solution.very urgent please. Thanks in advance

    Hello Sisi reddi, welcome.

    You can try a solution that worked before on S2k3.  Try this on affected systems:

    1. click on START
    2 type "notepad" (without the quotes) and press enter
    3 copy and paste the following text in Notepad:

    LETTER
    CD %windir%\system32\wbem
    Mofcomp.exe cimwin32.mof
    Regsvr32 /s wbemupgd.dll
    Regsvr32 /s wbemsvc.dll
    Wmiprvse/regserver

    4. click on file > save as
    5. change the drop-down list (file type) to "all files".
    6. name the file sqlfix.bat, and then save it to your desktop
    7. from there, right-click on the file and choose "Run as Administrator". If it works that way, you can also open it WITHOUT choosing run as administrator and see what happens.

    8. now try to install SQL 2 k 5

    Let us know,

    Thank you!

  • Problems installing SQL Server Express 2008 R2 on the laptop

    I tried to install sql server express 2008 R2 on my Dell Inspiron 1525 laptop running Windows 7 and I'm not able to get SQL Agent to start and I do not have the SQL Management Studio program as an option under all programs. What I am doing wrong?

    Hello

    You send messages in the Forum Installation in Vista

    For the best results for your questions, please repost in the SQL Server Express Forum.

    http://social.technet.Microsoft.com/forums/en/SQLExpress/threads

    See you soon.

  • problem installing SQL server

    This is a screen capture facility management sql server on my windows pc studio 7... I have install sql server express, but couldnot install sql server management studio... but it's my screeshot of my mistake

    Did you run the SQL Server Management Studio Installer with administrator privileges?

    If this is not the case, try to run the installer with administrator privileges:

    Make a right click on the Setup file-> click on run as administrator. Click on Yes / enter your identification information administrative If UAC prompt. Then proceed with the installation.

  • Problem installing SQL server on a basis DBVM.

    Hello

    I create a DBVM with Server 2008 R2 and SQL Server 2012. I can't complete the process. That's what I've done so far:

    -Created the DBVM indicates the iso of Windows Server 2008 R2 64-bit and SQL Server 2012 install iso.

    -J' used the Setup file of Microsoft SQL Server 2012 (filename: SQLFUL_ENU.iso). Director of the app ask Standard or Premium edition, but I was not able to download a specific version.

    -After clicking OK in the "Creation of Base of DBVM" window, I get the full Base DBVM. However, it doesn't have the DB installed.

    -On the screen data Director - eat and monitor that I can right click the new created DBVM base and choose "Install DB engine."... »

    -In doing so, which indicates the ISO specified previously, on the right-hand side, under tasks, I have a current task:

    Install agent vFDD and DB engine stuck from the GET to 66%. After a while, an error is displayed. "An error has occurred in the agent. Error message: failed to execute the command. Check the log of the Agent for more details... Exception: ("do not execute the command. Please check the log of the Agent for more details. "(, None)" "

    In the newly created DBVM, nothing in Event Viewer indicating why this is happening.

    -Where can I find more information?

    -J' use a version of sql wrong?

    Is there a communication problem between the D data and created new VM?

    I'd appreciate any help.

    Concerning

    Fernando

    Hi Fernando,

    I also have to deal with this question later. and I fixed it as admin guide with following. hope it's useful for you.

    Path

    You must specify the path (or location) to assign virtual disks

    for each type of disk. The path is the mount point for Linux, or the volume name

    for Windows.

    When you specify a path to virtual disk for the Windows operating system, the

    C: by H: drive letters are reserved for use by the base DBVM. You can use

    the I: drive letters or above to specify the volumes for use as data or log disks.

    NOTE you must provide a mount point or volume name that is not already

    There are. If you specify a duplicate mount point that is already in use, Director of data

    Returns the internal address error message may not be reproduced or

    empty when you try to convert a DB model the DBVM.

    Kind regards

    Bob

  • problem installing SQL

    I installed Visual Studio 2010 on my computer and needed for the installation of SQL Server 2008 R2 and when I try to install the program I get the following

    The SQL Server Setup program has met the following error

    Invoke or BeginInvoke cannot be called on a control until the window handle has been created

    The computer I'm installing has Windows Vista Home Premium

    Hello

    Please repost in the SQL server forums

    http://social.msdn.Microsoft.com/forums/en-us/sqlsetupandupgrade/threads

Maybe you are looking for