View previous topic :: View next topic |
Author |
Message |
dilip Beginner
Joined: 08 Nov 2003 Posts: 7 Topics: 7 Location: india
|
Posted: Sat Dec 06, 2003 7:04 am Post subject: Trigger on a View in DB2? |
|
|
Hi,
Is it possible to create a Trigger on a view in DB2 Version 7 & above.
dilip _________________ Dilip T. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Sat Dec 06, 2003 8:58 am Post subject: |
|
|
Dilip,
You cannot define a trigger on any of the following even with DB2 V7
- A system catalog table
- PLAN_TABLE
- STATEMENT_TABLE
- DSN_FUNCTION_TABLE
- View
- Alias
- Synonym
- Temporary table
- An auxiliary table
Hope this helps..
cheers
kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
|
|