Top "Oracle-sqldeveloper" questions

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

How do you connect to a MySQL database using Oracle SQL Developer?

I have Oracle SQL Developer already installed and am able to connect to and query Oracle databases. Using Help -&…

mysql oracle oracle-sqldeveloper
Creating a new database and new connection in Oracle SQL Developer

I've installed SQL Developer on my system. No connections are being shown in my system yet. How do I create …

sql oracle database-connection oracle-sqldeveloper
Explicitly set column value to null SQL Developer

I am new to Oracle DB and I am using Oracle SQL Developer (Ver 3.0.02) to query the DB. I wanted …

oracle null oracle11g oracle-sqldeveloper plsqldeveloper
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 …

oracle oracle-sqldeveloper
How can I change the language (to english) in Oracle SQL Developer?

I am running a non-english Windows 7 system, and apparently Oracle SQL Developer (version 3.0.04.34, 64-bit) tries to auto-guess my preferred language …

configuration oracle-sqldeveloper
How to increase buffer size in Oracle SQL Developer to view all records?

How to increase buffer size in Oracle SQL Developer to view all records (there seems to be a certain limit …

sql oracle oracle11g oracle-sqldeveloper
how to set auto increment column with sql developer

How do I set a column to increment automatically with Oracle SQL Developer? Why is the form disabled? Note: The …

database oracle oracle-sqldeveloper
Spool Command: Do not output SQL statement to file

I am wanting to output a Query to a CSV file and am using the below as a small test; …

oracle oracle-sqldeveloper
Oracle SQL Developer - tables cannot be seen

I was using SQL Developer 1.1. I have recently upgraded to SQL Developer 3. After the upgrade, I noticed that some of …

sql oracle oracle-sqldeveloper
Understanding the results of Execute Explain Plan in Oracle SQL Developer

I'm trying to optimize a query but don't quite understand some of the information returned from Explain Plan. Can anyone …

oracle oracle-sqldeveloper sql-execution-plan