| Thread | Last Post | Replies |
|
| Instead of Trigger results into SQL1424N | 31 Jul 2004 16:51 GMT | 5 |
I was asked to recreate a new clean database for our developers because the current one they use is not entirely up to date. So I created a new database and I run into the followin strange problem. First some facts: System: DB2 V8.1 Fixpack5 Redhat Linux 8.0 dual processor
|
| Very important table (partition) design question: DB2 UDB EEE V8.1 on AIX 5.2 | 30 Jul 2004 23:24 GMT | 2 |
Dear Group, I have the task of designing a table with similar characteristics of Oracle range partitioning. Note: we are migrating from ORacle to DB2 and we have many tables with
|
| Trigger error .... | 30 Jul 2004 20:57 GMT | 9 |
Following is a simple trigger definition: CREATE TRIGGER TRIG_EMPLOYEE_1 AFTER UPDATE OF SALARY ON DB2ADMIN.EMPLOYEE FOR EACH STATEMENT MODE DB2SQL
|
| JOINS | 30 Jul 2004 20:07 GMT | 1 |
This is a simple problem I expect, but I cant seem to crack it. I have to tables I wish to join A & B. I wish to join them where A.a = B.a. There are multiple entries for B.a, and I wish to join to the rows with the lowest B.b.
|
| Odd query hang | 30 Jul 2004 15:05 GMT | 3 |
Doozie of a problem here - may open a ticket with support, but wanted to see what others had to say first... We have an AIX 5.2 server with DB2 V8 FP5 and 32-bit instance. ~45GB db. Reorgs and runstats are done weekly and the server is at least
|
| Concurrent I/O on Aix: When? | 30 Jul 2004 14:04 GMT | 2 |
Anybody know when DB2 is going to support Concurrent I/O on Aix... I heard it was coming but I don't know when? Thanks Scott
|
| LOCKTIMEOUT | 29 Jul 2004 17:49 GMT | 1 |
we use db2 udb v8.1 on windows, our application use jdbc to create connection and sql statement, we will need the row lock prevent other session update but allow to read at the same time for the same row. since the row lock holding could be couple minutes, so for the
|
| SYSCAT.ROUTINES VALID column | 29 Jul 2004 16:02 GMT | 2 |
I have a SQL stored proc in DB2 8.1.5 (linux) This SQL proc depends on a table in the database. When I drop this table from the database and try to execute the stored proc - I correctly get the error message :Error: [IBM][CLI Driver][DB2/LINUX]
|
| MS SQL stored proc., linked server, DB2, incomplete txfrs | 29 Jul 2004 10:27 GMT | 1 |
We have server 2003 with sql 2000. as a client getting data from an IBM iseries server with DB2 UDB. The connection is through a linked sever with ODBC connection to DB2. If we invoke a SQL stored procedure to txfr data from DB2 to SQL 2000 the stored procedure completes fine but ...
|
| Client Configuration Information | 29 Jul 2004 09:32 GMT | 4 |
does anyone know, where the configuration of a db2-client on a windows-machine is stored? I searched the registry and the filesystem on my machine and couldn't find anything.
|
| Copying data between databases | 28 Jul 2004 19:11 GMT | 2 |
I want to replicate 5 tables from a production OLTP database to an OLAP database several times a day. What's the best way to do this? export/import? db2move? Two of tables will contain at most 30k rows and no LOBS. The others < 10 rows.
|
| How can I know to which column a null value has been assigned? (SQL0407N) | 28 Jul 2004 16:20 GMT | 1 |
For some reason SQL0407N error messages never reveal the name of the column to which a NULL value has been assigned. Here is an example: SQL0407N Assignment of a NULL value to a NOT NULL column "TBSPACEID=2, TABLEID=10, COLNO=11" is not allowed
|
| db2 replication | 28 Jul 2004 12:25 GMT | 2 |
I have problem with replication db2 database. Program Capture view error ASN5150W and ASN0059W. What i doing wrong?
|
| SQL SP .... | 28 Jul 2004 10:12 GMT | 1 |
Why is this simple SQL SP not returning any results? It is running fine (gives RC=0) but just not returning the result set. CREATE PROCEDURE SQLSP9 (
|
| Why does FETCH FIRST slow down query? | 27 Jul 2004 23:50 GMT | 8 |
During a routine performance check using an event monitor, I discovered a class of query whose performance has me baffled. The monitor captured: SELECT * FROM EWM_CASE fetch first 1 rows only
|