Top "Oracle-sqldeveloper" questions

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

How can I find which tables reference a given table in Oracle SQL Developer?

In Oracle SQL Developer, if I'm viewing the information on a table, I can view the constraints, which let me …

sql oracle foreign-keys oracle-sqldeveloper
How to redirect the output of DBMS_OUTPUT.PUT_LINE to a file?

I need to debug in pl/sql to figure times of procedures, I want to use: SELECT systimestamp FROM dual …

oracle plsql oracle-sqldeveloper dbms-output
Oracle SQL escape character (for a '&')

While attempting to execute SQL insert statements using Oracle SQL Developer I keep generating an "Enter substitution value" prompt: insert …

sql oracle escaping oracle-sqldeveloper
How to enter special characters like "&" in oracle database?

I want to insert special character & in my insert statement. My insert is: INSERT INTO STUDENT(name, class_id) …

sql database oracle oracle-sqldeveloper
Printing the value of a variable in SQL Developer

I wanted to print the value of a particular variable which is inside an anonymous block. I am using Oracle …

oracle plsql oracle-sqldeveloper
SQL Developer is returning only the date, not the time. How do I fix this?

Here's what SQL Develoepr is giving me, both in the results window and when I export: CREATION_TIME ------------------- 27-SEP-12 27…

date datetime time oracle-sqldeveloper
How to Query Database Name in Oracle SQL Developer?

How do I query the database name in Oracle SQL Developer? I have tried the following and they all fail: …

sql oracle oracle-sqldeveloper
Oracle TNS names not showing when adding new connection to SQL Developer

I'm trying to connect to an oracle database with SQL Developer. I've installed the .Net oracle drivers and placed the …

database oracle oracle-sqldeveloper tnsnames tns
SQL Developer with JDK (64 bit) cannot find JVM

I just wasted one morning trying to get SQL developer to work on my current setup: OS: Windows 8.1 virtual machine …

java windows-8.1 oracle-sqldeveloper
how to modify the size of a column

I created the table Test_Project2 in Oracle SQL Developer. After that I realized that the column proj_name is …

oracle oracle-sqldeveloper alter-table