| Thread | Last Post | Replies |
|
| Moving duplicate rows | 09 Oct 2007 17:39 GMT | 2 |
Task : Delete rows from one table and insert into another CREATE TABLE Archive LIKE Inventory; WITH del(Item, Quantity, InvDate) AS (SELECT Item, Quantity, InvDate FROM OLD TABLE (
|
| DB2 on NFS mounted install | 09 Oct 2007 16:00 GMT | 1 |
Recently read an article by Felix Lee: Setting up DB2 for UNIX and Linux on NFS mounted file systems ( http://tinyurl.com/yuxbk3 ). I was wondering why would anyone want to setup things like this. About 6 months beck, in my previous engagement, the system architect asked
|
| list of db2 installed products | 09 Oct 2007 14:48 GMT | 7 |
Hi To all. I would like to know please if there is a command that shows which DB2 products were installed on my machine. Thanks for the help
|
| getting very cryptic error while inserting the records | 09 Oct 2007 09:17 GMT | 10 |
I am getting the following error, while executing the simple insert script on a few tables. INSERT INTO <table_name>(<col1>) VALUES (1); DB2 SQL error: SQLCODE: -440, SQLSTATE: 42884, SQLERRMC: =;FUNCTION
|
| "update command options using m on" doesn't work | 09 Oct 2007 04:18 GMT | 2 |
db2 ese v9.1.3, Windows XP. Subj. Why? Sincerely,
|
| BOM QUERY IN TRIGGER | 09 Oct 2007 04:16 GMT | 2 |
I am not able to use a recursive query (BOM query) inside a trigger in DB2 V7.2 Something like this: CREATE TRIGGER my_trigger
|
| db2Backup API and DB2BACKUP_INCLUDE_LOGS | 08 Oct 2007 11:03 GMT | 3 |
I am tring to use db2Backup Api to make backups. If the backup I am doing is ONLINE, as part of backup image I want include required log files. So I used the parameter iOptions as shown below.
|
| V8.2 doesnot support this? SQL20165N An SQL data change statement within a FROM clause is | 05 Oct 2007 19:08 GMT | 1 |
INSERT INTO deletetable select * from old table ( DELETE FROM existingtable
|
| Newbie Connection question | 05 Oct 2007 16:58 GMT | 14 |
How so I connect to a database on a different machine. For instance if I want to connect to the same machine I do db2 connect to sample If this database is on a different machine how do I do it.
|
| Too many audit events in Event Viewer | 05 Oct 2007 15:10 GMT | 1 |
I am looking at a lot of entries similar to the following in my Windows 'Audit' Event viewer. They are all success events and not failures. The environment is:
|
| Switching on debug mode of sql sp | 05 Oct 2007 14:41 GMT | 2 |
Hello, all. db2 v9. Can I switch on debug_mode flag of sql stored procedure created initially without keeping debug info without dropping / recreating it?
|
| Starting DB2 UDBv9 Express-C in a Linux environment | 05 Oct 2007 14:32 GMT | 8 |
I have gone through the process of installing DB2 UDBv9 Express-C in my local linux environment. I am used to having icon placed on my Desktop or taskbar for easy access to (db2cc) Control Center. After installation, how then can I get access to DB2? How can I place a
|
| EXPLAIN SQL against DGTTs | 05 Oct 2007 12:57 GMT | 5 |
Friends: Anyone know how I can EXPLAIN a dynamic SQL statement that SELECTs from DGTT's in a stored procedure? I don't want to create permanent versions of the DGTTs and run an
|
| [ HELP ] How to audit select statement on specify table for db2 LUW v8 or v9 | 05 Oct 2007 12:54 GMT | 3 |
Any one know how to audit select statement on specify table for db2 LUW v8 or v9 ? have db2 tools or 3rd party tools can solve ? Thanks.
|
| DB2 IS (Intent Share) Locks | 05 Oct 2007 10:59 GMT | 8 |
When does DB2 go for an IS (Intent Share) lock? IS mode is defined as a mode in which "The lock owner can read data in the locked table, but cannot update this data. Other applications can read or update the table."
|