| Thread | Last Post | Replies |
|
| Decompressing a compressed backup image | 18 Jan 2008 15:25 GMT | 1 |
I have taken an db2 v8.1 fp15 backup on AIX and want to restore it into a db2 v8.1 fp15 Solaris Box. If the backup was uncompressed, the cross-platform restore works without any issue. But for compressed backup images, since the decompression requires compression libraries,
|
| TRANSLATE function | 18 Jan 2008 03:16 GMT | 3 |
I am trying something so simple, I have no idea why it doesn't work! create table test1 (c1 VARCHAR(16)); insert into test1 values( '12154846' ); select translate(c1, '5', 'A') from test1;
|
| Regarding converting some specific tables to table based partitioning in db2 v8 | 17 Jan 2008 18:17 GMT | 1 |
I want to convert some specific tables to table based partitioning.One of the methods i understand is by altering the partitioning index from cluster to non-cluster. Then alter the index back so that it is clustered. My question is ,how can we find the
|
| Force index cleanup after detaching partition? | 17 Jan 2008 15:03 GMT | 2 |
DB2 V9.5 LUW, Is there any way that one can force Asynchronous index cleanup (AIC) after detaching a partition in a range partitioned table? Thanx in advance
|
| Cursors, Host Variables in Stored Procedure | 17 Jan 2008 14:16 GMT | 3 |
DB version - DB2 9.1 on AIX Consider the following script construct... open curs1; fetch curs1 into a, b;
|
| count distinct subquery | 17 Jan 2008 02:22 GMT | 4 |
I'm trying to convert a T-SQl query to DB2. I have two tables policy and policyHolder. I would like a count of the amount of distinct poicyHolders per policy, for a particular set of new policies.
|
| Cannot load program db2licm | 16 Jan 2008 23:00 GMT | 2 |
Hi, I have installed DB2 ESE on AIX 5.2. And when I try to execute db2licm -l I get the following error: exec(): 0509-036 Cannot load program db2licm because of the following errors:
|
| Vertical data to Horizontal data | 16 Jan 2008 03:35 GMT | 3 |
I have some data in rows which I want them in columns. Below is an example: col1 col2 col3 ------ ----- -----
|
| Product / license for z/OS Universal Driver on clients | 15 Jan 2008 20:43 GMT | 4 |
I apologize if this is available in a FAQ somewhere. My question is this: The DB2 Universal Driver jars are shipped with DB2 for z/OS (db2jcc.jar and db2jcc_license_cisuz.jar).
|
| Any function can find out the similar numeric string? | 15 Jan 2008 19:20 GMT | 1 |
I have 2 strings here which has 1 or 2 digits different because of typo, like below 179705723 179705732 Any simple way I can make them similar.
|
| AIX DB2 Version | 15 Jan 2008 05:21 GMT | 2 |
After doing some googling for the error below, it seem to be that this error pertains to db2 v8.2 or 8.1. 2008-01-10-10.10.36.579007-360 I16865488A285 LEVEL: Severe PID : 160024 TID : 1 PROC : db2fmp (C) 0
|
| Reorg index not using tempspace? | 15 Jan 2008 02:04 GMT | 1 |
Is it possible that a reorg index doesnt use a sys temporary tablespace and use the index tablespace in a reorg index? (db2 udb v8 fixpack 12 - there are 2 8k system tablespaces on this DB) The command is REORG INDEXES ALL FOR TABLE xxx.xxx ALLOW WRITE ACCESS
|
| Array data type in Triggers | 14 Jan 2008 18:00 GMT | 2 |
I am coding Java and C Stored procedures for DB2 LUW 9.5. I read with interest about the availability of arrays as parameters to stored procedures. Is there a way within a trigger to build an array to pass to a stored
|
| Using Array content in IN expression | 14 Jan 2008 14:09 GMT | 8 |
Is it possible in the new DB2 9.5 to use the content of an array in an IN expression? Say we have the ddl: CREATE TYPE Numbers AS Integer ARRAY[];
|
| Isolation Level on DB2 UDB 9.1.1 | 14 Jan 2008 12:11 GMT | 3 |
How can I lookup the current isolation level? Thanks in advance
|