| Thread | Last Post | Replies |
|
| Update/Load Slooooow | 09 Oct 2005 01:49 GMT | 3 |
Ok so I was using update to flip-flop some data in one of our fact event tables. It was chugging OK, but I thought it could have been faster. I ceased the update script and ran runstats on the table. After it completed runstats, its updating even SLOWER!!!
|
| I/O error "243" when backup to tape | 07 Oct 2005 17:27 GMT | 2 |
We have DB2 EE version 7 and we are trying to backup our databases to tape (up to now we were backing them up to file without problems) with "db2 backup" command. Our problem is that we get this error message:
|
| SQL0901N - Any comments? | 07 Oct 2005 15:38 GMT | 2 |
DB2/SUN 8.1.6 I have a PROCEDURE that worked until i modified it by adding a FUNCTION call in some of the queries. Then i started to get: SQL0901N The SQL statement failed because of a non-severe system
|
| Small & Large Lobs | 07 Oct 2005 15:15 GMT | 4 |
Given I have binary input which is to be stored in one table, and it may consist of any size -- ie, VARCHAR(n) FOR BIT DATA, WHERE THE n is less than 32K, or the n is bigger such that it is a BLOB ... Given that I have a LOB table too, named LOBTABLE,
|
| Integrity pending | 07 Oct 2005 15:12 GMT | 3 |
Hey All.. What's the easiest way to query all the tables that are in a integrity pending state?
|
| TYPES, HEIRARCHIES etc | 07 Oct 2005 15:09 GMT | 1 |
Dear Guru's Can anyone please direct me to articles, documents or indeed help explain in 'english' the benefits and advantages of using TYPEs, HEIRARCHYs, TYPE TABLEs and METHODs ?
|
| load in an atomic statement -anyone resolved this?? | 07 Oct 2005 10:31 GMT | 5 |
Begin Atomic Declare a integer; Set a=(select count(1) from claims.table1); if a<>0 then
|
| DB2MSCS problem | 06 Oct 2005 18:18 GMT | 7 |
Running on Windows 2003 Advanced server I tried to configure clustering with DB2 ESE (FP10) with the DB2MSCS utility. Defining the cluster resources seems to be succesfull but the DB2 resource can't be brought online.
|
| querying the number of connected components | 06 Oct 2005 14:49 GMT | 9 |
|
| Trigger Db2 V8.xx | 06 Oct 2005 13:57 GMT | 2 |
Hi to all Ng Sorry for my bad english. I have got a problem. I understand if a user try to update more than 10 row in a table. So I think to create a trigger that by a row_count I 'll able to trap this event. for example
|
| database name | 06 Oct 2005 10:41 GMT | 3 |
I have the following simple question: Once connected to a database (possibly with an alias), how can I get the actual database name?
|
| sequence | 06 Oct 2005 10:02 GMT | 1 |
I'm trying to change sequence name like this: CREATE SEQUENCE seq_transid START WITH (VALUES NEXTVAL FOR transid_seq+1) INCREMENT BY 1
|
| about cursor load | 05 Oct 2005 20:18 GMT | 7 |
I'm going to use cursor load to load 200GB data in my production database. My database has 2 partitions. but I cannot find more info in the manual about this cursor load.
|
| GENERATED ALWAYS AS IDENTITY clause | 05 Oct 2005 17:42 GMT | 10 |
I have a table defined as follows: CREATE TABLE "LOGINS" ( -- UID "PK_NUMBER" INT GENERATED ALWAYS AS IDENTITY (START WITH 1),
|
| DB2 7.x and Linux 2.6 kernel + RHEL 4 | 05 Oct 2005 15:11 GMT | 5 |
we have a little problem with the dependencies of an application (MKS) that we want to upgrade to a new version. The application now runs on a Suse Linux 7.3 system with 2.4 kernel and DB2 7.2. We want to upgrade this application to the recent version and
|