Tagged Questions
1
vote
0answers
22 views
Android to Oracle, Database Access and Manipulation
Hello I'm working with Android and Oracle database. This is the scenario : I want to connect my Android client to insert a value to the table and and also retrieve the value from the same table in ...
1
vote
1answer
21 views
Hibernate named query re-parsed
We are using hibernate named query as follows :
named_query : Select this_ from TableA this_ where this_.id in( select max(id) from TableA where COLA is null group by COLB ) and rownum=1
...
1
vote
1answer
59 views
java.sql.SQException: Io exception: Socket read timed out vs Closed Connection
I am trying to research this issue on the following two errors connecting to Oracle DBs:
Closed Connection
java.sql.SQException: Io exception: Socket read timed out
My understanding:
Closed ...
0
votes
2answers
38 views
Java JDBC exec procedure with sql statement
I need to execute this SQL code:
exec procedure(param, param, param, param)
select * from bla_bla_table;
commit;
And get a ResultList from this query.
I tried to do it like this:
...
0
votes
1answer
25 views
Creating the “Invalid or Stale Connection found in the Connection Cache” local Oracle DB
I would like to know how to tweak my local Oracle DB settings to get this error through my web application. Any input would be greatly appreciated.
Thanks.
I altered the user's profile:
ALTER ...
1
vote
2answers
40 views
How to create a database in Oracle using JDBC?
I want to create a new database on an Oracle server via JDBC. I cannot seem to connect to the database without providing an SID: using a URL like jdbc:oracle:thin:@//[IP]:1521 results in an error of ...
2
votes
1answer
61 views
Java JDBC exec procedure
I need to execute this SQL code:
exec ais_disp.p_lk.p_add_client
(v_sis_id => 1640,
v_proc_id => 1,
v_time_start => to_date('01032013 00:00','ddmmyyyy hh24:mi'),
v_time_end => ...
0
votes
1answer
36 views
ClassCastException when running on Oracle Database JVM
I have the following code:
OracleDataSource ods = new OracleDataSource();
ods.setURL(thinConnectionString);
OracleConnection conn = (OracleConnection) ods.getConnection();
ArrayDescriptor d = ...
0
votes
2answers
106 views
java.sql.SQLException: Numeric Overflow while using IN operator
I implemented a Java application which queries a database based on given set of ids using the query:
select * from STUDENT where ID in (?)
The set of ids will be used to replace ?. However, ...
0
votes
0answers
10 views
Using Oracle Wallet when connecting to a database with Websphere
Has anyone configured a JDBC connection using an Oracle Wallet for a Websphere application? In addition to configuring the wallet files and then including the additional jars to use the thin client ...
0
votes
0answers
24 views
Spring JDBC Stored procedure + get new insert id
can anyone give me an example on how to get the new inserted id after a procedure is called? I use oracle as db that uses sequences...
Is it the best way to use output param to ouput the new id or ...
0
votes
1answer
47 views
Oracle Trigger created using JDBC doesnt fire
I have created triggers over JDBC that doenot fire. I have checked its validity in the user_objects table and its valid and enabled. I tried creating trigger using the sqlplus console and it ...
0
votes
1answer
85 views
Insert BLOB using java for both DB2 and Oracle
I am currently validating an application developed on Oracle for DB2. Since we don't want to maintain two separate sources, I need some query to insert blob into a field, that works in both oracle and ...
0
votes
1answer
29 views
Can Oracle JDBC 11g R2 (11.2.0.3) driver connect to Oracle 10g R10 db
I am about to install JDBC 11g R2 driver to connect to Oracle 10g release 10.2.0.4 64bit server.
Is the choice of driver correct ?
0
votes
1answer
42 views
Doing two different batch queries and a delete query in one transaction (Java)
I want to ask about the best way of optimizing these three queries.
This function is going to be used by millions of users in a national project and I want it to be as optimized(fast) as possible.
...
0
votes
0answers
43 views
JDBC : ResulSet.getObject() gives values with spaces at the end
I am trying to retrieve a column value which is of type CHAR(1 Byte) from a table. The value in table is N, but when i use ResuleSet.getObject() to retrieve this value i get N followed by 2 spaces. ...
0
votes
1answer
30 views
Spring jdbcTemplate executing query
I have a strange problem ,
My Query looks like below.
String tokenQuery = "select id from table
where current_timestamp between
creation_time and (creation_time ...
0
votes
1answer
24 views
JDBC issue when handling code in SQL file
I have an XML which is being called as part of software installer code. In the XML, I am executing SQL files using JDBC framework. The installer is failing at a point wherein the JDBC gets hole of the ...
0
votes
0answers
25 views
Confusing 'Partial' ResultSet fetching
During code review i found a bit unusual way how to fetch results from DB. We have large table (>10^6 rows) where we run overnight job.
I understand following reasons :
performance is good as we ...
-2
votes
1answer
93 views
How to insert Current time in TIMESTAMP column(Oracle) from java class using jdbc
i have tryed many things but not able to insert data in my timestamp column.
from toad its possible using this
UPDATE SUPPORTSTAFF
SET SUPPSTAFFJOINDATE=to_timestamp('27/02/2002 ...
-1
votes
0answers
19 views
NoRouteToHostException error when connecting to database [closed]
Today I found the following error when I started my web application which connects to a remote database server:
[2013-05-01 09:20:14] [61000][20] The Network Adapter could not establish the ...
1
vote
1answer
36 views
JDBC Query Times & Performance
I was wondering if anybody has seen/used a JDBC database performance software? Basically I am trying to compare query times across MySQL, Oracle, Postgres, Hadoop, and a data virtualization solution ...
0
votes
1answer
23 views
Error while connecting to oracleXE11.2 from Squirrel
I'm getting this error when I connect to oracleXe 11.2 from squirrel
java.util.concurrent.ExecutionException: java.lang.RuntimeException:
java.sql.SQLException: Io exception: Connection
...
3
votes
0answers
30 views
Oracle 11g delete by unique key slow [migrated]
We have been plagued by a deadlock issue for quite some time that relates to deletes and inserts on the same table. It happens sporadically, but had been increasing in frequency. It would manifest ...
0
votes
0answers
36 views
Websphere JDBC-adapter fails to call an oracle stored procedure
I've posted to the mqseries forum too, but haven't got any answers yet.
I have problems using a Websphere adapter for JDBC in order to call an Oracle stored procedure. The procedure looks like this:
...
0
votes
2answers
119 views
java.sql.SQLException: Listener refused the connection with the following error: ORA-12519, TNS:no appropriate service handler found
I am passing Resultset object to each thread. Each thread is connecting to the database and inserting data. Untill thread 110 it is working fine. After it crosses 111 thread it throws the above ...
1
vote
1answer
86 views
Oracle SQL Query takes too long in JdbcTemplate & SimpleJdbcTemplate
The oracle SQL query available in our application that uses a SimpleJdbcTemplate never (almost) comes out. The query is very long that connects nearly 15 tables, selects approximately 100 fields and ...
0
votes
1answer
29 views
What constitutes a user in Oracle (and in DBs in general) in relation to transactions?
I usually see references to locks being held by a user. Does this mean a single connection, all logged in connections by a user account, etc...?
How does this apply to Oracle and DBs in general?
If ...
1
vote
2answers
75 views
Create Java on Oracle database with JDBC
I'm trying to create a Java source object on an oracle database using JDBC.
The source I want to create is the following:
create or replace and resolve java source named "BlobIO" as package dbjava;
...
-3
votes
0answers
29 views
connect java with oracle 10g using type 3 Driver? [closed]
How to connect java with oracle 10g using class 1, 2 3 and 4 driver. What is the difference between using them. Please help me with exact codde.
Thanks in advance.
0
votes
2answers
54 views
Why oracle driver is needed in Eclipse build path?
I am new to JDBC and just made my first program in Eclipse. I am using Oracle 11g XE as database. I have added ojdbc6.jar to my classpath by copying it in the lib folder of the jdk installation. This ...
0
votes
0answers
47 views
Pass an Array of many types to an Oracle Procedure in Java
Is there any way to pass an array of various types in java to a oracle procedure?
For example:
I have to call the oracle procedure SYS.PACK_DID3530 passing the following parameters: (In the link ...
1
vote
1answer
32 views
Specify default schema for JDBC pool in weblogic/oracle
We use the same user for multiple projects and I want to have a different default schema for different connection pools.
Is there a way to specify the default schema in the weblogic JDBC ...
0
votes
1answer
128 views
Using cursors and getting result in Oracle PL/SQL with Java/JDBC
I have a PL/SQL query constructed like this :
DECLARE
a NUMBER;
B NUMBER;
CURSOR cursor
IS
( SOME SELECT QUERY);
BEGIN
OPEN cursor;
LOOP
SOME STUFF;
END LOOP;
CLOSE cursor;
END
How ...
0
votes
2answers
35 views
Adding constraint at sql level to copy column
I have a table to store parameter names
CREATE TABLE PARAM_NAMES
{
PARAM_TYPE_ID" NUMBER(*,0) NOT NULL ENABLE,
"PARAM_NAME" VARCHAR2(64 BYTE) NOT NULL ENABLE,
"DEFAULT_VALUE" VARCHAR2(256 BYTE),
...
0
votes
0answers
123 views
Java database connectivity using weblogic server using type3 driver
Here i am doing the database connectivity using type3 driver using weblogic server and oracle database.
I came across this error when i run my code
E:\abhishek\D drive\abhishek\advance\jdbc>java ...
0
votes
2answers
59 views
Correct order for closing various JDBC objects
I have the following code sample:
try {
conn = this.jdbcTemplate.getDataSource().getConnection();
stm = conn.prepareCall("{? =" + query + "}");
stm.registerOutParameter(1, ...
0
votes
1answer
53 views
Convert Long to Raw jdbc
I have the following function defined:
private RAW[] longToRaw(long[] toConvert) throws SQLException
{
final RAW[] toReturn = new RAW(toConvert.length);
for(int i = 0; i ...
1
vote
1answer
33 views
Why WAS does not ship with oracle driver jars
The websphere application server ships with its own jdbc provider for oracle database. That is why when we createa new JDBC provider we can choose 'Oracle'. Now if it is providing its own driver, ...
3
votes
1answer
183 views
Difference between using a TNS name and a service name in a JDBC connection
I have a java based server (Tomcat) that connects to an Oracle database using a JDBC connection. There are multiple ways to connect to the database: SID, TNS name, Service name.
I would like to ...
0
votes
0answers
53 views
oracle jdbc statement tracer
I looking for a software to trace all the statements on my oracle database.
I have a Delphi application (without the source code) and there are many stored procedures called. To trace all the query ...
1
vote
1answer
64 views
Weired behaviour of sql-queries with fetch size set to high amount
I have the following rather weired behaviour:
A fetcher executes a rather large number of queries from the database and uses a PreparedStatement which keeps the database connection open between to ...
-1
votes
2answers
74 views
JDBC Driver Loading error
below is my simple program of JDBC Oracle Connectivity. Please see and tell me why could I possibly get the error of driver not loading. I have put odbc14.jar in libraries.
/*
* To change this ...
0
votes
0answers
46 views
Streams type cannot be used in batching hibernate
Am trying to insert strings of very big size into Oracle DB using Hibernate. Am trying to insert it in the form of Blob. The mapping file contains the datatype as blob and have created the necessary ...
3
votes
1answer
179 views
SQLSyntaxErrorException: ORA-00911: invalid character
I'm trying to INSERT records to an Oracle DB using PreparedStatement but I only get this error. At this point, my effort to overcome it far outweighs my progress so another set of eyes might help. ...
0
votes
0answers
15 views
How to determine number of statements in the cache
I'm using Oracle UCP as my data source in a Spring application. The pool appears to be working fine, but I'd like to do some load testing to see if I've set my maxStatements parameter to an ...
1
vote
2answers
105 views
is ArrayDescriptor threadsafe?
Is an instance of oracle.sql.ArrayDescriptor threadsafe ?
The API http://docs.oracle.com/cd/E16338_01/appdev.112/e13995/oracle/sql/ArrayDescriptor.html for this class does not mention anything about ...
4
votes
1answer
256 views
How to get generated keys from JDBC batch insert in Oracle?
I am inserting many records using JDBC batch inserts.
Is there any way to get the generated key for each record?
Can I use ps.getGeneratedKeys() with batch inserts?
I am using ...
2
votes
1answer
71 views
B/CLOB handling in jOOQ
Here's what the jOOQ manual has to say about the subject:
jOOQ currently doesn't explicitly support JDBC BLOB and CLOB data
types. If you use any of these data types in your database, jOOQ will
...
1
vote
2answers
48 views
Why is there a difference in values when I am reading from oracle DB and storing the retrieved number in a string.
Why is there a difference in values when I am reading a column value(stored as float data type in DB) from oracle DB and storing the retrieved number in a string. For eg. The column stores ...
