| Thread | Last Post | Replies |
|
| Errors in Sample program | 16 Jun 2004 17:01 GMT | 1 |
What is the correct way to notify the tech writers that one of the sample programs has errors in it? Unless I am mistaken, there is an error in the DtLob.java program in the V8.1 Java/JDBC sample programs.
|
| DB2 8.1 PE Licence question .... | 16 Jun 2004 14:37 GMT | 4 |
I have downloaded UDB PE 8.1 on Win XP. Issuing the command "db2licm -l" gives the following output: Product Name = "DB2 Personal Edition" Product Password = "DB2PE"
|
| How to install DB2 for TSM on AIX | 16 Jun 2004 09:52 GMT | 4 |
I try to install DB2 V8 on AIX 5.1 ML6 but at the console, it don't have CDE. So, I install Xmanager on my PC and connect with graphic interface to AIX server and then run ./db2setup. There is no any response, it's not shown any wizard to install db2.
|
| speed test tools | 16 Jun 2004 04:42 GMT | 2 |
DB2 gurus, I'm pretty new in DB2, or database field. Now I wanna some tools which can measure the speed SQL stmt. be excuted. Is there any one in the DB2 software bundle? Thanks!
|
| How to connect to db2 database using perl or php | 16 Jun 2004 04:14 GMT | 5 |
I am trying to connect to db2 database and want to execute some basic SQL commands like create or select. I am on linux 7 redhat distribution and I have no rights to compile perl or install some thing that is big in size as I am student.
|
| Unique ID | 16 Jun 2004 00:36 GMT | 5 |
I have a medical records database. At this moment one server. Providence willing, and if things go well for me, I may have 9 other servers join in. Each patient will have, by GENERATE_UNIQUE(), a unique ID from the 10
|
| A basic question about table addressing | 15 Jun 2004 23:46 GMT | 6 |
Lets say you have a query select * from db2.employees; here what is db2 - is it schema name, database name or table creator name?
|
| Java Exception thrown while Updating/ Inserting CLOB field. | 15 Jun 2004 22:56 GMT | 1 |
We have files with about 20 to 30 fields per row. We are trying to update such files with about 60 rows as contiguous data in a CLOB field. It passes through.
|
| how to get rid of the null value in the join view | 15 Jun 2004 19:35 GMT | 4 |
i have created a view like this create view xxx.GLJMSTR1 (GLAM01, GLAM02, GLBL01, GLBL02, GLCC02, GLCC04, GLCD14, GLCD15, GLDN03, GLDY02, GLDY04, GLFL03, GLMO02, GLMO04, GLNM02, GLNO01, GLNO02, GLNO03, GLNO04, GLNO06, GLNO07,
|
| Performance with table millions of rows | 15 Jun 2004 19:03 GMT | 2 |
I have a database with a table containing millions of rows (3600000). When I do a select on this table, the performance decreased due to big volume of data. Does someone knows the solutions (an overview only becaus I know that can be tricky).
|
| db2 on vse? | 15 Jun 2004 14:32 GMT | 1 |
I know that the full DB2 will not run on VSE and that it must use a cut-down version of DB2. If DB2 is running on AIX (or something other than VSE), what must be on VSE to reach DB2 on the other platform? (something like a client library?)
|
| dynamic sql EXEC SQL EXECUTE | 15 Jun 2004 13:54 GMT | 6 |
I have some problems with dynamic SQL statements in DB2 in a c file we have the following statements in sequence:- 1)EXEC SQL DECLARE my_stmt STATEMENT ; 2)EXEC SQL PREPARE my_stmt FROM :SQL_STMT;
|
| database file and drop a table | 15 Jun 2004 13:51 GMT | 2 |
What is the simplest way, with no lost of data hopefully to recover from a dropped table. I am using hot backup. Also, what constitute database files in the backup statement and is there a list of how to recover for each type of file corruption eg
|
| LIST APPLICATIONS fails .... | 15 Jun 2004 13:18 GMT | 11 |
UDB PE V8.0 on Win XP. I issue the following commands: 1. CONNECT TO SAMPLE USER db2adming USING xxxxx The output is: Database Connection Information
|
| Undefined name | 15 Jun 2004 10:22 GMT | 7 |
I'm trying to set up an application that uses a DB2 database. I know nothing at all about DB2 (or Java) and have simply followed a set of bad instructions to try and run this application. This is the error I get:
|