0
votes
3answers
26 views

Connection from a Java program to a SQL Developer database

I would like to access to a Oracle database (SQL Developer) from a Java program. I never used JDBC before. Here is what i wrote: Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); String url = ...
2
votes
1answer
61 views

plsql remote debug breakpoints not working

I have a weird situation with debugging pl sql code. I set sql developer to listen for debug connections. In java code I attach debugger with following code: CallableStatement cstmt = null; ...
1
vote
0answers
98 views

Loading Java file through Oracle SQL Developer tool

I'm new to Oracle SQL Developer. I have an Oracle database which is connected via Oracle SQL Developer tool. I have a DB function which in turn calls a Java method. I have created a DB function under ...
1
vote
1answer
75 views

Need help- Query to insert an image into a table in sql developer3.0

Hi I am using sql developer 3.0. I need to store images as a BLOB in a table. I created a table as follows: CREATE TABLE Account_images(img_id NUMBER, MP_ID NUMBER, icon BLOB); The images i need ...
0
votes
0answers
58 views

How can I select SQL connections using automation ? I am using AutoIt

1.) Upon launching the SQL Developer, there is a dialog to Configure File Type Associations, as seen in the screen shot below. How can I select these ? 2.) How can I select the connection ? I have so ...
0
votes
0answers
398 views

SQL Developer: How do I increase the 'SQL Array Fetch Size' greater than the max. 500?

I’m looking for a way to increase the maximum records fetched for my queries in SQL Developer. I see that through the graphical interface I can increase it to 500 records (SQL Array Fetch Size) but ...
0
votes
1answer
156 views

TRIGGER AUTO_NUM_GEN compiled Warning: execution completed with warning

I run the following statements in oracle sql developer using oracle 11g express as my database. I only run into problems when i try to create the trigger. I get the message - TRIGGER AUTO_NUM_GEN ...
0
votes
1answer
318 views

Parse SQL Developer Timestamp Format DD-MON-RRRR HH24:MI:SSXFF to Java Timestamp

I am using sql developer and developing in Java. I want to be able to take a csv file which was created using sql developer export and to parse it back to java Timestamp. The Timestamp format taken ...
3
votes
1answer
100 views

How is it so fast (Algorithm or Logic behind it) [closed]

I want to know how does Oracle SQL Developer get the distinct count so fast as shown in below image, there is a popup which shows list of distinct values which are used to filter the data.I am ...
0
votes
3answers
210 views

Oracle DB Query Runs in sqlDev but not in Java Program

I have been messing with Oracle DB queries that run from my JAVA app. I can successfully get them all to run in sqldeveloper. But when I am trying to execute them from my JAVA app i usually get ...
2
votes
1answer
400 views

Running sql scripts from sqldeveloper vs from java code

I am trying to run a few sql scripts in Oracle 11g R2 When I try to run these scripts from a standalone java code the query runs into 40 odd minutes but when I run the same from the sqldeveloper ...
-1
votes
1answer
127 views

How do i get a connection from Oracle SQl server

I am new to Oracle SQL Developer. What are the connection statements for Oracle Sql Developer. My application is a struts based application, With a simple login and register page. I want to store ...
1
vote
6answers
5k views

unable to run sqldeveloper on debian

I have installed jdk1.6.0_21 and sqldeveloper(using alien) on debian(lenny). Now when I run sqldeveloper it asks for J2SE installation path, after I type the jdk path it exits with the below error ...
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 ...
1
vote
5answers
6k views

Is there an easy way to backup Oracle SQL Developer's User Snippets?

I love Oracle SQL Developer so I find myself using it a lot to complete my daily tasks. The thing is that my collection of custom snippets only keeps growing so I though it'd be interesting to learn ...
1
vote
2answers
2k views

Error starting SQL Developer

HI everyone. I am trying to run sqldeveloper on my Red Hat Linux Enterprise 5 machine but get the following error: [root@machine plugins]# sqldeveloper Oracle SQL Developer Copyright (c) 2006, ...