| Thread | Last Post | Replies |
|
| XML... DB2 v8.2 | 29 May 2007 14:44 GMT | 1 |
Can someone tell if DB2 8.2 supports NXD's. Googling revealed that there is some Extender Tk that mangaes XML columns... Now if some experienced guy could clear this I would be glad...
|
| ALTER BUFFERPOOL with no DB connect | 29 May 2007 14:39 GMT | 3 |
Is it possible to alter tablespace so that you don't connect to the database? The problem I have is this. I got a DB backup from a machine with 16 Gb of RAM. There was a bufferpool set to use 10 Gb of RAM. Now I have to put it
|
| Return status from a stored pros in a OS script | 29 May 2007 09:45 GMT | 3 |
Is there a way to check the return status from a stored procedure when called from a OS (Windows) script? I have a stored procedure that does some checking in the database, and the return status is set to 0 or -1 if 'OK' or 'not OK' respectively.
|
| Altering the type of a VARCHAR column to be VARCHAR FOR BIT DATA | 28 May 2007 14:34 GMT | 1 |
I'd like to know whether there is a way to alter the data type of a VARCHAR FOR BIT DATA column to be simply a VARCHAR column? I executed an ALTER TABLE statement, similar to, ALTER TABLE tab_name ALTER COLUMN col_name SET DATA TYPE VARCHAR(100)
|
| Estimate tablespace size | 28 May 2007 07:31 GMT | 4 |
I am now doing development using DB2. Q1. There is one tablespace to store 5 tables. But, when in production, there will be one tablespace for EACH of the
|
| RAID 5 DISKS | 26 May 2007 22:27 GMT | 8 |
How do we count the total physical disks assigned to a DB2 database on a RAID 5, solaris environment. Thank you.
|
| Update table + select on same table | 26 May 2007 16:49 GMT | 5 |
I am doing some mass update on DB2 8.2 FP10 (say 400 to 500 rows on a 5000 row table) with just one commit. So this is taking lot of exclusive row locks as expected. When I run a select on the same table with a where clause its taking a IS table lock. This is causing
|
| db2 dba needed | 25 May 2007 21:46 GMT | 1 |
I am sorry for posting this requirement here but someone might get help my company is looking for db2 dba ---------------------------------------------------------------------------
|
| Restoring selected tables / table data | 25 May 2007 19:45 GMT | 5 |
Every so often, I'm asked to help people recover data from tables that were either dropped or where to much data was DELETEed. The complications related to restoring data are a problem. The SAS users are laughing because they can (to a certain extend) easily go back to an
|
| DDL | 25 May 2007 14:15 GMT | 3 |
I would like to create a data model with a DDL file, is it possible and do you know so software could do that. Cheers Eric
|
| can not drop table but can not find dependence either | 24 May 2007 20:42 GMT | 15 |
I try to drop a table as:
> drop table sch.tab; I got: During SQL processing it returned: SQL0478N The object type "TABLE" cannot be dropped because there is
|
| sql query for displaying only column names | 24 May 2007 18:49 GMT | 4 |
I would like to know the SQL statement for displaying only the column names of a particular table. For eg. if I have a table by the name DETAILS and it has three columns FIRST_NAME, LAST_NAME and DT_OF_BIRTH, using what SQL statement can I display only the column
|
| update with random eight digit number | 24 May 2007 12:40 GMT | 1 |
I have x amount of rows in a db2 table. I want to update an account number column with a random eight digit number: This is where I have got UPDATE zzz2
|
| SQL Query - modifying return values | 24 May 2007 07:59 GMT | 8 |
How can I modify return values? i.e. I perform a query: SELECT STATUS FROM USERS
|
| What's the meaning of DISK | 24 May 2007 04:13 GMT | 6 |
CASE 1: The following sentences were copied from the book "Administration Guide Performance". "If more pages have been written to disk, recovery of the database is
|