Exforsys

Online Training

What is the Need of this concept

This is a discussion on What is the Need of this concept within the Oracle Database forums, part of the Database category; I have just started by hands on triggering concepts in SQL.I wanted to know the need of database Triggers? ...


Go Back   Exforsys > Database > Oracle Database

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-26-2007, 04:28 PM
Senior Member
 
Join Date: Apr 2006
Posts: 139
Ralph is on a distinguished road
Exclamation What is the Need of this concept

I have just started by hands on triggering concepts in SQL.I wanted to know the need of database Triggers? Can someone brief me on this?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 03-08-2007, 07:21 AM
Junior Member
 
Join Date: Feb 2007
Posts: 2
Girish Tawry is on a distinguished road
Use of Triggers.

Triggers are used to have are reaction code for any action on the data of the table. i.e. if you want to have some code that has to be executed when ever there is an insert/update/delete on a table.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 03-08-2007, 10:25 PM
Member
 
Join Date: Feb 2007
Posts: 34
siva sankar is on a distinguished road
Hi,

Trigger is pl/sql block, which will excute automatically whenever an event occurs this is called trigger.
Types of triggers:
1.Data base triggers
2.Instead of trigger
3.session trigger

Database Trigger(table):
This trigger will fire table level only
before/after
Insert/update/delete
for each row/statement

Instead of trigger(view):
This trigger will fire view level only

If any queries please let me know.

Thanks,
Siva Sankar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
What is this Concept ashlee Linux 1 04-29-2007 12:54 PM
About the Concept priyaraji PHP 2 04-14-2007 04:23 AM
Provide your Knowledge in this Concept Angela Java 0 12-15-2006 02:16 PM
Is there a Concept similar in Coldfusion cyrus Coldfusion 0 12-07-2006 01:43 AM


All times are GMT -4. The time now is 12:18 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.