| Thread | Last Post | Replies |
|
| How to change schema of table in DB2 v.8.2 without coping data | 18 Apr 2008 18:10 GMT | 5 |
Hallo all Is it possible to change schema of table in DB2 v.8.2 without recreating and coping a table into a new schema? I need it for several purposes, one of them - refactoring of existing
|
| how to archive lots of records | 18 Apr 2008 13:05 GMT | 7 |
I have a table with lots of stock movements. ( stockmovements) Once per year the user need to run a routine that move these records into a table (history) and delete the movements from the original table (stockmovements).
|
| systoolstmpspace : %%When is this tablespace used %% | 17 Apr 2008 17:05 GMT | 1 |
We have a UDB 9.1 fp 1 mutlipartition environment..... We noticed the database directory filesystem on NODE 0 reaches 100 %... and SYSTOOLSTMPSPACE tablespace (managed by automatic storage) runs out of space...
|
| V9.1 Insert Trigger to extract attribute from the XML document being inserted. | 16 Apr 2008 19:57 GMT | 2 |
I have a test table //--------------------------- name varchar(32) version varchar(16)
|
| catalog node and DNS lookup | 16 Apr 2008 18:16 GMT | 1 |
I had a node cataloged with an explict IP-address. I tried to change to a fully qualified name but: db2 catalog tcpip node mynode remote db2server.mycompany.biz server 50001 The catalog command was acccepted, db2 was restarted,
|
| NEED HELP: How to convert Joe Celko SQL IN DB2 without Stored Procedure | 16 Apr 2008 01:05 GMT | 19 |
I am tryieng to convert our time consuming recursive queries too very efficient queries based on nested set model. The only problem is to convert an adjacency list model into a nested set
|
| Partitioning Key | 15 Apr 2008 10:05 GMT | 2 |
I would like to hear your oppion about the follow partitioning keys. With the goal to have an evenly distributed dataset around all partitions we chose the following: No
|
| to ACCESS-DB from zOS/DB2 | 15 Apr 2008 09:42 GMT | 2 |
I would like to access to a MS-ACCESS-DB/Windows-Server from zOS/DB2 via COBOL/ODBC-Program. Can anybody help me ?
|
| WLM and DB2 9.5 | 15 Apr 2008 06:41 GMT | 2 |
I've tried to find out license information for WLM and DB2 9.5 but did not succeed. Can someone tell me the policy to use WLM: is it available free in ESE, as a license ? is is available on WSE and EXP ?
|
| How to check "bad page" efficiently? | 14 Apr 2008 20:00 GMT | 7 |
"bad page", especially in table, is a risk for database maintenance. The particular access attempt for corrupt blocks may not occur often, and corrupt DB2 blocks are not recognized during a database backup, corrupt blocks can remain
|
| Tracing agent execution and activity | 14 Apr 2008 19:49 GMT | 4 |
Environment: DB2 v8 LUW FP 15 running on Linux. For some reason that I can´t explain, a simple insert statement on a table may run very quickly, or may take forever (20-30mins) to finish.
|
| Admin client for Linux Red Hat Linux AS/EX 3.0/x86 | 14 Apr 2008 15:50 GMT | 1 |
All, Can someone provide me the link to download 'DB2 admin client for Linux Red Hat Linux AS/EX 3.0/x86'? Is this a free download? Our UDB's on the backend are all
|
| put 2 lines into 1 column | 14 Apr 2008 15:18 GMT | 5 |
IHello, I've a table like this (location withprobably more than i ip address) : NAME IP_ADDRESS host1 1.1.x
|
| Invoke LOAD command? | 13 Apr 2008 10:10 GMT | 8 |
I was trying to load a comma-separated text file to a DB2 table. I believe I have the syntax rigt for the LOAD command. My first question is, how do you actually run it? It is not a SQL command; so it doesn't run from the command center/SQL window. It
|
| How to get substring of numeric value | 11 Apr 2008 19:37 GMT | 4 |
I would like to extract the first 6 digits of a numeric value (e.g. the string '123456' out of the numeric 1234567890123456789). I tried a combination of CAST and SUBSTR, but it seems I am not doing the conversion properly. Please advice:
|