Top "Oracle-sqldeveloper" questions

Oracle SQL Developer is a free and fully supported graphical tool for Oracle database development.

In Oracle SQL Devleoper, when I copy the results, how can I copy the column headings too?

In Oracle SQL Devleoper, when I copy the results, how can I copy the column headings too? For example, I …

sql oracle oracle-sqldeveloper
Drop all tables sql developer

I have tables that names start with "TBL_*", but I can not drop all of them by single command. how …

oracle oracle-sqldeveloper drop-table
Disable autocommit in SQL Developer when using MySQL

I'd like to connect to a MySQL server with Oracle SQL Developer, but with autocommit disabled. By default, all MySQL …

mysql oracle-sqldeveloper autocommit
SQL Developer "disconnected from the rest of the join graph"

I have the following SQL: select <misc things> from pluspbillline left outer join workorder on workorder.siteid=pluspbillline.…

sql db2 oracle-sqldeveloper
How to export clob field datas in oracle sql developer

How to export clob field data's in oracle sql developer. Currently clob field data's can't export in oracle sql developer.

oracle export oracle-sqldeveloper clob
Can't open View->DBA Menu in SQL Developer (Oracle 12C Standard Edition Installed)

I have installed Oracle 12C Standard Edition. Everything works fine there. I have also connected the Oracle SQL Developer Client 4.0. …

oracle oracle-sqldeveloper oracle12c
How to show comments of a column with desc operation

I want the desc table; operation to show the comments of the columns. I have seen that some people achieved …

oracle oracle-sqldeveloper
How to create a small and simple database using Oracle 11 g and SQL Developer?

How to create a small and simple database using Oracle 11 g and SQL Developer ? I am seeing too many errors …

oracle11g oracle-sqldeveloper
Get IP address of oracle client users

I need a query to get all IP's of client users that have already a session to the database, I …

oracle client oracle-sqldeveloper ip-address database-administration
Oracle SQLDeveloper on MacOS won't open after installation of correct Java

I downloaded the Oracle SQLDeveloper, but when I opened it, it said that it requires a minimum of Java 8 and …

java oracle macos java-8 oracle-sqldeveloper