| Thread | Last Post | Replies |
|
| Implement Join in Java: looking for ideas | 29 Dec 2003 09:54 GMT | 3 |
Hi, for a proto type i'm implementing a join-operation (as in relational databases) on potentialy huge tables in java. if implemented naively, this takes at least size(Table1) * size(Table2). my plan was to put the keys of the smaller table into a hashtable and than
|
| counting days in a query | 27 Dec 2003 22:00 GMT | 2 |
How can I make a query such that in the "WHERE" part of my clause, I want to put something to the effect that, say, X days have elapsed since a given date. For example, suppose in my table, I have a boolean field and a date field.
|
| known bugs with Oracle's JDBC? | 26 Dec 2003 11:15 GMT | 2 |
I am trying to find out whether there are any known bugs with Oracle's JDBC drivers that I need to be on the lookout for. I am going to be using Java VM 1.4.2.02 on Slolaris 9, connecting to Oracle 9.2.0.
|
| Bulk Updates in Oracle from XML File | 24 Dec 2003 19:02 GMT | 1 |
I have following problem scenario ..... I have a XML of the format .... <Data> <Employee>
|
| concurrent updates | 22 Dec 2003 15:18 GMT | 2 |
I have a RDB table where many rows are for 1 employee. The application reads the rows for a certain employee. The rows are mapped to Objects and these objects are modified by the application.
|
| Tomcat 5 Database Connection Pool problem | 22 Dec 2003 08:49 GMT | 1 |
Cannot create database connection pool when following Tomcat 5 JNDI Datasource HOW-TO. The exception is Cannot create JDBC driver of class '' for connect URL 'null' Seems that the variables for DB driver class and connect URL are not passed to the servlet container. But what I did ...
|
| Java Consulting | 21 Dec 2003 19:46 GMT | 6 |
I am looking for a excellent and fast developer to convert my existing Java program using (1.3.1) to the newest version of Java. The program uses Graphics and database routines. Review web site http://www.uprealimager.com
|
| Restructuring a table | 20 Dec 2003 00:40 GMT | 3 |
Suppose I have a table, and it is populated with many rows already. However, I realise I structured something wrong in my table. I dont want to have to go back and repopulate the entire table. For example, suppose I have a field:
|
| searching fast localhost-optimized [jni] jdbc driver | 19 Dec 2003 19:57 GMT | 1 |
I'm searching a jdbc driver that would be optimized for localhost db server communication layer. (linux, if platform dependant) DB servers may work without tcp/ip (like mysql for example), straight on kernel's inter-process communication facilities (pipes...)
|
| Newbie: Advice on strategy. | 18 Dec 2003 16:34 GMT | 1 |
I am going to be developing a little app which works with an Oracle 8i db and will be java desktop application running on Windows 2000. Previously I had been developing using Oracle 9i and .NET (ODP.NET). So I would like your advice on how to get started. I would appreciate your ...
|
| Stored Procedure Not Committing | 16 Dec 2003 19:16 GMT | 2 |
I am using a Callable Statement to run a stored procedure in the database. The stored procedure takes an input parameter and passes an output parameter of type int. The output parameter is used to perform a test to see if the stored procedure worked properly, or passed some logic ...
|
| Q: PL*SQL stored procedure, oracle objects and Java | 16 Dec 2003 09:15 GMT | 3 |
I've googled hours for detailed information on this topic, but both the Oracle technical network as well as Google have let me down. The situation is that I get a resultset (a cursor) from a stored procedure, but this resultset (a nested table) contains objects created
|
| @@IDENTITY correct syntax? | 16 Dec 2003 09:12 GMT | 5 |
I am new to MS SQL and JSP and am having trouble finding documentation or code examples for this feature. I do an INSERT into a table with an IDENTITY column, then want to retrieve the value from the incremented IDENTITY column in the row
|
| Bloody Open Cursors... | 15 Dec 2003 15:42 GMT | 2 |
I'm having a problem with the following stored procedure. I have a connection pool that I return my connections to after use. I close all the resultsets and I even close the statement before returning the connection to the pool. However, I always end up with
|
| Trouble getting hours, mins, secs to store in Oracle | 15 Dec 2003 13:27 GMT | 4 |
Folks, I really hope I am doing something wrong here as it is driving me nuts. I have a database table defined as follows:
|