| Thread | Last Post | Replies |
|
| import utility | 23 May 2006 23:06 GMT | 4 |
hi, we are using db2 v8.2 Express on Windows, I try to import the rows into a table which is being used ( maybe being read or write), and it was kicked out because there is lock waiting. As our appliction design, the lock should be a row lock, so whoever use the table should just
|
| Need info about DB2 archiving tools | 23 May 2006 22:30 GMT | 1 |
Can someone please help me with good and easy-to-use data archiving tools for DB2 database? Does anyone have previous experience with IBM DB2 Data Archive Expert tool? Is this a widely used tool for archiving?
|
| DB2 Daily Check Lists | 23 May 2006 21:03 GMT | 2 |
Hai Friends Quite a long time back i ask these questions but everybody send me some snapshot and functions names but i need select statements for the following stuff pls help me in this
|
| problem in creating an instance | 23 May 2006 19:26 GMT | 1 |
I'm an amateur to DB2.I installed DB2 ESE trial edition on my system.It was all going well and suddenly when i was trying to create an instance, i faced a problem which i listed it below. i tried my best to debug and could not solve,
|
| Newbie: Finding records updated since the last query | 23 May 2006 18:16 GMT | 1 |
I am looking for a way to find out if any modification has been made to any rows within a range of rows since the last time I queried it(I have this time). I also want to find out if any new records were added since I queried the table the last time, if there has been a modification ...
|
| Does DB2 8.2 Enterprise Edition support IPv6? | 23 May 2006 16:45 GMT | 1 |
Does DB2 8.2 Enterprise Edition support IPv6? Thanks.
 Signature Regards.
|
| unable to insert data and time values into table | 23 May 2006 15:20 GMT | 4 |
hi gurus, I am kid at DB2 .problem is I am unable to insert values of time and date datatype fields into tables .default date datatype is taking 4bytes lenght so I am unable to insert date value into it .Is there any
|
| SNAPSHOT_TABLE | 23 May 2006 10:11 GMT | 5 |
ich habe mit folgenden fehlermeldung zu kämpfen: C:\>db2 select * from table(snapshot_table('Sample',-1)) as snap SNAPSHOT_TIMESTAMP ROWS_WRITTEN ROWS_READ OVERFLOW_AC
|
| HELP !!! | 23 May 2006 10:08 GMT | 2 |
Hi to all ng (sorry for my bad english) I have a problem. in a "c" progam I write an dynamic sql that in run-time give me an error sqlcode = -104 SQLSTATE[42601].
|
| Altering a distinct data type | 23 May 2006 02:03 GMT | 3 |
Can a distinct data type be altered? Eg: Suppose 'Surrogate_Key' is defined as CHAR(1). Can it be altered to CHAR(2)? And will the changes be automatically propagated to all columns that use
|
| Comparing databases | 22 May 2006 22:19 GMT | 2 |
Is there any provision in DB2 to compare databases, something similar to the diff operator in unix. As I was not able to find any, i reverse engineered the databases into ERwin and used the 'Complete Compare' feature of ERwin.
|
| direct writes | 22 May 2006 18:17 GMT | 3 |
When running a job that inserts data into a particular table we are seeing a significant number of direct writes against the tablespace containing the table. This is the only table in the tablespace and there are no other jobs running against the
|
| LIKE WITH HOST VARIABLE IN SQL UDF | 22 May 2006 16:26 GMT | 4 |
UDB DB2 v8.2.1 for LUW. Why this function can't be compiled? --- CREATE FUNCTION MYLIKE(NM VARCHAR(128))
|
| How to get table name from dynamic query ??? | 22 May 2006 16:25 GMT | 1 |
How to get table name from dynamic query ???
|
| Distinct data type | 22 May 2006 16:22 GMT | 4 |
1. I defined a distinct data type 'Surrogate_Key' using the below statement: set current schema Myschema; CREATE DISTINCT TYPE Surrogate_Key AS INTEGER WITH COMPARISONS;
|