| Thread | Last Post | Replies |
|
| DB2 Instance Status | 24 Apr 2006 03:03 GMT | 1 |
Dear Friends Is there any systables in DB2 Database for the following : How to display instance name and instance status How to display database name and database status
|
| Appeal for debugging approach | 23 Apr 2006 04:40 GMT | 1 |
I have as sql query that is very long, and has a small bug. Occasionally I get what appears to be duplicate rows in the output (unfortunately a php drawn pdf). I have stared at the SELECT statement and what I think are the relevant portions of the database to no avail. Each of ...
|
| FOR READ ONLY cursor a named statement | 22 Apr 2006 16:20 GMT | 2 |
Can you not use the 'FOR READ ONLY' option with the cursor declare unless you put the SELECT statement in the declare? re: EXEC SQL
|
| backup question | 22 Apr 2006 15:37 GMT | 5 |
I am thinking about backup strategy. I have couple of questions for my db2 community brothers. 1. Can i use full online or offline database backup as base for incremental backup for tablespace? For example, if i take backup of
|
| Server Security Plugin Error | 22 Apr 2006 12:41 GMT | 2 |
I installed DB2 RUNTIME CLIENT on my machine.i cataloged the databases.when i tried to connect to DB2 SERVER(work group server edition DB2 8.1.7.445 and FixPak 7) i am getting the following error SQL30082N Attempt to establish connection failed with security reason
|
| automated-access-plan comparisons on LUW (db2 v8.2.2) | 22 Apr 2006 09:56 GMT | 9 |
What do you people do (if anything) to help with automated access-plan checking of static-SQL on DB2 LUW v8.2.2 ? Sometimes after we rebind, DB2 will choose a
|
| DB2 performance variables | 22 Apr 2006 01:51 GMT | 2 |
Does anyone know of any problems on setting the following db2 environment variables? DB2_EVALUNCOMMITTED=ON DB2_SKIPINSERTED=ON
|
| DB2 Daily Check Lists | 22 Apr 2006 01:33 GMT | 2 |
Dear Friends I am working as oracle and ms sql dba from last 4 years. My company recently migrated to DB2 databases. So i am very much new to db2 database
|
| multiple outer join | 21 Apr 2006 15:28 GMT | 1 |
when I try a left outer join on one table everything works fine: select * from (tourist.users u left outer join tourist.user_extended_info ue on (u.id = ue.id)) But now I need to do another left outer join with a third table, but
|
| Stored procedure slower than an ad-hoc query ?! | 21 Apr 2006 14:41 GMT | 5 |
I have a stored procedure that wraps a moderately complex query over 5, 6 related tables. The performance of the procedure is unacceptably slow as it takes on average 5-10 min to complete. To diagnose the problem, I copied the query in db2 command editor, and
|
| remove spaces from field contents in DB2 database... | 21 Apr 2006 14:27 GMT | 3 |
I am hoping someone can help me. I have used MySQL (sorry) in the past and I am struggling with the syntax to do an update on some records in a DB2 database. I am simply trying to get a list of records that contains spaces in some_field, then strip all of the spaces. Any help
|
| An error on search table. | 21 Apr 2006 10:51 GMT | 5 |
Hello,I am a fresh man to study the DB2.An error occured when I try t Run a Java class. Details of the Error: Code
|
| DB2 version 8 DBA (Houston, TX.) | 21 Apr 2006 03:39 GMT | 1 |
I'm looking for a DB2 version 8 DBA for a permanent position in Houston. Are there any good user groups available where I might be able to make some contacts? If you have any information on this topic, please contact me via email.
|
| TIps on Delete Cascade performance | 21 Apr 2006 01:32 GMT | 2 |
I have to delete older policies and its related records in other tables. The deletion from the parent table will trigger the deletion of relevant records from about 30 something tables that are defined with
|
| Creating and using a Cursor | 20 Apr 2006 19:06 GMT | 3 |
I'm trying to create a cursor and complete some processing against DB2. I'm using DB2 V8.2 on AIX. I don't wont to create a stored procedure, I just want to use a regular query editor such as command editor or DBArtisan.
|