| Thread | Last Post | Replies |
|
| "SQLWarning chain holds value that is not a SQLWarning" | 26 Aug 2006 01:59 GMT | 1 |
Nobody has ever had this error in the history of the internets, except this IBM page talking about update 1.1 to something called "User Groupies" http://tinyurl.com/zlbyo On our JDBC connection we get a list of the currently reported warnings
|
| Update tables with primary key | 25 Aug 2006 18:25 GMT | 2 |
Hi to all !!! I am new working with DB2. I have one table with 4 primary key (CLIENTID, TIMESTAMP,ENTITYTYPE,ENTITYID)
|
| How to determine which database a db2fmp process is running against? | 25 Aug 2006 09:22 GMT | 1 |
Is it possible to figure out which db a db2fmt process is running against? If so, how? Thanx /Lennart
|
| Replication performance - how to measure it ? | 25 Aug 2006 00:27 GMT | 5 |
could you please advice on how to measure replication performance in Oracle, DB2 & MS SQL Server RDBMS installed in Windows servers ? I've got two servers with databases installed and configured, I prepared set of data using DBGEN from TPC and I already imported them
|
| DB2 UDB SQL Stored Procedure. | 24 Aug 2006 22:17 GMT | 4 |
I'm having a tough time trying to run this stored procedure in DB2 UDB 8.1 environment. Can someone help me out here. All I'm trying to do here is update an indicator 'N' if it is a NULL. Approximately 8 million rows will be updated as a result. I'm a newbie to DB2 and
|
| LIST HISTORY BACKUP Status | 24 Aug 2006 18:50 GMT | 1 |
When I do a LIST HISTORY BACKUP, the following is shown the O/P. ---------------------------------------------------------------------------- Comment: DB2 BACKUP ABCD ONLINE Start Time: 20060823230001
|
| Urgent Help :Query | 24 Aug 2006 14:54 GMT | 7 |
I get the following error in the query SQL0415N The data types of corresponding columns are not compatible in a fullselect that includes a set operator or in the multiple rows of a
|
| SYSPROC.ADMIN_CMD | 24 Aug 2006 12:55 GMT | 3 |
I am trying to do the following from within a procedure. set vcsql = 'Call SYSPROC.ADMIN_CMD(' || '''load from /dev/null of del replace into bi.Provisioned_Spam''' || ')'; execute immediate vcsql;
|
| What is ONLINE BACKUP intended for ? Is it fake feature ? | 24 Aug 2006 10:58 GMT | 10 |
Some time ago I asked in this conference, - How to use an ONLINE BACKUP to restore database onto another system? - but got no answers. Therefore I can conclude it is not possible. But... what can I do with "online backup", really ? What is it needed for ? I do not see any ...
|
| JDBC batch inserts seem very slow. | 23 Aug 2006 23:54 GMT | 2 |
We are prototyping an application that is inserting 500 rows into a table. One method is to using batching and make one database call to insert all 500 rows, the other method is to make 500 database calls insert 1 row each time. The problem is that the batching method is
|
| Is Java 1.3.1 compatible with DB2 v8.1 ? | 23 Aug 2006 23:27 GMT | 1 |
|
| Howto: Emergency SHUTOFF all monitoring & stats collections?! | 23 Aug 2006 23:07 GMT | 4 |
Well folks, I didn't heed the warnings (that excessive monitoring, statistics, etc. can cause a performance hit) and I have been playing around with all kinds of monitors, snapshots, especially with the gui. BUT! Performance has dropped 70%! The monitors show that the the most
|
| Backup with logs included | 23 Aug 2006 22:39 GMT | 1 |
Is there a way to determine if a backup image includes logs, i.e. was produced by BACKUP DB command with INCLUDE LOGS option Thanks, -Eugene
|
| Bufferpool Hit Ratio | 23 Aug 2006 22:11 GMT | 5 |
I am using DB2 UDB v 8.2 , OS: RHEL . Now, How to get the Bufferpool Hit Ratio?
|
| TABLE function, OUTER JOINS, and SQL0206N | 23 Aug 2006 18:19 GMT | 4 |
Friends: I have a query similar in structure to the following: SELECT T1.IBMREQD
|