| Thread | Last Post | Replies |
|
| Autocommit and DDL | 09 Mar 2008 00:55 GMT | 7 |
In our application we create and drop a number of tables on a JDBC connection which is autocommit=true. There are multiple threads (session EJBs) doing this for different tables at the same time on different connections. We are having many problems with deadlocks on
|
| DB2 and Windows Server 2008 | 08 Mar 2008 15:01 GMT | 2 |
Does DB2 support Windows Server 2008? In the Information Center for 9.5 I only find mentioned Windows Server 2003 and Windows Vista.
|
| SQL help | 07 Mar 2008 20:28 GMT | 3 |
My table defined as this: Date Value -------- ---------- Jan 01, 2008 0
|
| DB2 Trigger question | 07 Mar 2008 19:47 GMT | 3 |
Forgive my newbieness. I am created 2 tables EMP_DAN table and EMP_DAN_AUDIT. I am trying to create a trigger that anytime something is inserted or updated on the EMP_DAN table it will record a the change and timestamp on the AUDIT table. Here is the code i'm using
|
| LOAD question | 07 Mar 2008 13:50 GMT | 3 |
Is there way of telling the load utility that if it finds spaces in the input file, where it expects an integer, to insert a zero? Currently I am getting an error. SQL3116W The field value in row "F0-1" and column "46" is missing, but the
|
| which Unix UDB Version 8 fixpack level equals 9 , 9.1 & 9.5 | 07 Mar 2008 11:51 GMT | 2 |
Appreciate very much if someone let us know which fixpack for Unix version 8 of UDB EEE will make it to version 9 and for 9.1 & 9.5 . Does fixpack 14 of version 8 equal's version 9 ?
|
| Is there a way to remove / clear / drop statistics for a single table? | 07 Mar 2008 00:15 GMT | 3 |
Is there a way to remove / clear / drop statistics for a single table?
|
| Unusual results from explain | 06 Mar 2008 23:22 GMT | 2 |
We are conducting various tests on performance for a couple queries and noticed some unusual results. You will notice a sort and scan for query1 that is not in query2 related to the css_defn table.
|
| restrict privileges | 06 Mar 2008 17:04 GMT | 10 |
I feel like an idiot for asking this, but neither I nor my DBA can figure this out. How do you create a database object that does not implicitly allow access by any defined user?
|
| Making db2 use syslog | 06 Mar 2008 15:02 GMT | 3 |
On a server with DB2 v. 8.2, db2diag.log ran full, it seems (i.e. reached a size of 2GB). And it seems that in this case, DB2 started using syslog instead. I would actually like DB2 to use syslog instead of / in addition to the
|
| table space question... | 05 Mar 2008 16:25 GMT | 3 |
I have tables in the default table space userspace1, but userspace1 has only a 4kb page size. So I created a second table space, userspace2 with 32kb page size
|
| DB2_USE_FAST_PREALLOCATION | 05 Mar 2008 12:16 GMT | 1 |
While performing a redirected restore, I found that the creation of tablespace containers took a looong time. I DB2 expert told me to consider the DB2_USE_FAST_PREALLOCATION registry setting. I tried turning it on, but then my "set tablespace containers for XX using (file ...
|
| help for operation with date | 04 Mar 2008 17:41 GMT | 2 |
I've a table like this: date, value 01/01/2008, 3 01/02/2008, 4
|
| Need help with query | 04 Mar 2008 12:17 GMT | 2 |
I have a problem with following join: First query is generating RANK SELECT EMPNO,BONUS,(SELECT COUNT(*) + 1 FROM EMPLOYEE
|
| Transaction labeling | 04 Mar 2008 12:06 GMT | 2 |
We are using DB2 server V9.5 for our migration project on HP-UX IA64 platform. My question is: Can we do labeling to a particular transaction?. If so how can we do
|