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

Similar Messages

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

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

  • What  are the advantages over sql in pl/sql...can you please answer this?

    Hi,
    what are the main differences between sql and pl/sql...why v are using pl/sql rather then sql...can you please answer this question?

    SQL is used to access the database. PL/SQL is a programming language where SQL is seamlessly integrated. In order to access the database in PL/SQL, you have to use SQL.
    Think of it as two pieces of software, two "engines". If you want to interact with the database, then performance wise it's best to use only one engine (SQL only), instead of two (PL/SQL and SQL). If a PL/SQL program executes a SQL statement, it does a "context switch", i.e. saving its state in PL/SQL before giving control to the SQL engine and vice versa. This is quite fast, but do a lot of them and it is slow, so beware of programming SQL statements inside loops.
    Another way to put it: SQL is a fourth generation language (4GL) where you tell what you want, not how. The software, the optimizer, will decide for you how to process the statement. PL/SQL is a third generation language (3GL), or at least the PL-part is, where you describe how things should be processed. Leading to more code and more control. With every Oracle release, SQL becomes more powerful and the optimizer gets better, so using SQL is increasingly important.
    For complex processing, using PL/SQL is still necessary. But use it with care.
    Hope this helps.
    Regards,
    Rob.

  • What is the role of a pl/sql programmer ?

    Hi
    I am new to oracle.i want to know what is the role of pl/sql programmer in a software development environment? what kind of backend work he/she has to do in a project?
    plz reply.
    thanx.

    I've always found beer, pizza, chocolate and cakes are things that help maintain positive relationships with DBA's! *{;-) (or at least, the lead pipe is not obviously present...)                                                                                                                                                                                                                                                                                                                                                                   

  • What is the best way to match back 3rd party vendor data to our SQL Server Database?

    So we have this 3rd party data that we need to match back to our database. We have determined that the "ID" column that the 3rd party is sending us back data is a concatenated key of our member's SSN, Gender, and CCYYMMDD Birthdate. In 90% of the
    cases, we can match back on this. However, the other 10% we have to try a couple of different ways...using our Member #, using what is called a HFCA #.
    We are talking about 10s and 20s of data here...NOT thousands.
    What is the best way to handle this via SSIS? A SQL Server Stored Procedure to cursor through the 3rd party data or multiple INSERT-SELECT statements trying to marry back the data? My thought process was to cursor through each record, try and match on our
    90% match, and then determine if we have a match or not, and then if we do not, then try our other means. Should I SELECT 1 to see which matching criteria to go with? So in other words, for the first match...
    IF EXISTS(SELECT 1 FROM TableName WHERE ColumnName1 = .....) BEGIN....ELSE...Blah Blah Blah
    or simply continue doing INSERT-SELECTS...
    I guess I am asking about the efficiency of using a cursor within a SQL Server Stored Procedure here.
    Thanks for your review and am hopeful for a reply.

    You are asking a SSIS question but posted in tsql - which is it?  But before you go further, which matching logic should have priority?  Member # or the SSN/gender/birthdate? Note that the priority does not depend on matching success percentage. 
    In other words, you may prefer to match on member # first (even though it has a lower success ratio but a higher confidence ratio), followed by ssn..., followed by whatever. 
    In any case, this sounds much more like a SSIS logic issue.  Your questions regarding cursors and stored procedures seem premature at this point. OTOH it may depend on what you are actually trying to accomplish.  

Maybe you are looking for

  • My ipod says "connect to your computer. use itunes to restore."

    My ipod says "connect to your computer. use itunes to restore." So I plug it into the computer and itunes says it needs to restore, so I click restore, everything seems to go fine, and it says the ipod needs to restart, it does, has a lil progress ba

  • Lightroom,Nik plugins and color spaces

    I'm having an issue and not sure who is holding the smoking gun.  I have the Nik ultimate collection installed which covers Lightroom and Photoshop CS5 extended. I work primarily in Lightroom and apply most corrections globally but occasionally i nee

  • How To Record All Keyboard keys

    Hi, Plz help me to know how to program a java application which can record all the keys which pressed and user dont find out that its recording his keys for example when he is typing a text

  • Erratic tab page change

    Hi, I have 2 tab pages. When i navigate from the first page to the second, and then click on one of the 2 checkboxes, or the button, it flicks me back to the first tab page. This doesn't happen with any other items on the page. I can click on a text

  • General E72 Support needed

    Hi, I have just purchased my new E72 and configured most things OK however there are a few queries I have as follows: Ovi navigation seems to take a longer route even though I have selected shortest in the configuration settings. How can I get the gu