About 1,160,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. Find out the history of SQL queries - Stack Overflow

    Feb 12, 2013 · An update SQL query was executed on the server, which caused many problems later. How can I get the list of update queries executed in last 2 months, so that I can trace the …

  3. 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 …

  4. 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 …

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

    Aug 29, 2016 · I want to insert special character & in my insert statement. My insert is: INSERT INTO STUDENT(name, class_id) VALUES ('Samantha', 'Java_22 & Oracle_14'); If I try to run …

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

    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 temporary table is temporary.

  7. How to view SQL table structure in Oracle SQL developer

    Nov 22, 2019 · 2 I am connecting to Microsoft SQL Server using Oracle SQL Developer. Describe table-name is not giving me any results. Can anyone please help me out with the right …

  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. How do I change the default schema in sql developer?

    13 This will not change the default schema in Oracle Sql Developer but I wanted to point out that it is easy to quickly view another user schema, right click the Database Connection: Select the …

  10. How can I find which tables reference a given table in Oracle SQL ...

    Jul 17, 2009 · In Oracle SQL Developer, if I'm viewing the information on a table, I can view the constraints, which let me see the foreign keys (and thus which tables are referenced by this …