Panels in my sql developer are missing

Panels in the sql developer with version 1.0.0. are suddenly missing and i am not able to locate my windowinglayout.xml, any help would be appreciated...
S

Then delete the whole "\jdev\system" directory, or install a newer version (2.1.1 recommended).
Hope that helps,
K.

Similar Messages

  • Error messages in Pl Sql developer are in those funny characters

    Hi,
    Can someone help me on how to change the erroe messages to english in Pl Sql developer? when I run a query in pl sql developer the error messages gives the error code and those characters.
    thanks.
    Edited by: 848824 on Mar 30, 2011 11:45 PM

    hi
    u can try something like this.
    EXCEPTION
       WHEN invalid_number OR STANDARD.INVALID_NUMBER THEN
          -- handle the error
    END;OR
    RAISE FORM_TRIGGER_FAILURE;hope this helps u....
    sarah

  • SQL SERVICES ARE MISSING IN CONFIGURATION MANAGER

    hi
    We have recently migrated SQL2008 to SQL2012 enterprise edition on WINDOWS 2012,and everything is running fine.
     Today i have just opened SQLCONFIGURATIONMANAGER for normal services checkup,but i couldn't find any SQL services in it expect integration services.i have checked in SERVICES.MSC and all services are running, this happened suddenly before it was alright(i
    could see all the services)could some one please help me in finding the reason for sudden missing of the SQL services in CONFIGURATION MANAGER and way to get them back.
    cheers

    OK, so that is strange enough and looks like permissions issue with the WMI. There is an article for SQL 2008R2, which you can check and see if the solution helps you somehow - http://www.mssqltips.com/sqlservertip/2492/why-is-sql-server-configuration-manager-missing-services/
    Ivan Donev MCT and MCSE Data Platform

  • Missing SQL Developer functions when connecting to MS SQL Server 2005

    Hi all,
    I've connected SQL Developer to a ms sql server db. Now I can't use the functions from SQL Developer like
    - Drag&Drop tables to the sql-sheet,
    - autocompletition of attributes (Strg+Space).
    Is this function not supported or do I have to change some preferences?
    THX Steve

    Unfortunately most of the advanced functions of SQL Developer are supported only for oracle databases, so on ms sql, or almost anything else you can do little more than browse data.

  • SQL Developer Slow typing - v2.1.0.63 on Windows 7 (32bit)

    Ever since changing to a laptop with Windows 7 (32 bit), and to SQL Developer 2.1, ---- FROM Windows XP and SQL Dev 1.5.1 which worked very well --- I have had a drastic change in response time typing into the editor area.
    My only symptoms were waiting for my typing to show up on the screen. It tried to fill in keywords slowly. I was used to it showing me table names and column names to use in the old version -- didn't happen in new version -- but at least I could run my scripts. Also I didn't like the new way of keeping the old Query Result tabs open ... I was surprised about that. Now I have to specifically close each one.
    So then I tried to 'fix' the slowness by changing my settings a bit. I have no idea what half that stuff is refering to in the Tools > Preferences area. I must have really messed it up. :( Now I can't hardly see anything - parts are missing ... I have to Wait and wait and wait for it to respond to a mere click....
    The page doesn't fill properly, I have to 'hover' over some parts to get them to show, I have to click on other parts to get the full script to show, ---- I did finally run 1 script. The drop down lists from the top stay there - i.e. can't get the focus to change -- the lists stay down (in a ghostly way - half there) even though I'm trying to get into another list. (Hope that makes sense... like Tools, Help, View).
    The only things I do in SQL Developer are: SQL scripts. That's it. I open files and run them. I open various connections. I type in SQL commands and run them. I'm not asking for all these bells and whistles that seem to really slow it down. I want to find my DB objects occasionally using a wildcard.
    This is awful! What happened to SQL Developer?? I used to love it!
    Somebody please help me get it back!
    Thank you.

    First of all, did you install in a new, clean directory? Else you'll have a corrupted installation.
    Second, better start over with clean settings; deleting the [Windows user profile]\Application Data\SQL Developer\systemXXX dir will restore settings to default.
    Third, you could skip the above and start over with the latest v3.0...
    Hope that helps,
    K.

  • SQL Developer editor readability

    I have just switched to SQL Developer from Toad and I have found a couple problems with the editor that make it unreadable.
    The first issue is that the fonts appear blockier and heavier. On both Toad and SQL Developer I'm using Consolas with size 12. I've tried turning the "enable text anti-aliasing" on and off and they are both bad. Could the issue be that SQL Developer is not using Window's clear type fonts? If so can this be fixed?
    The second issue is that the color of the whitespace characters (spaces and line-breaks) in SQL Developer are way too dark. I am unable to find a setting to lighten them up. Am I missing the setting, or can this capability be added?

    In "Tools -> Preferences -> Code Editor -> Display" there is an option called "Show Whitespace Characters". Turning this on allows you to see whitespace characters in the editor. For example, spaces are shown as middle dots (i.e. ··········), tabs are shown as "»", and line breaks are shown as "«¶".
    The problem is that they are way too dark. They need to be a very faint, subtle gray. I do not see any way to change the color.

  • Install of SQL developer V1.2 or 1.5

    I downloaded and installed Version 1.5 and later 1.2. when I try to connect to a server in my company, I get the error "lo exception network adapter could not establish the connection" Vendor Code 17006.
    No one here know what to do with this error.
    Any help will be greatly appreciared.
    Thanks,
    Ron

    Hi,
    Did you get connected?
    Are you also a JDeveloper user? What in SQL Developer are you doing that you feel is missing or less effective in JDeveloper?
    rgds
    Susan
    http://www.susanduncan.blogspot.com

  • How to browse Java Source in PL/SQL Developer

    As I use PL/SQL Developer for developing, for the first time I've just tried to write and compile a java source.
    After compiling the java source succesfully, I can see it by selecting it from the system table USER_SOURCE where it's defined as TYPE JAVA SOURCE, but I'd like to know where and if it's possible to browse it in the left window list of the panel of PL/SQL Developer like it happens for Procedures, Packages, ... I mean is there a way to edit the java source created without selecting it from USER_SOURCE but in a better way as it's possibile for the procedures in PL/SQL Developer?
    Thanks

    Yes, It is possible. Check the option Tools->Browser. Then in the browser you can find it.

  • How to create partitioned bitmap index in SQL Developer?

    I am running SQL Developer version 3.0.04.34 ; on Windows 7 (64 bit) against:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    PL/SQL Release 11.1.0.7.0 - Production
    CORE     11.1.0.7.0     Production
    TNS for Linux: Version 11.1.0.7.0 - Production
    NLSRTL Version 11.1.0.7.0 - Production
    I am trying to create a bitmap index on a partitioned fact table which is part of a data warehouse. The index is in support of a single-column foreign-key to a dimension table. Heretofore, we had been using partitioned B-Tree indexes. According to the Data Warehousing Guide, we should consider using bitmap indexes for this purpose. Accordingly, I was trying to create such an index in our development environment. I used SQL Developer to edit the table, and attempted to create a bitmap index using the advanced screen from the index edit screen. I changed the partition type to "Local" from "None" using the radio button. When I attempt to save this change, I get an error message "A bitmap index cannot have a global partition". This happens whether or not I have assigned storage for the partitions. The index partition names are the ones used successfully for the existing B-tree indexes. I can create the SQL for the index creation by hand, but it would be simpler and easier to maintain if I could use SQL Developer.
    Any help on this issue would be appreciated.
    Vin Steele

    There is a radio button for index type in the New Index... dialog and in the index section of the edit table dialog.
    Which version of SQL Developer are you using?

  • Java files open in SQL Developer instead of JDeveloper

    JDEV 10.1.3
    Windows XP
    When I double click a java file, it opens in SQL Developer instead of JDeveloper.
    When I right click a java file, and select 'Open With'->jdeveloper, the java file always opens in SQL Developer instead of JDeveloper.
    I've tried browsing and choosing all the different executables: jdevw.exe, jdev.exe, jdeveloper.exe. No luck on any of them.
    Any help here? Thanks!

    Thanks, but that didn't work. I noticed that the "open" action for java file extension is, in fact, set to use the jdeveloper.exe (I also tried jdev.exe and jdevW.exe).
    Note: even if I run the jdeveloper.exe on the command line, with a java file as the argument, the java file still opens in SQL Developer, if it is running. (Otherwise it uses JDeveloper)
    It's as if JDeveloper and SQL Developer are somehow coupled in the opening of files.

  • Oracle SQL Developer does not browse Sybase's objects

    I had installed and configured jtds-1.2.5.jar in Oracle SQL Developer for Sysbase connection. Oracle SQL Developer does not browse any objects. Why? Can you please provide a solution?

    Hi,
    Can you provide some more information into what you are experiencing.
    What version of SQL Developer are you using?
    Did you install the jtds jar under the
    Tools > Preferences > Database > Third Party JDBC Driver
    Is the Sybase tab available in the new connection dialog?
    Did you select the default database in the connection dialog?
    Can you run a query against the Sybase database from the SQL Developer worksheet?
    Note that JTDS 1.2 is the only supported version. There maybe issues with other versions.
    Regards,
    Dermot.
    SQL Developer Team

  • How to connect as different user in SQL Plus Worksheet in SQL Developer

    This is driving me nuts! I have a script with different "CONNECT" commands to different schemas. What is the right synatx when using SQL Worksheet in SQL Developer when connecting to a different user? Greatly appreciate help on this. Thanks!

    Which version of SQL Developer are you using? What syntax are you using?
    Using SQL Developer 2.1.0.63.73, running selected statements as a script, I could get connect to work fine with the following examples:
    connect
    select user, global_name from global_name;
    connect;
    select user, global_name from global_name;
    connect user/password@tnsalias
    select user, global_name from global_name;
    connect user/password@tnsalias;
    select user, global_name from global_name;Unfortunately, even though the connect on it's own prompts for user, password and tns alias (and says a blank tns alias is the current connection), the following don't work:
    connect user/password
    select user, global_name from global_name;
    connect user/password;
    select user, global_name from global_name;Also note that the connection performed by this only exists while the script is being executed - only the script stops/ends the connection is disconnected.
    theFurryOne

  • SQL Developer vs Oracle Administration Assistant for Windows

    I'm new to oracle and have logged into the oracle sql developer with a very low privileged user account. I see other users defined, but when I login to the server and open the oracle administration assistant, I don't see any users. The account I'm logging in under is the account the server is using to run oracle. Is there a reason I can't see these other users on the server?
    Thanks

    The users you are seeing in SQL Developer are authenticated by the database and not Windows; therefore, they are not External OS Users so they won't show up in that list. An external user (i.e. one authenticated by Windows) would need to be created in order to be visible on that list.
    If you want to confirm the type of authentication used, you can execute the following query as a user with the ability to query the dba_users view:
    select     username,
               authentication_type
    from       dba_users
    order by   username;Here's a snippet of the output on my local system:
    USERNAME                       AUTHENTICATION_TYPE
    OE                             PASSWORD
    OLAPSYS                        PASSWORD
    OPS$LIVERPOOL\MARKWILL         EXTERNAL
    ORACLE_OCM                     PASSWORD
    ORADEMO                        PASSWORDThe users with PASSWORD authentication are authenticated by the database and the user (OPS$LIVERPOOL\MARKWILL) with EXTERNAL is authenticated by Windows. That user shows up in the list in the Administration Assistant as expected.
    Hopefully that makes a bit more sense now.

  • Reconnecting in SQL Developer issue

    Every time there is a change in my computers connection (unplugging from dock and connecting to wifi and vice versa, putting computer to sleep and wake up again, etc.) the schema connections in the Oracle SQL Developer are lost.
    1. I can choose to reconnect so I can execute queries but if I try to open tables/view/etc. I get a connection error.
    2. I can then disconnect and connect again to reset the connection and everything works fine.
    This can become quite annoying after a while. I have seen older posts about the same/similar problem. Am I right to assume that this is a problem that has yet to be addressed or are there some hidden options in SQL Developer (v3.1.07) that I don't know about? I have tried the ALT + F10 method, but I'm looking for a solution, not a workaround :)
    Regards,
    Gunnar

    Gunnar.Osk wrote:
    Every time there is a change in my computers connection (unplugging from dock and connecting to wifi and vice versa, putting computer to sleep and wake up again, etc.) the schema connections in the Oracle SQL Developer are lost.
    1. I can choose to reconnect so I can execute queries but if I try to open tables/view/etc. I get a connection error.
    2. I can then disconnect and connect again to reset the connection and everything works fine.
    This can become quite annoying after a while. I have seen older posts about the same/similar problem. Am I right to assume that this is a problem that has yet to be addressed or are there some hidden options in SQL Developer (v3.1.07) that I don't know about? I have tried the ALT + F10 method, but I'm looking for a solution, not a workaround :)
    Regards,
    Gunnaran actual error message (ORA-nnnn) would be helpful.

  • SQL Developer tool sometimes does not display data with date type

    run the following query using the sql developer tool -
    select effective_date from table1 where id = 123;
    (the effective_date is stored in the database as date.)
    one record is returned with no date in the filed.
    However, if I change the query to
    select to_char(effective_date, 'mm/dd/yyyy') from table1 where id = 123;
    one record is returned with effective date.
    Why?
    Thanks for your help.

    First off, there is a dedicated SQL Developer forum where lots of the developers hang out. Those folks are way more knowledgable that we are about the tool.
    That said, I have no problem displaying dates. Do you just have a problem with this particular query/ field/ table? Or does it affect all dates? What version of SQL Developer are you using? 1.1 is out now.
    Justin

Maybe you are looking for