| Thread | Last Post | Replies |
|
| Newbie to DB2 9: How do I fake a DB2 backup? | 20 Sep 2007 22:40 GMT | 4 |
I need to create a fake DB2 backup. Every night the database backup runs, but sometimes during the day, i create a scenario that puts me in backup pending mode. Or in this case, i am on a test machine that is not officially production yet.
|
| Bufferppol size...-1 | 20 Sep 2007 13:52 GMT | 3 |
What size is set for the bufferpool when "alter bufferpool....size -1 " is issued. Deogirikar.
|
| DB2 database IDE | 20 Sep 2007 04:04 GMT | 5 |
Hi, DBAs and application developers out there, which IDE is the best for DB2? I've been used to TOAD on Oracle, but the new project uses DB2 and I hope to hear some good suggestions. I've tried Toad for DB2 free, but it is buggy and hangs and disappears
|
| ADO users | 19 Sep 2007 22:26 GMT | 1 |
I am unable to receive (and examine) the SQLSTATE returns in VisualBasic 6 ADO. Anyone know how to do this? SS
|
| Error ADM1832E | 19 Sep 2007 19:12 GMT | 1 |
I have done db2 installation and configuration of database on a server. And I am getting below error in db2diag.log Does anyone know the reason of getting this error. In my db cfg I am using archival logging (userexit on).
|
| How to recover the db2diag.log file | 19 Sep 2007 17:30 GMT | 6 |
Does anyone knows how to recover the test file db2diag.log. By mistake I have delete the contents of db2diag.log, wondering if I could restore the contents of my db2diag.log.
|
| stored procedure lock question | 19 Sep 2007 16:27 GMT | 7 |
I have a newbie question regarding stored procedures and locking. I'm trying to use a stored procedure to perform a 'select for update' and return a cursor. Below is a stripped down version
|
| On what parameter does Database Capacity depend | 19 Sep 2007 13:53 GMT | 2 |
I wanted to know on which parameters does database capacity depend on? Is it only dependent on the tablespaces size that i have allocated? I am getting the following. C:\Program Files\IBM\SQLLIB\BIN>db2 call get_dbsize_info(?, ?, ?, 0)
|
| How to identify the specific DB2 version installed in a system and restore a db to that. | 19 Sep 2007 13:47 GMT | 1 |
Now I have some other question. Our application installs DB2 Express Edition C V9.0 and then restores the master database. But there are other lower versions of DB2 in the client systems
|
| Error -968 while reorgamising the table | 19 Sep 2007 13:37 GMT | 1 |
I am getting the error "SQL2216N SQL error "-968" occurred while reorganizing a database table or its indexes." What could be the reason for this? The documentation says "The File System is full" for this error.
|
| what's the fastest way to get TOP 100 rows from large resultset in DB2 8.2 (FP3)? | 19 Sep 2007 02:35 GMT | 3 |
SELECT ... ORDER BY ... FETCH FIRST 100 ROWS ONLY has awful performance in DB2 8.2.3 at all optimization levels and all possible SORTHEAP sizes etc since ORDER BY does an external (spilled) sort
|
| DB2 and PostgreSQL federation | 18 Sep 2007 16:52 GMT | 6 |
Hi, All In the first place sorry for mu english. I'm trying to integrate DB2 9.1.3 (with WebSphere Federation Server Relational Wrappers installed) and PostgreSQL 7.4 on SLES9 box
|
| Grant on Proc not working | 18 Sep 2007 16:51 GMT | 1 |
since morning i am facing a problem on all db's on a server if i recreate a procedure and give grants to users ...it justs stop responding my last grant is now running for 1 hrs
|
| Cannot Reorganise any table in the tablespace | 17 Sep 2007 23:30 GMT | 2 |
I am unable to reorganise the tables and get an error "SQL2216N SQL error "-968" occurred while reorganizing a database table or its indexes." Further, i find that all these tables belong to a tablespace and i
|
| Adding procedures to triggers... | 17 Sep 2007 17:56 GMT | 7 |
Need some help understanding how to tie together a trigger and a procedure together. I want to do a certain procedure if an insert occurs on TABLE1: TABLE1 contains COL1, COL2, COL3, COL4
|