| Thread | Last Post | Replies |
|
| Error In SQL Statement | 05 Mar 2007 21:49 GMT | 2 |
Error in my sql statement please help SELECT PRODDTA.F5549110.BLITM, PRODDTA.F41002.UMITM, PRODDTA.F5549110.BLUOM, PRODDTA.F41002.UMUM FROM PRODDTA.F5549110, PRODDTA.F41002
|
| Convert to XML Storage V9.1 | 05 Mar 2007 03:37 GMT | 4 |
I need to know if my regular relational database, now in DB2 v9.1 can be transformed to an XML database easily? The data can very easily be represented in XML, but can I convert a regular table into an XML table and retain Stored Procedures and
|
| AIX concurrent IO == Linux Asynchronous I/O | 04 Mar 2007 23:55 GMT | 6 |
Running DB2 on AIX. I've read http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0408lee/ DMS tablespaces on concurrent I/O file systems (with the AUTORESIZE YES
|
| Autoincrement DB2 JBOSS EJB CMP | 02 Mar 2007 19:02 GMT | 1 |
J have database DB2 and create table T_TEST with fields: ID - integer autoincrement NAME - varchar(50) QTY - Integer
|
| DB2 performance on a V7.1 on Z/OS - long post | 02 Mar 2007 12:08 GMT | 1 |
I would like some opinions on my proposed solution to solve the problem our production main job is having with lock suspends/ deadlocks. Machine is a z/OS 01.06
|
| Fulltime DB2 UDB opportunity | 02 Mar 2007 07:34 GMT | 1 |
I have a fulltime DB2/UDB Developer opportunity with a global investment firm in NYC. If you are interested please send me your resume. I don't know whether this group can be used for job postings. If not,
|
| DMS tbspace on Auto.Storage enabled db | 02 Mar 2007 03:39 GMT | 1 |
Is it possible to create a DMS/SMS tablespace on an automatic storage enabled DB2 V9 database? I don't have a personal copy to try it out. Thanks, Sam
|
| Identifying those tables with 'Not Logged Initially' | 02 Mar 2007 00:55 GMT | 2 |
Folks - DB2 FP9 on Linux AS 4. We are running PeopleSoft which has every table generated with "Not Logged Initially". Fine.
|
| IMMEDIATE CHECKED | 01 Mar 2007 21:46 GMT | 4 |
I have two tables TABLE1 and TABLE2 each has it's own primary key. TABLE2 has a foreign key to TABLE1 and TABLE1 has foreign key to TABLE2. Now I have done a LOAD FROM NUL REPLACE INTO TABLE1 and LOAD FROM NUL REPLACE INTO TABLE2 and both tables are in Set Integrity Pending state.
|
| if exists in php with UDB Linux | 01 Mar 2007 21:45 GMT | 8 |
I need to see if some rows exist, but do not need to read them. The best I could come up with is: $sql = "SELECT 1 FROM $schema.auction_owners WHERE auction_id=$ai
|
| How many DB2 processes running on your Solaris server? | 01 Mar 2007 21:38 GMT | 9 |
I have a DB2 8.2(fk14) running on Solaris 9 server. Once the DB2 working, I can see more than 30 DB2 processes(db2sysc) running at the same time. Is that normal? Thanks.
|
| Migration from Oracle | 01 Mar 2007 21:03 GMT | 4 |
What methods are there for migrating Oracle rowid based dml into DB2? We have lots of code that uses the following method in Oracle select rowid into lRowid from <table>; .
|