| Thread | Last Post | Replies |
|
| Snapshot Statement - No statement text if in lock-wait state ? | 29 Jan 2007 16:01 GMT | 1 |
(DB2 LUW 8.2) I'm just trying to write a little widget to capture lock wait details (when they occur). i.e when a lock-wait occurs, simply record the 2 statements involved
|
| Converting from dms to sms | 29 Jan 2007 06:45 GMT | 3 |
With a large database with many tablespaces, primarily on raw devices, how do I convert it to a sms-based-only database?
 Signature Regards,
|
| restoring DB on test server after alt_obj() fails due to COPY YES | 28 Jan 2007 02:26 GMT | 1 |
DB2 LUW 8.2 FP14 Red Hat AS 2.1 I went to restore a backup of my production DB on my test/developmental server. The backup on the prod system was taken /before/ alt_obj() was used there to do some schema evolution.
|
| iSeries Query - Code behind | 27 Jan 2007 15:45 GMT | 1 |
We have clients who have not been exposed to SQL and have built a few thousand queries using the iSeries Query tool via their 5250 sessions. Is there any way to gather the code behind these queries that they have saved? Rather than opening each of them to reverse engineer how they
|
| Extent Sizes and Page sizes | 26 Jan 2007 21:55 GMT | 3 |
Can anybody explain to me the relation between extentsize and pagesize. When I am creating a new tablespace what do I need to be careful of? Say pagesize is 8K is keeping extentsize(pages) 64 too large? What exactly is the relation?
|
| Can BINDADD database privilege allow users to bind an existing package? | 26 Jan 2007 21:32 GMT | 1 |
In the middle of page 231 on the book "Administration Guide - Implementation" stated - "In addition to these package privileges, the BINDADD database privilege allows users to create new packages or rebind an existing package in the database."
|
| How to find out the owner of SQL objects? | 26 Jan 2007 21:25 GMT | 7 |
Who knows how to retrieve the owner of SQL objects, such as SCHEMA, TABLE etc.? Is GRANTOR within catalog view owner? Thanks, Laurence
|
| USERID disabled | 26 Jan 2007 20:07 GMT | 1 |
I have an issue. When a developer tries to connect using an USERID and a ped it gives SQL30082N Attempt to establish connection failed with security reason "19" ("USERID DISABLED or RESTRICTED"). SQLSTATE=08001. He is getting
|
| FYI: IBM Support Toolbar | 26 Jan 2007 18:06 GMT | 3 |
Just came across this one: http://www.ibm.com/software/support/toolbar/ Cheers Serge
|
| getdate() | 26 Jan 2007 11:44 GMT | 2 |
How can I get getdate() (SQL similar) at DB2?
|
| DB2 UDB (Propagatable) Log records: Undo/Redo/Compensation/Normal: Explanation, subtypes, events | 26 Jan 2007 11:01 GMT | 2 |
The (limited to propagatable since version 9) log records are described in the API reference manual. What is meant by: normal/undo/redo/compensation records, what are the possible subtypes for each of these record, what events trigger there
|
| SQL0443N even after binding db2schema.bnd | 26 Jan 2007 08:45 GMT | 4 |
DB2 installation: V. 8.1 LUW, fixpak 10. In certain situations, I get strange error messages. Example: I want to add a NOT NULL constraint to a column. Through db2cc, I try to do what corresponds to
|
| Questions about some DB2 concepts. | 26 Jan 2007 02:21 GMT | 8 |
Hello, I am new to DB2, and I found myself get lost among the new concepts, such as non-partitioned database/partitioned database/database partition/partition group/node ,ect. Would you explain to me the concepts(using db2 8.2 terms), and the relationship
|
| can't remote open DB2 Control Center | 25 Jan 2007 21:21 GMT | 1 |
I had installed DB2 V9 Express-C on my server Ubuntu 6.10 and it runs well. Now, I would like to open DB2 Control Center from my windows (I use ssh and putty to connect with server ).In fact, I can do my requests using the commands, but I think that it will be better with
|
| Full tablespaces; delayed garbage collection? | 25 Jan 2007 08:46 GMT | 4 |
I had a tablespace which ran out of space. Most of the tables contained in the tablespace where then empitied, but the tablespaces kept being full when viewed with "LIST TABLESPACES SHOW DETAIL", and users couldn't put data in the (now empty) tables. Then, after some hours, LIST ...
|