| Thread | Last Post | Replies |
|
| select rownumber() over(), ... affecting plan very badly. | 21 Jun 2004 10:58 GMT | 5 |
Hi, using ROWNUMBER() is affecting the plan of a view very badly... is there a way of writing the following view to ensure rownumber() is done as the last thing done?
|
| Multi-nodes in one instance in linux | 21 Jun 2004 09:56 GMT | 2 |
I am trying to setup 2 logical nodes in a same instance. I changed the db2nodes.cfg file as 0 db2 0 1 db2 1
|
| db2cli.ini file for JDBC .... | 20 Jun 2004 22:33 GMT | 1 |
db2cli.ini File is the place where various options regarding database connection and application characteristics are given for applications using DB2 CLI driver. Why is the very same file (db2cli.ini) also used for specifying
|
| How to avoid codepage conversion? | 20 Jun 2004 08:58 GMT | 1 |
We have some DB2 table on the host that has varchar(3200) columns that are used to store binary data (I know that "varchar(3200) for bit data" should have been used, by modifying host table is not an option at this time).
|
| DATABASE ADMINISTRATOR - DB2 - Multiple Positions ( 3 ) | 19 Jun 2004 22:28 GMT | 1 |
Position Description: SUPPORT INTERNAL ACCOUNTS FOR PRODUCTION DB2 UDB DBA NEEDS. TASKS INCLUDE BUT ARE NOT LIMITED TO BACKUP RECOVERY, PERFORMANCE AND TUNING, PROBLEM DETERMINATION AND RESOLUTION, DEPLOYMENT AND UPGRADE ETC. ROTATIONAL ON CALL AND OFF SHIFT SUPPORT ...
|
| SQL0104N in Command Center - Interactive | 19 Jun 2004 16:35 GMT | 4 |
Why do I get SQL0104N in UDB 8.1 for Windows Command Center - Interactive, when I copy-paste-and-execute this function from the docs? FWIW I have % defined as the statement terminator, but appending a %
|
| View with 2 data bases | 19 Jun 2004 04:25 GMT | 1 |
Can we implement a view or a query that can access two DB2 database Eg Data Base 1 Table: Employer
|
| New bug in v8 FP5 DB2 IMPORT command? | 18 Jun 2004 19:39 GMT | 4 |
Red Hat Linux AS 2.1 DB2 WSE 8.1 FP5 I installed FP5 on my v8 server this weekend, and I think I have found a new bug in the DB2 IMPORT command.
|
| how to use sql to query from different database | 18 Jun 2004 18:40 GMT | 20 |
hi, we use db2 udb v8.1 on windows, i am trying to use federated database objects to create wrapper, even though i have update dbm cfg using federated yes, i still get error "the instance for the db is not enable for the specified action", do i miss sth else?
|
| strange response time on one sql | 18 Jun 2004 17:52 GMT | 1 |
hi, we are using db2 udb v8.1 on windows, i have a sql which is SELECT id, oeno01, oeno22, 0,'oeftol' FROM xxx.OELTOL13_OEFTOL WHERE oeno01=2210728 AND oeno22=1 UNION ALL SELECT id, oeno01, oeno22, 1,'oeftoly' FROM xxx.OELTOL13_OEFTOLY WHERE oeno01=2210728 AND
|
| type 4 driver -- needs runtime client? | 18 Jun 2004 13:49 GMT | 1 |
Does a type 4 driver need a runtime client installed on each client computer? Thank you very much
|
| decimal point comma or period ? from DB2 Connect V8 to DB2 z/OS V7 | 18 Jun 2004 10:16 GMT | 3 |
Any suggestion would be fine. I have installed DB2 Connect EE V8.1 (fixpak 4) at two different Windows 2000 Servers, both have the same regional settings. I am connecting to the same DB2 z/OS subsystem running V7 from a DB2 Command
|
| Multiple join performance | 18 Jun 2004 10:02 GMT | 7 |
Hi, to everybody, let's consider this scenario: you have 1 data-table and 10 dictionary-tables; the data-table has 5 million records and 30 columns, 10 of these columns have a foreign-key to the dictionary-tables: the
|
| Max record size? | 18 Jun 2004 07:05 GMT | 1 |
I was looking at DB2 SQL reference books by IBM and saw the maxium size limits on CHAR, VARCHAR and other data types. Is there a similar limit on the total number of bytes per row? In other words, what is the maximum number of bytes that a table can have
|
| How do I SELECT multiple columns as one column | 18 Jun 2004 04:48 GMT | 12 |
In a table which has an animal id, its dam id and sire id, I want to see a combined list of all animal ids. I tried the following, which did not work, but did not give any error messages: select regnum from (
|