| Thread | Last Post | Replies |
|
| Query Help | 05 Aug 2006 20:42 GMT | 5 |
Hi All, Need help to write an SQL, requirement is as below. db2 => select * from dealer D_KEY NAME ----------- ----------
|
| DISTINCT and ORDER BY | 05 Aug 2006 19:55 GMT | 7 |
Colleagues: Take a query like SELECT DISTINCT
|
| SQL and variables. | 05 Aug 2006 04:02 GMT | 5 |
I am a pretty new DB2 user(Old MSSQL user), and therefor i have a question to a query. Usualy I can make stuff like (Silly example) declare @hat int
|
| making identical table changes on many databases | 05 Aug 2006 03:30 GMT | 3 |
We have a significant (and increasing) number of identical databases spread over numerous servers (linux) and are finding it a pain making table changes since we are currently issuing the alter command manually against each db. We are looking for ways to simplify this process - one
|
| execute COBOL via iDB2Command -- With Dynamic Parameters | 05 Aug 2006 01:41 GMT | 1 |
I'm able to call a COBOL program directly using the iDB2 .NET native provider and run it if I hard code the parameters. However, I want to use InputOutput parameters to return values. However, it does not seem that these get replaced by the values they are
|
| REORG problems with LONGLOBSDATA and PAGESIZE | 04 Aug 2006 18:34 GMT | 1 |
DB2 v8.1 FP 11 on AIX 5.2. A REORG of a table created in a 4KB-PAGESIZE tablespaces with associated LONG data stored in a 16KB tablespace is failing with the following error:
|
| MQT Help | 04 Aug 2006 18:12 GMT | 2 |
People, if I have the following table table: CREATE TABLE DATES_A ( DATE_A DATE NOT NULL WITH DEFAULT CURRENT DATE,
|
| How to match a Java SQL Exception to the SQL error message | 04 Aug 2006 10:49 GMT | 3 |
is it possible to relate a Java SQL exception (for example: SQL Editor - bad syntax in a user's sql statement) to the corresponding db2 error message in a java application? Does it depend on the JDBC driver type?
|
| Problem with Modifing MQT | 04 Aug 2006 07:56 GMT | 4 |
we are using DB2 v8.1 on Linux64 for a DW application. We have a table with around 800 million records in it. For performance purpose we created about 2 or 3 MQT's(summary tables) on the table with refresh immediate option. But when developers come up with some changes on the
|
| Doing updates/deletes in small batches... | 04 Aug 2006 00:12 GMT | 3 |
I know this subject has come up many times but I am not finding what I am looking for after a couple days of searching. I know some months ago I saw an indirect solution for this but I cant seem to find it now that I need it.
|
| Integer binary representation | 03 Aug 2006 20:58 GMT | 3 |
Does anybody know what is binary representation of integer datatype fields written to archlogs on z/OS (OS/390) machines? Is it "Two's complement", "One's complement", Sign-modulo or whatever? I would analyze it for myself if someone would provide me with some
|
| Occasional -30082 after an SQL1024 | 03 Aug 2006 19:41 GMT | 5 |
I was wondering if anyone knows why this error is occurring. Every once in a while I will get an sql -1024 (we are looking in to why this occurs in the first place). I automatically do a DB2 CONNECT and it reconnects without a problem. Occasionally, however, the reconnect
|
| Urgent SQL0293N | 03 Aug 2006 02:57 GMT | 2 |
I got the SQL0293N error. someone can help me to solve this problem? My db2 is version 7.1 on win2000 server.
|
| get event monitor state? | 02 Aug 2006 19:00 GMT | 2 |
Hello list, Sorry to ask such a stupid question; I am obviously not looking at right places, but what is the counterpart of set event monitor? There is no get event monitor and no state column in db2 catalog tables. How do I
|
| Catalog non-db2 database on db2-udb | 02 Aug 2006 15:53 GMT | 1 |
Can it be done? If yes, how so?
|