| Thread | Last Post | Replies |
|
| v81 -- tools did not get installed | 27 May 2004 03:21 GMT | 3 |
I had stopped all database services before running the setup program for upgrading from 7.2 to 8.1. During the installation process though, I got a message to the effect saying the tools server could not be installed because no start database command was issued. Does anyone
|
| Can two different versions of DB2 Connect be installed on one machine? | 26 May 2004 15:31 GMT | 8 |
Any information would be greatly appreciated~~!! Thanks!
|
| Resource for Stored Procedures .... | 26 May 2004 05:59 GMT | 3 |
I want to learn about coding Stored Procedures on UDB from scratch, especially Java Stored Procedures. What is the best resource for that? "Application Development Guide" available in PDF on the net is not available to me due to Firewall protection in our organization. Is
|
| Error explanation help | 26 May 2004 05:14 GMT | 1 |
Running the following shell script (DB2 8.1.5, LINUX): db2 <<END connect to animals set schema is3
|
| Analyzing memory usage by db2agents | 26 May 2004 04:50 GMT | 2 |
For once, I have a customer that is more concerned with reducing the memory usage than with increasing performance - a new direction in tuning for me. I'm looking at db2 agent processes on the system - db2 7.2 fp 11 on RH Linux - no parallelism (neither inter or intra
|
| how to migrate from 7.2 to 8.1 | 26 May 2004 01:28 GMT | 2 |
I upgraded from workgroup 7.2 to 8.1 (fixpak 5). I can see the databases listed in the control center but when I right click on one of the tables I get the messsage below - I did a migration check before the installation and that did not give any errors, my problem
|
| Quest Central: Duplicate database name? | 25 May 2004 17:45 GMT | 1 |
I was wondering if anyone here could help with a Quest Central issue. I have two different hosts listed in Quest Central. Each host has a database on it, but the databases have the *same* name. I can add the database to the first host OK. But when I try to add the second
|
| Sybase to UDB | 25 May 2004 07:35 GMT | 7 |
We have a client who wants to convert their Sybase application (with Stored Procedures, Triggers etc.) to UDB on AIX. Has someone on the list attempted this? Could they share their experiences (especially bad experiences) including application and data porting, best third
|
| how to use ibm ole db provider ??? | 25 May 2004 07:21 GMT | 2 |
I know I've asked this before, but I've been away from this for some time and have forgotten what solved the problem. I want to use the IBM OLE DB provider and connect to a database on a server. When I code the Dim c1 as ADODB.connection "method", I get a
|
| Event Monitor | 25 May 2004 02:13 GMT | 1 |
Can someone give examples of what activities consume User CPU and which ones System CPU? Below is an output from statement monitor: Where does all the User CPU go ? I see the sort time is just 16
|
| DB2 V8.1 on Mandrake 9.1/9.2 | 24 May 2004 18:09 GMT | 10 |
Has anyone managed to get DB2 V8.1 to install and run on Linux Mandrake 9.1/9.2? I know that IBM does not officially support DB2 on Mandrake but I also know that the clever people who buy DB2 sometimes find a way to do things that
|
| SQL1072C Red Hat Linux 8, DB2 7.2 | 24 May 2004 17:33 GMT | 3 |
Here's the problem. Created one instance db2inst1, started the database manager, and created a database (XDTGOM). Everything works perfect. Stopped the database manager for this instance.
|
| why dropping an "instance" deleted the original database!!! | 24 May 2004 17:16 GMT | 8 |
I have a database IMAGES on DB2 7.2 workgroup edition running on windows 2000 server. On a win xp client, I created two separate instances of the same database IMAGE so that I can have different client configurations for the 2 instances. Then I right-clicked on one
|
| update...where not exists .... on same table -- 390 v7.1.1 | 24 May 2004 16:20 GMT | 7 |
i need to update a column which is a member of the PK on this table. there are some thousands of rows to be updated, many more thousand already in the table. so, i get a constraint violation doing a simple
|
| exception join vs. inner join with <> (is it the same?) | 24 May 2004 15:49 GMT | 4 |
I have a question: do the both statements below give the same result? If yes then does somebody know something about preformance differencies using these joins?
|