| Thread | Last Post | Replies |
|
| connect to db2 9.5 server slow | 30 Apr 2008 19:36 GMT | 5 |
I have installed a new Db2 V9.5 fp1 Linux 64 bit with a partioned database. When I connect to the database using DB2Visualizer on Windows, that uses db2jcc, it works OK. Connecting from DB2 Control Center takes 4-5 minutes, but it connects. Opening a table can take 4-5 minutes ...
|
| SQL0437W Performance of this complex query may be sub-optimal. Reason code: "1". SQLSTATE=01602 | 30 Apr 2008 12:00 GMT | 1 |
We have created triggers to log modifications to tables in our application. The triggers work fine, just on one of the tables in our database the triggers fail with the error message <SQL0437W Performance of this complex query may be sub-optimal. Reason code: "1". SQLSTATE=01602>. ...
|
| Get "user" tables | 30 Apr 2008 09:05 GMT | 5 |
Hello, I need to communicate with a db2 database from a java program and this java program needs to check which "user tables" there are. I came up with the following query which I tried in Control Center: select tabname, tabschema from syscat.tables where tabschema !=
|
| Dynamic statement cache on LUW | 29 Apr 2008 21:04 GMT | 3 |
DB2 LUW 8.1 fixpak 14 Red Hat EL AS 4.4 I'm trying to diagnose some nocturnal CPU pressure, and am trying to understand the dynamic statement cache as it applies to LUW. The only
|
| express-c and php very slow | 29 Apr 2008 19:08 GMT | 3 |
i set up php+db2+zend+apache2 on my linux server (debian/etch amd) and have great problems with the performance of queries. I currently have 50 empty tables and 2 filled ones (one with 11 rows, the other with 60) if i issue a simple "select * from table1" (11 results), its takes up ...
|
| CLI Trace - Syntax Error | 29 Apr 2008 18:49 GMT | 1 |
DB2 LUW v8 FP15 I am running a simple 'runstats on table session.temp_MID_1 and indexes all' and it fails with [04/29/2008 13:25:49.902600] SQLAllocStmt( phStmt=4:2 )
|
| db2 8.2 base release download | 29 Apr 2008 01:10 GMT | 7 |
Can anyone tell me where i can download the DB2 UDB EE v8.2 base release? It seems i need to have passport advantage account to be able to download it from IBM website. Thanks,
|
| Syntax Error-Help!! | 28 Apr 2008 19:05 GMT | 7 |
Syntax Error-Help!! My error "SQL0180N The syntax of the string representation of a datetime value is incorrect. SQLSTATE=22007" . I'm using yyyy-mm-dd. I can see the dates in a column on another
|
| Question about MIN/MAX optimization | 26 Apr 2008 16:57 GMT | 11 |
Db2 v8 FP15 LUW . create table T (ID varchar (24), ABC timestamp) There is an index for (ID, ABC), allowing reverse Scans. My application needs to determine MIN and MAX(ABC) for a given ID. We
|
| commit active -- forever | 25 Apr 2008 19:50 GMT | 1 |
hi I am using DB2 V9.5 but there is a IMPORT transaction that will never be able to commit itself. Its status is forever "Commit Active", and is taking 12% CPU, and not waiting on any lock.
|
| MQTs under z/OS - how to get IMMEDIATE REFRESH functionality | 25 Apr 2008 19:44 GMT | 3 |
I'm doing some cross-platform development, under LUW 8.2 (Windows) for z/OS 8. I have some fairly complex queries which address some rather large tables.
|
| DB2 UDB Warehouse | 25 Apr 2008 18:16 GMT | 2 |
I am running DB2 UDB Workgroups V8.2 on Linux. I don't believe I installed the Data Warehouing capability when I installed. Is it difficult to enable that capability post installation?, and a second question is "Are the data warehousing capabilities available with my
|
| db2stop and db2start require password in partition env | 25 Apr 2008 17:18 GMT | 3 |
I'm trying to set up a database instance on a prime Linux server, using db2 V9.5 with fixpack 1 applied. I issued db2set DB2RSHCMD=/usr/bin/ssh After adding 2 partitions, when issuing db2stop (as instance owner),
|
| Commit Active | 25 Apr 2008 15:52 GMT | 1 |
hi I have a "import from flatfile into table" command which takes 100 seconds to finish by itself. However, when I run this import under UR concurrence mode, this import
|
| Moving tables between an iSeries and DB2 for Linux | 25 Apr 2008 01:38 GMT | 6 |
I am attempting to implement, what I believe to be, an unusual scenario, and am hoping to find someone that has experience with something similar. I currently have a series of physical and logical files on an iSeries (AS/400, System i5, or whatever IBM calls it
|