About 1,130,000 results
Open links in new tab
  1. SQL Developer - Auto Formatting option - Stack Overflow

    Feb 23, 2016 · From the Tools menu (or on OS X, the SQL Developer menu) go to Preferences. In versions up to 4.1.5, in the preference pane expand the Database section, and then the …

  2. How to declare variable and use it in the same Oracle SQL script ...

    The question is about to use a variable in a script means to me it will be used in SQL*Plus. The problem is you missed the quotes and Oracle can not parse the value to number.

  3. Oracle SQL Developer spool output? - Stack Overflow

    May 24, 2013 · I am using Oracle SQL Developer 2.1.1.64 to spool the results of a query to a text file Here is what I am running to call the quesry and spool the results SET NEWPAGE 0 SET …

  4. sql - How to enter special characters like "&" in oracle database ...

    Aug 29, 2016 · INSERT INTO STUDENT(name, class_id) VALUES ('Samantha', 'Java_22 & Oracle_14'); If I try to run this query I am getting a popup and it asks me to enter value for …

  5. In Oracle SQL Devleoper, when I copy the results, how can I copy …

    Oct 16, 2012 · In Oracle SQL Devleoper, when I copy the results, how can I copy the column headings too? For example, I don't want: doucette matthew xona.com etc. I want: lastname …

  6. How to enable DBMS_OUTPUT in SQL Developer? [duplicate]

    Nov 28, 2021 · From the screenshot it seems you are using SQL Developer, which has a slightly complicated way of displaying dbms_output. First you have to show the dbms_output pane …

  7. sql - Search All Fields In All Tables For A Specific Value (Oracle ...

    Oct 16, 2008 · 10 I know this is an old topic. But I see a comment to the question asking if it could be done in SQL rather than using PL/SQL. So thought to post a solution. The below …

  8. How can I set a custom date time format in Oracle SQL Developer ...

    Nov 15, 2011 · By default, Oracle SQL developer displays date values as 15-NOV-11. I would like to see the time part (hour/minute/second) by default. Is there a way to configure this within …

  9. oracle sqldeveloper - SQL Developer won't show the connections …

    Jan 17, 2017 · 3.)Now delete the main sqldeveloper folder containing the actual SQL developer application files.This would be located wherever you initially unzipped the SQLDeveloper …

  10. sql - How do you create a temporary table in an Oracle database ...

    Yep, Oracle has temporary tables. Here is a link to an AskTom article describing them and here is the official oracle CREATE TABLE documentation. However, in Oracle, only the data in a …