Oracle SQL Developer is a free IDE (Integrated development environment) for working with SQL in Oracle databases. It is written in Java.
41
votes
2answers
10k views
SQL Developer multiple table view
In Oracle SQL Developer, one can list the data in a table using the Data tab when viewing a table. there where can add, delete, edit or just viewing records of table currently viewd
the problem is ...
37
votes
6answers
61k views
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 tnsnames.ora file at
C:\Oracle\product\11.1.0\client_1\Network\Admin
I'm using ...
37
votes
4answers
69k views
how to export query result to csv in Oracle SQL Developer?
I'm using Oracle SQL Developer 3.0. Trying to figure out how to export a query result to a text file (preferably CSV). Right clicking on the query results window doesn't give me any export options.
29
votes
6answers
75k views
Oracle pl-sql escape character (for a '&')
While attempting to execute SQL insert statements using Oracle SQL Developer I keep generating a "Enter substitution value" prompt:
Insert into AGREGADORES_AGREGADORES (IDAGREGADOR,NOMBRE,URL) values ...
23
votes
2answers
24k views
How to avoid variable substitution in Oracle SQL Developer with 'trinidad & tobago'
When I try to execute this statement in Oracle SQL Developer 2.1 a dialog box "Enter Substitution Variable" pops up asking for a replacement value for TOBAGO,
update t set country = 'Trinidad and ...
23
votes
6answers
52k views
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 see the foreign keys (and thus which tables are referenced by this table), and I can view ...
22
votes
4answers
37k views
Understanding the results of Execute Explain Plan in Oracle SQL Developer
I'm new to Oracle and to SQL Developer. I'm trying to optimize a query but don't quite understand some of the information returned from Explain Plan. Can anyone tell me the significance of the OPTIONS ...
21
votes
4answers
43k views
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 -> Check for Updates I was able to install the Oracle MySQL Browser extension but there ...
18
votes
4answers
59k views
How to export data with Oracle SQL Developer?
How to export Oracle DB data using SQL Developer? I need all data, tables, constraints, structure and so on.
16
votes
8answers
6k views
Does anybody know what encrypting technique is JDeveloper/SQL Developer using to persist credentials?
I'd be more than interesting for me to understand which technique is being used here to persist sensible data since I'm needing to implement a similar solution. Here's a sample connection ...
14
votes
5answers
90k views
Print text in Oracle SQL Developer SQL Worksheet window
I am using Oracle SQL (in SQLDeveloper, using the SQL Worksheet). I would like to print a statement before my select, such as
PRINT 'Querying Table1';
SELECT * from Table1;
What do I use to Print ...
13
votes
6answers
61k views
Run Stored Procedure in SQL Developer?
I am trying to run a stored procedure that has multiple in and out paramaters. The procedure can only be viewed in my Connections panel by navigating Other Users | | Packages | |
If I right click ...
12
votes
8answers
60k views
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 INTO time_db;
DBMS_OUTPUT.PUT_LINE('time before procedure ' || time_db);
but I don't understand ...
10
votes
7answers
24k views
insert if not exists oracle
I need to be able to run an Oracle query which goes to insert a number of rows, but it also checks to see if a primary key exists and if it does, then it skips that insert. Something like:
INSERT ...
10
votes
3answers
50k views
How to Execute SQL Server Stored Procedure in SQL Developer?
I've been given a user account to a SQL Server database that only has privileges to execute a stored procedure. I added the JTDS SQL Server JDBC jar file to SQL Developer and added it as a Third Party ...
10
votes
1answer
3k views
Best way/tool to get the results from an oracle package procedure
EDIT: Clarified the question
In MS SQL Server if I want to check the results from a Stored procedure I might execute the following in Management Studio.
--SQL SERVER WAY
exec sp_GetQuestions('OMG ...
9
votes
5answers
12k views
How can I keep Oracle SQL Developer from closing the DB connection?
Is there any way to keep Oracle SQL Developer from closing my DB connections, or to increase the timeout? Sometimes during a long-running query SQL Dev will just close the connection, leaving my query ...
9
votes
3answers
461 views
Querying mysql database with SQLDeveloper doesn't return correct values
I have a mysql database with a charset utf8 of all the tables.
I am using SQLDeveloper to access and query the database with the latest JConnector JDBC driver.
When executing a simple query such as ...
9
votes
1answer
619 views
XML Schema for Oracle SQL Developer Data Modeler
Oracle Data Modeler uses xml as file format to save models.
Has anybody a clue, whether there is a xml schema available that these files confirm to?
Thanks in advance!
8
votes
5answers
63k views
How can I use Oracle SQL developer to run stored procedures?
* EDIT6: * This is what ended up working for me (from accepted answer):
var ret1 number
var tran_cnt number
var msg_cnt number
var rc refcursor
exec :tran_cnt := 0
exec :msg_cnt := 123
exec ...
8
votes
1answer
6k views
How to generate entire DDL of an Oracle schema?
Can anyone tell me how I can generate the DDL for all tables, views, indexes, packages, procedures, functions, triggers, types, sequences, synonyms, grants, etc. inside an Oracle schema? Ideally, I ...
8
votes
3answers
9k views
How do I declare and use variables in PL/SQL like I do in T-SQL?
In Sql Server, often times when I'm testing the body of a stored procedure, I copy the body into SSMS, DECLARE the variables at the top of the page, set them to some sample values, and execute the ...
7
votes
2answers
130 views
How to create row in a table with the sum of 1 sql
I am trying to create table with division possibilities and i want that the sum of all the cells in one row will be 1.
For example:
0.1, 0.2, 0.3, 0.3, 0.1
7
votes
4answers
13k views
Oracle SQL Developer: how to view results from a ref cursor?
If I have a function which returns a reference cursor for a query, how can I view the result set of this in SQL Developer? Toad has a special tab for viewing the results of a reference cursor, this ...
6
votes
1answer
12k views
Script output to file when using SQL-Developer
I have a select query producing a big output and I want to execute it in sqldeveloper, and get all the results into a file.
Sql-developer does not allow a result bigger than 5000 lines, and I have ...
6
votes
5answers
6k views
Run 2 queries at the same time on Oracle SQL Developer?
I need to retrieve quite a bit of data from our oracle DB and to do so I need to run 20+ queries. Is there any way to run more than one query at a time on the same connection?
I tried using / to ...
6
votes
2answers
4k views
How to delete rows from table sql
I want to delete specific rows from 8 tables.
My problem is that the rows are connected with foreign key.
How can i delete all the data that connected to the specific rows that i want to delete?
My ...
5
votes
2answers
4k views
SQLDeveloper displays no tables under connections where it says tables
I am not sure why but I just installed SQLdeveloper 32 bit (3.0.0.4). When I click to expand the tables/views/indexes or etc it displays nothing at all!
But when I do the following:
SELECT owner, ...
5
votes
5answers
25k views
how to set a null value to a field in a table using oracle sql developer tool?
Oracle SQL Developer allows you to update field values directly to the table without needing to write a sql script. However it doesnt allow you to set a null value for a field? the update script that ...
5
votes
3answers
7k views
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 set at default)? Any screen shots and/or tips will be very helpful.
5
votes
3answers
18k views
Exporting a CLOB to a text file using sqlDeveloper
I am using sqlDeveloper and trying to export a table to a CSV file. Some of the fields are CLOB fields, and in many cases the entries are truncated when the export happens. I'm looking for a way to ...
5
votes
2answers
7k views
Access and Filter predicates in Oracle execution plan
What is the difference between Access and Filter predicates in Oracle execution plan?
If I understand correctly, "access" is used to determine which data blocks need to be read, and "filter" is ...
5
votes
3answers
1k views
SQLDeveloper using over 100MB of PGA
Perhaps this is normal, but in my Oracle 11g database I am seeing programmers using Oracle's SQL Developer regularly consume more than 100MB of combined UGA and PGA memory. I'd like to know if this ...
4
votes
6answers
14k views
Using Ref Cursor in Oracle SQL Developer
I am using Oracle SQL Developer, but I am having an issue seeing results from a package that returns a ref cursor. Below is the package definition:
CREATE OR REPLACE package ...
4
votes
2answers
4k views
Is there any hash function in PL/SQL?
I'm looking for a Hash function in PL/SQL, to get the hash of a varchar. I found a package in Oracle 10 called dbms_crypto with a function dbms_crypto.hash and even other package dbms_sqlhash.getHash, ...
4
votes
2answers
3k views
How to see if thebackground process is complete in SQLDEVELOPER
I have a csv unload process i am running in sqldeveloper, a process window popped up showing the progress of the export and it had an option to run the process in background, I picked the option but ...
4
votes
2answers
14k views
Run sql code with variables in Oracle SQL Developer code window
I'm writing code using Oracle SQL Developer. I have a simple select statement that works:
SELECT
CFS.CAE_SEC_ID,
CFS.FM_SEC_CODE,
CFS.LAST_USER_ID,
case
when 1 ...
4
votes
1answer
2k views
How to key in and display date with hours and minutes into Oracle SQL Developer
I'm using Oracle SQL Developer. I'd like to key in dates with hours and minutes, but the GUI doesn't appear to allow that. While I'm at it, it would be nice to display all date fields as 'YYYY-MM-DD ...
4
votes
3answers
6k views
SELECT SUM as field
Suppose i have this table
table (a,b,c,d). Datatypes are not important.
I want to do this
select a as a1,b as b1,c as c1,
(select sum(d) from table where a=a1 and b=b1) as total
from table
...
4
votes
2answers
2k views
SQL Developer explain plan broken
Trying to generate an explain plan in SQL Developer, the program puts up a message box with title "failed to query plan_table" complaining "invalid column name". The plan is not generated or ...
4
votes
3answers
5k views
Oracle SQL Developer: sharing configuration via Dropbox
I would like to share my Oracle SQL Developer configuration across my several computers that use Dropbox.
How can I do this?
4
votes
7answers
13k views
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 my connections do not show their tables. I can do a select on the tables and the ...
4
votes
3answers
82 views
How to get the last date from 2 dates in select statement
I am trying to create select statement in procedure.
Here is my code:
SELECT u.id, max(a.time), max(b.time)
FROM buy a, sell b, users u
WHERE a.user_id = u.id AND b.user_id = u.id
GROUP BY u.id;
I ...
4
votes
5answers
884 views
store only time in HH24:MM format in a table? is it possible?
I want to know if I can store a field called flight_time this is the time the flight departs not how long it takes like someone else suggested making me use the wrong data type of interval....
I want ...
4
votes
2answers
8k views
SQl Developer Single Query result tab please
In the free application SQL-Developer (provided by Oracle), I tried searching around for this but couldn't immediately find a solution. I find the opening of multiple SQL query result window/tabs ...
4
votes
1answer
956 views
Oracle performance via SQLDeveloper vs application
I am trying to understand the performance of a query that I've written in Oracle. At this time I only have access to SQLDeveloper and its execution timer. I can run SHOW PLAN but cannot use the auto ...
4
votes
1answer
198 views
How to create sql constraints in my table
i have this table:
id | product_group_id | percentage
1 | 1 | 0.2
2 | 1 | 0.3
3 | 1 | 0.5
4 | 2 | 0.4
5 | 2 | 0.6
I ...
4
votes
3answers
5k views
SQL Developer - Using start and end date variables in where clause of my query
I have a query that I run everyday that requires a StartDate and EndDate value. The StartDate and EndDate used to be a manual input but I am trying to get away from that and calculate the StartDate ...
4
votes
1answer
4k views
How to use Oracle SQLdeveloper with HSQL / Hypersonic DB's JDBC driver
I'd like to use Oracle's SQLdeveloper to visualize my HSQLDB tables.
An instruction on how to use it with MySQL can be found on http://blogs.techrepublic.com.com/programming-and-development/?p=564 ...
4
votes
3answers
472 views
I have problem to connect oracle DB with SQL developer
I try connect to my oracle db with oracle SQL developer and received that message:
pic (pictures 1 and 2)
if i try connect with sql plus, all well.
command : select userenv('LANGUAGE') from dual;
...