| Thread | Last Post | Replies |
|
| install UDB / DB2 on CentOs | 20 Oct 2006 10:01 GMT | 2 |
I would like to know if it is possible to install UDB / DB2 on CentOs. TIA. Andy
|
| Testing for a Connection | 20 Oct 2006 09:06 GMT | 3 |
After searching google groups and the web, there seems to be no good answer to this but I thought I would ask anyway. Is there a way to programmatically test for a db2 connection, similar to 'db2 get connection status'?
|
| I can't put a subquery into a coalesce in Z/OS DB2 | 20 Oct 2006 06:45 GMT | 1 |
I am using DB2 (version 7, soon to be updated to 8) on a mainframe that runs Z/OS. It seems to me that the following query is legitimate, but I get an error message. (This is not a real query; I'm just using it to experiment.) SELECT CLASS, TYPE
|
| Migration from udb v7.x to db2 v9: a stupid simple question | 20 Oct 2006 06:40 GMT | 5 |
Hi, List. My company has a VERY BIG product base on db2 udb v7.x. We want to di an upgrade to v9, but.... current db has a lot of procedure (cobol..!).
|
| JDEdwards date | 20 Oct 2006 01:32 GMT | 8 |
Has anybody ever created a DB2 date function to convert a JDEdwards date to a db2 date? Example: September 28 is 106271 in JDEdwards.
|
| Determinining which PRODCEDUREs need to be REBINDed after a TABLE DROP/CREATE | 19 Oct 2006 20:16 GMT | 1 |
We're going to expand a COLUMN from a lookup TABLE, which is REFERENCEd from three other TABLEs, from CHAR(2) to CHAR(5). It is the PK of the lookup. To do this, we plan to EXPORT the data, DROP the TABLE, (re-)CREATE the
|
| db2 CASE or CAST problem | 19 Oct 2006 18:53 GMT | 3 |
Who have a explication or solution My Email info@info-tact.com Request #1 : SELECT CASE WHEN nominal_total = 0 THEN 9.0 ELSE
|
| db2 8.1.5 how obtain machine name | 19 Oct 2006 18:52 GMT | 1 |
How obtain server (machine name) with db2 8.1.5 ? I need get this name in select statement: select (something) from sysibm.sysdummy1
|
| tablespace / container info from a backup image | 19 Oct 2006 16:35 GMT | 3 |
It is possible that we may be asked to restore a production tape, say 3 yrs later. We would prefer redirect restore for that. I am documenting a process to do a redirect restore. We take production backups via Legato.
|
| Returning rows after select for update and update current of | 19 Oct 2006 13:35 GMT | 2 |
I'm using stored procedures in DB2 UDB 8.1.2. In this stored, I execute a select for update command, opening a cursor. Then I update the rows using fetch and current of. The problem is that I want to return the rows for my Java application. But if I set the cursor of the select for
|
| How to create a query in a .bat file | 19 Oct 2006 12:51 GMT | 1 |
I have a sql query, i want to create a .bat file to execute the query. Also i would like to know how to run the file. Can anybody can help me with this?
|
| Export Command SQL with carriage return | 19 Oct 2006 12:44 GMT | 6 |
I have been using the db2 export function for quite sometimes. Everytime I want to use it I have to remove every carriage return from my SQL statement and have it all on one line as shown in the following simplistic example:
|
| Export Command - How to generate a row with column headers | 19 Oct 2006 12:41 GMT | 5 |
I have been using the export command for quite some times to export comma delimited file. I have always been looking at how to generate the first row with the column header but never found a clean way to do it. I have searched this newsgroup and the only suggestion found was
|
| Unable to grant execute privilege (Urgent) | 19 Oct 2006 10:15 GMT | 1 |
I 'recreated' a stored procedure. Earlier, i had given privileges to a particular group but now (after rebuilding) when I try to grant execute privilege for the SP to the same user group, it gives me the below message.
|
| jdbc statement.setQueryTimeout | 19 Oct 2006 09:20 GMT | 1 |
I use db2jcc.jar from 8.1 client. Is there a way to set up timeout before executing statement? statement.setQueryTimeout does not timeout on execution of statement.execute.
|