| Thread | Last Post | Replies |
|
| SQL issue? Can this be done? | 05 Apr 2006 16:55 GMT | 2 |
I need some SQL help. I have a table that looks like this: Cat1 Cat2 Cat3 Subset Number --------------------------------------------- A ABC Primary X 21
|
| db2cmd..... | 05 Apr 2006 16:39 GMT | 4 |
hi newsgroup, is there a way to pass a parameter (e.g. password) to a db2script? Example: db2cmd /c db2 -t -fscript.clp
|
| Sequences in db2 8.1.0.36. | 05 Apr 2006 08:21 GMT | 3 |
I am using IBM db2 version: 8.1.0.36. The following code: insert into t values (next value for s) [
|
| Functionally equivalent exception Join | 05 Apr 2006 06:27 GMT | 3 |
Does DB2 UDB Supports Exception Join? I think 'No'. Hence I used the following method to find out an functioanally equivalent exception join select * from tab1 where not exists
|
| slow download-insconsistent latency | 05 Apr 2006 05:52 GMT | 1 |
i have a problem related to slow downloading speed.the situation is i have about 60 PC's in a domain.when i ping ISP Gateway from a LAN PC i get the replies...22, 25,35, 400, 50ms an some times 22, 40, 220, 150, 30, 100ms...I get lot of variations
|
| Confused on how to get a percentage of total using OLAP functions | 04 Apr 2006 22:45 GMT | 5 |
[8.2.4 on 32-bit linux] Have found http://www-128.ibm.com/developerworks/db2/library/techarticle/lyle/0110lyle.html which is quite helpful, but doesn't quite tell me what I want.
|
| Command Editor problem? | 04 Apr 2006 20:57 GMT | 2 |
We are using V8.1.9 (aka 8.2) and we are having an annoying issue with the Command Editor. It does not seem to remember, from session to session, the "targets" that should appear in the drop-down box .Was this supposed to be a feature? It would be nice...
|
| Need ROLLUP expert advice! | 04 Apr 2006 18:58 GMT | 3 |
I need some expert advice on a ROLLUP fine point. summary_table table has 4 columns: file_id primary_site
|
| DB2NTMEMSIZE | 04 Apr 2006 13:36 GMT | 1 |
When ever I start DB2, I get the message that APLD has been truncated and that I should add the param to the DB2 registry DB2NTMEMSIZE = APLD:125830720 The documentation says that APLD is related to Fenced Stored
|
| how to rollforward without userexit - SQL1268N | 04 Apr 2006 13:24 GMT | 18 |
I have restored a clients database using a redirected restore. However, it is in a roll forward pending state. When I try to to a roll forward to end of the logs, I get SQL1268N Roll-forward recovery stopped due to error "1" while
|
| Issues with loading 124 million records | 03 Apr 2006 22:20 GMT | 2 |
I am trying to load from a cursor which selects 124 million records...but while loading it completes the build phase and it stuck ..I think...at the delete phase(which in turn looks like doing the relational Integrity thing) according my DBA at around 4%...Is there a
|
| db2_evaluncommitted | 03 Apr 2006 21:25 GMT | 8 |
We have the following scenario: 1) update table A by joining with a global temporary table B 2) There is a one to one correspondence between A and B
|
| Parameter.Add need help - not understanding | 03 Apr 2006 18:59 GMT | 1 |
I'm somewhat new to DB programming and have a question. I am now taking over an application that a previous programmer had written and he had made use of the Parameter.Add function for DB2 comman objects. This is what is trying to be done:
|
| How to Drop data from table quickly | 03 Apr 2006 18:28 GMT | 3 |
I am using a DB2 table of size 100 thousand records in it, which does not have any relationship with other tables. When i tried to delete the data in the table by using the command IMPORT FROM /dev/null OF DEL REPLACE INTO MyTable;
|
| How to obtain the schema from a JDBC Connection ? | 03 Apr 2006 17:06 GMT | 2 |
Does anyone know how to get the schema name given a JDBC Connection object? I see that I can do "toString" and pick the "User=" substring, but smells of a hack. :) Thanks,
|