What is the gray hilight in SQL Worksheet?

I write various SQL Statements on the worksheet, hilight the portion I want to execute and either run it by hitting F5 ot F9.
After execution, SQL Developer hilight a portion of text in gray. What is the criteria to hilight something in gray? So far I don't see any logic, sometimes, the gray hilight disappears, sometime it hilight half of a SQL statement, sometimes the hilight is placed on a section of code which has nothing to do with the real section being executed.
I have trouble understanding the idea behind this gray hilight and I would like to turn it off. Can you please show me how to do this?
Thanks in advance.

This is the 'Current SQL' highlight and it should cover the statement you just executed (with f9). With f5 it moves within the script as the execution point moves.
It always misses out the last line, but I've never seen it covering random parts of a statement.
I don't think you can get rid of it entirely, but you can make it more transparent by setting its background to white (or whatever your worksheet background is, and the foreground to transparent.
Go to Tools | Preferences | Code Editor | Syntax Colors and select Current Sql in the Available Styles box and experiment with the colours.

Similar Messages

  • Neo2: What is the gray noisy tunning ventilator on the mb ?

    Hey users,
    - What is the gray noisy tunning ventilator on the mb* ? -
    Alright, I have already described it and identified as a ventilator & tunning thing but what is it for ?
    Is it a cooling ventilator for a Chip-set ? Which chip-set ?
    My goal in asking these informations is I would like to change it with a less noisy ventilator without tunning.
    What is the specification of this gray box ? What will I have to ask as ventilator to replace this one ?
    Picture of the motherboard with the noisy tunning ventilator
    Otherwise, the MB is rather good ! ( neo2 Fis2-R )
    The bios is not updated and I have done none overclocking.
    It works well. I regret this damn ventilator, which I thought useless.
    It seems it is not so I am checking if I could change it. -
    My rate 8/10 for MSi Motherboard Neo2 Fis2-R.
    Sincerely,
    ElManu.
    * mb: motherboard

    Hey Everybody,
    Hey Maesus,
    (main worry)
    so you are saying that I could unplug the NBFAN1 ( GND, 12V, Sensor ) which
    is a fan power connector ?
    Wouldn't it be dangereous to do that for the Chip-set which won't be cooled anymore ? If there is no more power, there is no more cooling, isn't it ?
    (main question)
    Finally, would it be possible to change it to a fan which support the sensor ?
    Which brand do you advice me if so ?
    Thank you for your answers !
    Sincerely,
    ElManu.
    PS: I remind that I would like to change it because it is too noisy and my goal is to check how important it is and what are the specification of this in the way to be able to change it.
    It is a cooling lights ventilator which is set on the Chip-set NorthBridge.
    That is what I know now.

  • What is the gray triangle with the exclamation mark?

    Samsung G4.  In text messages, what does the gray triangle with the exclamation mark mean?

    1. Displays when external SD card has been improperly removed or unexpectedly.
    2. Displays to alert you to disable active WiFi direct connection if not in use to conserve power.
    3. Displays when there is a system error or alert.
    Those are the three reasons I found,  It's probably #3.

  • What is the gray horizontal line under the times in the timeline?

    What is the gray horizontal line right under the times across the top of the timeline? It has a little orange beginning and ending tab.

    That is the Work Area Bar.
    Unfortunately the search option in the Help is broken (again).
    Most people (I think) have turned it off.
    But for instance you can drag the bar over an area you want to preview.

  • What is the latest version of SQL Server which ColdFusion 7 supports?

    What is the latest version of SQL Server which ColdFusion 7 supports? For example can Cold Fusion 7 connect to SQL Server 2012 or 2008 without any problem? Thanks

    First things first, I would advise you to apply the upgrades, if you haven't yet done so. I remember Coldfusion MX7 to be quite buggy. We could not wait to apply the upgrades and hotfixes. Version MX7.0.2 turned out to be the lasting upgrade. We used MySQL, however, not SQL Server.
    You can get the information you want from Adobe Support. But you can think it through yourself. The way I think about it is as follows.
    Coldfusion is an application that includes database functionality. I may therefore assume that Coldusion would be backwardly compatible in its support of database server versions. In other words, a new version of Coldfusion, say 9 or 10, would work with an older database server like SQL Server 2005.
    However, I would not expect a previous version of Coldfusion, say MX7, to be compatible with newer database server versions like SQL Server 2008 and SQL Server 2012. Even if someone told me they were compatible, I would still expect such a set-up to be an accident waiting to happen.

  • What is the "continue" char in SQL?

    If I'm writing a big like of code in SQL*Plus what is the char that I should use to break the line physically but not logically?
    Thanks.
    PB

    Single hyphen.
    (I would post an example but the forum software can't handle it...)
    btw the SQL*Plus manual is here:
    Contents
    Index
    "Continuing a long SQL*Plus command" is the fourth entry in the index, so I'm a little surprised you missed it when you looked.
    Edited by: William Robertson on May 21, 2011 8:49 AM

  • What is the "reconfiguration event" on SQL AZURE ?

    Hi!
    Today i check the event log on my SQL AZURE database.
    I find a "reconfiguration event" on my logs .
    What this event means ? (i havent change the type and the size of the database server)

    Hello,
    Sorry for delay. According to the BOL
    Inside Windows Azure SQL Database:
    The process of replacing failed replicas is called reconfiguration. Reconfiguration can be required due to failed hardware or to an operating system crash, or to a problem with the instance of SQL Server running on the node in the data center. Reconfiguration
    can also be necessary when an upgrade is performed, whether for the operating system, for SQL Server, or for SQL Database.
    Hope it helps.
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • What's the requirments to connect SQL server ?

    Hi everybody
    We are the bignners need help here we need the details about how to setup every single point to start programming with J2EE
    1- What I should install on my computer ?
    for examples I have NetBeans IDE I want connect it with SQL server or MS access so what's the software I need and
    - what's the JDBC ?
    alot of question any way we need your help this answer will help all beginners now and in the futuer.
    thanks
    Message was edited by:
    programmer.alyaseen

    what is the requirement to connecty sql server with Netbeans IDE 5.5
    and what is the procedure

  • What is the difference between Execute SQL Task and OLE DB Command

    Besides the obvious, Execute SQL Task being used in Control Flow, and
    OLE DB Command being used in Data Flow what is the difference between the two? Is one supposed to use
    Execute SQL Task to produce a result set that then gets handed over to
    Data Flow and OLE DB Command ? Everything that I have seen on
    OLE DB Command is pretty much execution of a Stored Procedure with ? parameters. It seems as though I got to a point where I had to perform my data edits pretty much entirely in a Stored Procedure executed by
    OLE DB Command rather than trying to use the SSIS GUI for everything. I didn't really see in any of my Google searches out there that simply used
    OLE DB Command as a straight parameterized SQL against tables for editing and cleansing purposes and handling returns back from SQL Server for COUNT(*), etc..
    I know I have posted multiple forums out there regarding this issue but I cannot seem to get a straight answer and some solid direction. So for now, my
    Execute SQL Task gives me my editable result set and then control is handed off to
    Data Flow and ultimately to my Stored Procedure executed by an
    OLE DB Command  which pretty much does the chunking for me and performs my data edits and handles my record anomalies through SQL Server Table data stores accordingly or sets flags accordingly if the data passes.
    I welcome your thoughts and Thanks for your review and Thanks in advance for any replies and direction that anyone might provide.
     

    Hi ITBobbyP,
    OLE DB Command will always process data row by row, whereas Execute SQL task if you call a Stored Procedure it can process data in bulk. As you said, the biggest difference is that Execute SQL Task being used in Control Flow, and OLE DB Command being
    used in Data Flow. They are used in different places.
    Using Execute SQL Task, we can save the rowset returned from a query into a variable. The Execute SQL task can be used in combination with the Foreach Loop and For Loop containers to run multiple SQL statements. These containers implement repeating control
    flows in a package and they can run the Execute SQL task repeatedly. For example, using the Foreach Loop container, a package can enumerate files in a folder and run an Execute SQL task repeatedly to execute the SQL statement stored in each file. I think this
    is a big advantage for Execute SQL Task.
    As to OLE DB Command, we can easily run an SQL statement for each row transformation in a data flow, then directly insert the outputs to a destination.
    To sum up, there are many difference between those two components. We should make better choice based on our actual requirement.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • What is the validity of Oracle SQL 1ZO-007 certification?

    Hi,
    I have done Oracle SQL 1ZO-007 certification in May 2006. However, I could not write the next level, PL/SQL 1ZO-047. Now I am planning to write it.
    My doubt is whether my SQL certification is till valid so that upon clearing 1ZO-047 I can get OCA.
    Also, is there an alternate way of getting developer's path OCA.
    Please clarify.
    Thanks,
    Natraj

    Don't worry. Its valid for ever
    And please post your Certification related questions in Certification topic. May be there you can find more information
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com

  • What is the auxiliary constructs in sql

    I need some help to know what's the auxiliary constructs, and examples in the auxiliary constructs

    Like everyone else, I am a bit puzzelled by "auxiliary constructs", but since, as michaels and Dave demonstrated, the update can be done in a single statement, I would guess that perhaps the:
    UPDATE Is_member
    SET Organization= 'EU11'
    WHERE Organization= 'NATO';query is an auxiliary construct, and perhaps even the query:
    UPDATE Is_member
    SET Organization= 'EU'
    WHERE Organization= 'EU11'; On the other hand, another method with a real construct (not sure if it is auxiliary or not) would be something like:
    CREATE TABLE member_temp AS
    SELECT * FROM is_member WHERE 1=2;
    INSERT INTO member_temp
    SELECT 'NATO' FROM is_member
    WHERE organization = 'EU';
    INSERT INTO member_temp
    SELECT 'EU' FROM is_member
    WHERE organization = 'NATO';
    TRUNCATE TABLE is_member;
    INSERT INTO is_member
    SELECT * FROM member_temp;but that is a really bad way to do it.
    Cheers
    John

  • What is the rule about installing SQL server 2000

    I'm a bit confused if which of the two is the best that i can  do:
    1. install MS SQL 2000 to R/3 Apllication Box per box
    or
    2. install MS SQL 2000 in 1 box and link the r/3 Applications form it?
    im using SAP 4.6.c. I dont know what should i do... is it REALLY required that the MSSQL 2000 be installed per box (DEV, PRD, DB, etc.)?

    Hi Michael,
    it is possible to have just one DB server with different DBs (DEV, QAS, PRD) on it. You have to decide if you install your DBs in one instance of SQL Server or if you install named instances - e.g. one instance for DEV, one instance for QAS and so on. If you have all DBs in one instance they all share the same ressources like processors, buffers etc. That means that your possibilities to tune such a system are limited. Also if you have to stop the instance (e.g. for Support Packages or patches) all SAP Systems are not available. 
    On a box with named instances you can distribute the server ressources among those instances. For example the DEV instance gets 512 MB of RAM and may use 2 processors. The PRD instance gets 2 GB of RAM and may use 6 processors. You can stop and patch each instance individually.
    But if I understand your post correctly you work in an 32 Bit environment. In such a case I would never recommend putting PRD with DEV and QAS on one database server. For DEV and QAS a Cental System (SQL Server and SAP on the same server) is usually the right choice. For production you might want to install the Database Instance on a separate server and the Central Instance on a separate server. For scalability reasons you can then add as many Dialog Instances as necessary.
    But always keep in mind, you only have ONE Database Instance per SAP system! You can install many Dialog Instances connected to that Database Instance. That means your database is the 'heart' of you SAP system and should be treated that way.
    Regards,
    Sven

  • What is the latest version of sql server has been supported by forms 6i (patch 2)

    I am trying to connect to sql server 2000 from forms 6i (patch
    2) using sql odbc drivers version msql odbc-03.80.0194 with
    oracle open client adapter version 6.0.5.29.0
    by using the following command at command prompt
    plus80 <username>/<password>@odbc:sqlserver
    But while connecting it gives following error:
    SQL*Plus: Release 8.0.6.0.0 - Production on Tue Oct 24 17:36:56
    2000
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ORA-00022: invalid session id; access denied
    ORA-00022: invalid session id; access denied
    ORA-00022: invalid session id; access denied
    Error accessing PRODUCT_USER_PROFILE
    Warning: Product user profile information not loaded!
    You may need to run PUPBLD.SQL as SYSTEM
    Server not available or version too low for this feature
    ORA-00022: invalid session id; access denied
    Connected to:
    Oracle Open Client Adapter for ODBC 6.0.5.29.0
    Microsoft SQL Server 08.00.0194
    anybody please suggest any solution for this.
    Thanks in advance
    yogesh

    refresh

  • What is Database clone? what are the ways in MS SQL Server?

    No ,I am looking for Database cloning. Is there any feature in sqlserver like this.
    Bz someone ask me that What is Database cloning in Sqlserver.

    No ,I am looking for Database cloning. Is there any feature in sqlserver like this.
    Bz someone ask me that What is Database cloning in Sqlserver.
    No there is no feature exactly to clone a database.Or a command or GUI for *cloning* specifically.
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • What is the equivalant to t-sql  integer in oracle?

    I have heard that oracle doesn't have a "integer" value for table structures.
    It took all my integer fields and made them Number(10,0).
    When my program runs it compares the result to an integer and fails.. If I look at the value it says "1d" which I assume to mean 1 decimal datatype.
    I need to return an integer datatype. Do i need to change all the Number(10,0) to Number(10) or something else?

    number (10,0) is an integer type. How are you comparing numbers? I suspect a client conversion problem.
    By the way, this forum is specifically for the SQL Developer tool. You might get more responses in the 'SQL and PL/SQL' forum.

Maybe you are looking for

  • Struggling with the Submit Form

    My incomplete site has three links which don't seem to work at all. Unsurprisingly they are all the same file type and I don't have the slightest clue on how to fix it! http://www.expertpcguides.com/contact-us.html I have supplied the coding for one

  • Video problem with MSI 880G-E45 board

    Does anyone know if the onboard video is automatically disabled by installation of a PCI-e x16 video card on this motherboard? I want to run two monitors and I cannot figure out how to keep the onboard vga active when I have a video card in the PCI-e

  • JScrollPane Scroll Position

    Tried posting this in the newbie section with no luck.... I created a class extending a JScrollPane that encompasses a JTextPane. The method below appends some text to the current JTextPane with a certain color (this part works fine). What I am also

  • Italian DigSig Plugin Windows ALL-USERS Installer

    Hi all. I need to distribute Acrobat Reader Italian DigSig Plugin over a Corporate Site. The plugin is provided at the following url : http://www.adobe.com/it/security/italiandigsig.html. According to our Corporate Software Distribution Policy we hav

  • Putting music onto the z

    I have a creative zen vision M that I got for christmas, and there are some songs it refuses to put onto the player. no error message comes up, it just won't do it. there doesn't appear to be anything different about these songs - they are in the sam