| Thread | Last Post | Replies |
|
| the problem about load from cursor | 15 Feb 2006 08:28 GMT | 2 |
Be consider of efficiency, I want to use "load from cursor " instead of "insert into ... select ..." so I write sql sentence like following: declare mycor cursor for select a.a, a.b from table1 a , table2 b where
|
| v8.1 (win2K) database files into v8.2 | 15 Feb 2006 07:38 GMT | 4 |
was having a real mess trying to upgrade v8.1.6 to v8.2.3 (aka FP10). so i just deleted the failed 8.1/2, and did a fresh install of 8.2, having been assured by our DBA types that 8.2 could find the files left from the 8.1 databases. these are testing databases, so they
|
| DB2 Type 4 JDBC Driver | 15 Feb 2006 02:50 GMT | 1 |
Where can I download the latest DB2 Type 4 JDBC Driver?
|
| Generating CREATE TABLE statements for a table | 14 Feb 2006 18:40 GMT | 9 |
Is there any SQL that would return the "CREATE TABLE" statement for an existing table in the database? Regards, Jack
|
| Urgent problem - hanging primary key constraint | 14 Feb 2006 14:32 GMT | 3 |
Hello All; Assuming a PMR is in order for this, but wanted to run by the group to see if anyone had similar experience. We just upgraded a DB2 V8 AIX (DPF) environment to FP10 from FP6 and have a problem with an
|
| strange behaviour with temporary tables | 13 Feb 2006 22:55 GMT | 1 |
the pseudo code for my update is for i = 1 to n; insert k records into temp_table; update a set c1 = (select c1 from temp_table where
|
| Stored Procedure Issue:Call Vs Loop | 13 Feb 2006 18:49 GMT | 2 |
db2 V 8.1.3 Windows I have an application which processes some rows using an SP.There are 2 approaches to this issue. 1) I can call the SP once and pass all the rows together as CLOB.(Rows and
|
| reorg and reorgchk | 13 Feb 2006 18:44 GMT | 2 |
does anyone have an idea as to why the reorgchk utility says that a particular table needs to be reorged even after running the reorg command on that particular table. answer is appreciated.
|
| sqloPdbRecvBuffer errno=104 Any ideas? | 13 Feb 2006 18:39 GMT | 1 |
Red Hat 2.1 AS DB2 v8 FP5 From db2diag.log. Anyone have an idea what this is about? 2006-02-10-05.46.59.739601 Instance:md Node:000
|
| Locks on table. | 13 Feb 2006 18:05 GMT | 5 |
Hi , How to find out if a table is locked ? Thanks Bikash
|
| DBMS maintained views | 13 Feb 2006 15:31 GMT | 3 |
Some time ago I was working with DB2/400 - and one of the most appreciated features was the concept logical files - a bit more than views in that they maintained an access path. That is it maintained an index of the records in the physical table(s) depending on specified view ...
|
| v7.1 group by and SQL0134N | 13 Feb 2006 11:51 GMT | 1 |
I have a table with a column that is a varchar of greater than 255. There appears to be a problem with grouping when the column is greater than 255. From reseach it appears this problem is resolved at 7.2+. Does anyone have a resolution using 7.1 (getting the upgrade requires
|
| Segmenting tables | 12 Feb 2006 23:34 GMT | 1 |
What are the considerations for segmenting tables? Would segmenting a table with 45 million records be a good idea? Any link or website which gives me a clear idea about the consideration will be appreciated.
|
| Linux: How does db2iauto work? | 12 Feb 2006 12:35 GMT | 2 |
On Linux and other UNIX like systems, you can configure a db2 instance to start automatically at system start with the command db2iauto -on <instance name>. But how does it work? On Linux (SuSE 9.3) I see no entry in /etc/inittab and no entry within
|
| SQL1220N | 11 Feb 2006 03:14 GMT | 4 |
I had been running 8.2 on Linux 2.6 for about a month without any problems. Suddenly yesterday, my database connection was severed. I tried to re-connect but could not (I've forgotten the error message). I tried db2stop && db2start, which returned successfully, but I could
|