About 17,000,000 results
Open links in new tab
  1. How to generate an entity-relationship (ER) diagram using Oracle SQL ...

    Jul 5, 2011 · I want to use Oracle SQL Developer to generate an ER diagram for my DB tables but I am new to Oracle and this tool. What is the process for creating an ER diagram in SQL Developer?

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

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

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

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

  5. themes - How do I change the background color of the Query Result ...

    Overall I would like to have a dark theme for Oracle SQL Developer. I know that I can go to the menu item Window/Preferences, Code Editor/PL/SQL Syntax Colors and select the "Twilight" Scheme and …

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

  7. Changing password with Oracle SQL Developer - Stack Overflow

    Jul 25, 2018 · Create a connection to the database in SQL Developer 4.1.0.17 with an alternative administrative user Expand the "Other Users" section once connected, and right-click the user whose …

  8. 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 Oracle_14. …

  9. Generating sql insert into for Oracle - Stack Overflow

    Jan 9, 2014 · You can also use MyGeneration (free tool) to write your own sql generated scripts. There is a "insert into" script for SQL Server included in MyGeneration, which can be easily changed to run …

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