About 3,010,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 SQL …

  2. 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 using …

  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 SPACE 0 …

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

  5. Oracle SQL Developer: Unable to find a JVM - Stack Overflow

    Mar 20, 2014 · Oracle SQL developer is NOT support on 64 bits JDK. To solve it, install a 32 bits / x86 JDK and update your SQL developer config file, so that it points to the 32 bits JDK.

  6. SQL Developer with JDK (64 bit) cannot find JVM - Stack Overflow

    Jul 2, 2015 · 44 I just wasted one morning trying to get SQL developer to work on my current setup: OS: Windows 8.1 virtual machine running on mac via Parallels. No oracle client or instant client installed …

  7. Where to find tnsnames.ora in SQL Developer? - Stack Overflow

    Dec 21, 2017 · 1 When using SQuirreL SQL, it is common to configure the connection details, including the service name, in the "tnsnames.ora" file. By placing the "tnsnames.ora" file within the project …

  8. Oracle SQL Developer - tables cannot be seen - Stack Overflow

    Jan 24, 2013 · I was using SQL Developer 1.1. I have recently upgraded to SQL Developer 3. After the upgrade, I noticed that some of my connections do not show their tables. I can do a select on the …

  9. 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 table), …

  10. 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 demonstration is to …