| Thread | Last Post | Replies |
|
| Data type convert issue | 02 Jun 2007 19:51 GMT | 3 |
See the following example. db2 => create table aaa (c1 decimal(10,3)); DB20000I The SQL command completed successfully. db2 => insert into aaa values (200.03);
|
| z/OS DB2 catalog backup question | 02 Jun 2007 07:56 GMT | 1 |
DSN810.SDSNSAMP(DSNTIJIC) backs up the DB2 catalog. Is there an example out there of how to restore it? Regards, MVSGuy
|
| Anybody using DB2 9 on Linux x86, please, examine... | 01 Jun 2007 20:09 GMT | 15 |
I'm almost sure I've found bad bug, but for a while I can't neither confirm nor reject this. If anybody could make an independent test on it's own system, I'd appreciate it very much. The possible bug is: ****************
|
| Advanced SQL - Multiple Count statements in one select | 01 Jun 2007 16:08 GMT | 5 |
Here is what I have: SELECT (SELECT COUNT(*) AS SEARCHES
|
| DB2 (v9fp2/linux) has 4G limit for DEVICE containers ?! | 01 Jun 2007 02:52 GMT | 8 |
I'm experiencing very disagreeable problem: DB2 refuses tablespace containers, which are DEVICE's bigger than 4G. So, If I below 4G limit:
| # db2 create tablespace TS1 pagesize 4096 managed by database using ( device '/dev/dtas1' 1048575 ) |