Global web icon
stackoverflow.com
https://stackoverflow.com/questions/70143114/how-t…
How to enable DBMS_OUTPUT in SQL Developer? [duplicate]
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 View > DBMS_OUTPUT. Then you have to enable it by pressing the green "+" symbol in the dbms_output pane.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/35575049/sql-d…
SQL Developer - Auto Formatting option - Stack Overflow
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 Formatter section. The top level lets you import and export settings, and the Oracle Formatting section lets you choose how you want your code to be formatted. You can have multiple profiles with their own specific formatting ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/14830875/find-…
Find out the history of SQL queries - Stack Overflow
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 exact problematic SQL ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/47928570/where…
Where to find tnsnames.ora in SQL Developer? - Stack Overflow
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 directory, it allows SQuirreL SQL to locate and use the connection details defined in that file for establishing database connections.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/64467263/how-d…
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 the SQL Worksheet window will look as expected.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/24559009/how-t…
How to filter a column in Oracle Sql Developer - Stack Overflow
How to filter a column in Oracle Sql Developer Asked 11 years, 5 months ago Modified 9 years, 3 months ago Viewed 92k times
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/1143728/how-ca…
How can I find which tables reference a given table in Oracle SQL ...
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), and I can view the dependencies to see what packages and such reference the table.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/18680321/creat…
Creating a new database and new connection in Oracle SQL Developer
Another version from May 2011: Getting Started with Oracle SQL Developer For more info check this related question: How to create a new database after initally installing oracle database 11g Express Edition?
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/17407950/how-d…
How do I change the default schema in sql developer?
I don't see any tables in the tables section of a database that I've linked to w/ SQL developer. The DB admin says I need to change the default schema in SQL developer. How do I do that?
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/2019230/use-tn…
Use tnsnames.ora in Oracle SQL Developer - Stack Overflow
Oracle SQL Developer Soars mentions, that if you have Oracle client software and a tnsnames.ora file already installed on your machine, Oracle SQL Developer will automatically populate the Connections navigator from the net service names defined in tnsnames.ora.