About 52 results
Open links in new tab
  1. 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 …

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

  3. How to filter a column in Oracle Sql Developer - Stack Overflow

    Jul 3, 2014 · How to filter a column in Oracle Sql Developer Asked 11 years, 7 months ago Modified 9 years, 6 months ago Viewed 92k times

  4. How to fix Oracle SQL Developer - vendor code 17002?

    Oct 16, 2021 · Oracle SQL Developer is for working with Oracle databases, as I said before. It doesn't work with anything but Oracle databases, so yes - you have to install Oracle database …

  5. plsql - ORACLE SQL Developer Dark Mode - Stack Overflow

    Nov 22, 2021 · ORACLE SQL Developer Dark Mode Asked 4 years, 3 months ago Modified 1 year, 11 months ago Viewed 73k times

  6. How can I solve "Got minus one from a read call" in oracle sql ...

    When I run the sql developer and set the all data,click the connect but i get this error: Status : Failure -Test failed: IO Error: Got minus one from a read call I am beginner in Oracle. How can I...

  7. How to specify Java Home/JDK in Oracle SQL Developer?

    0 In the same folder, Roaming, delete all older SQL Developer folders. When you upgrade SQL Developer version, Java will first look in these folders.

  8. How to export large amount of data using sql developer - Oracle

    May 7, 2015 · 2-Or you can build in PL/SQL a procedure in UAT DB to export data to a file in CSV format and in DEV DB use oracle external tables to SELECT from that files. Be carefull about …

  9. If Else with Select statement in Oracle sql developer

    Dec 3, 2015 · In order to provide such functionality each database developer typically provides an additional language that includes variable declaration, loops, conditionals, etc. For Oracle this …

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

    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 tables …