| Thread | Last Post | Replies |
|
| in memory db of 200 GB | 05 Apr 2004 15:03 GMT | 5 |
We are considering a solution for a J2EE application that stores the whole database in memory (using a persistence layer as hibernate in order to manager concurrency and transactions).
|
| OracleConnectionCacheImpl - App hangs right before creating instance | 05 Apr 2004 10:43 GMT | 1 |
we have the follwoing strange problem using an Oracle connection cache. The cache uses a OracleConnectionCacheImpl object. This worked fine so far. After changing some minor things in the app and redeploying it to tomcat the app hangs just before creating the ...
|
| commit after select | 05 Apr 2004 00:00 GMT | 2 |
I'm writing a java program that uses transactions. For this reason I turned of the autocimmit in java (sqlConnection.setAutocommit(false);) This seems to work but now he also seems to lock the tables when I only do a select. I can solve this bij doing a commit after each
|
| IBM Developerworks: Learn how to write DB2 JDBC tools in Jython | 04 Apr 2004 19:39 GMT | 1 |
Java Libraries + Python Syntax http://www-106.ibm.com/developerworks/db2/library/techarticle/dm-0404yang/index.html
|
| Performance: "pl/sql" vs. "OS b-tree files" | 02 Apr 2004 21:57 GMT | 4 |
we're developing an application in which performance is a very important issue. Database is Oracle 9.2, application language is Java 1.4.2., OS is Solaris 8 (RAM 8GB, 4x750Mhz CPU).
|
| prepared statement : finding records with null values in where clause | 02 Apr 2004 09:56 GMT | 2 |
OK, After reviewing some articles, it appears that we can't use "select * from mytable where mycol = ?" when we >>might<< have a null value for mycol and we have to use a
|
| Oracle CLOBs, XMLDB and JDBC | 02 Apr 2004 09:36 GMT | 2 |
I'm trying to insert a row into my XMLDB table but I have the following problem: My xml is too big for varchar2 (>4k) so I have to use a CLOB in the constructor for XMLType. However I can't create a new CLOB complete
|
| Best practices JDBC JSP | 02 Apr 2004 06:34 GMT | 7 |
I query an Oracle 9i database and present on the web using TomCat and JSP. I am wondering if the way I do it (see code snip below) is the best/recommended way to do it or are there other/better recommended ways. I am using TomCat 5 with JDK 1.4 and latest JDBC drivers from Oracle.
|
| problem with setting parameter of a PreparedStatement | 01 Apr 2004 17:24 GMT | 1 |
Hi netpeople. I have got a problem with setting parameters to a statement. I would like get the last inserted id of a table. The SQL statement for this on mssqlserver is:
|