Data Warehousing Community Forum
February 08, 2012, 10:24:20 pm
Home
Help
Search
Login
Register
Data Warehousing Community Forum
>
Databases
>
Oracle
>
PL/SQL
>
Different triggers...?
Pages: [
1
]
Go Down
« previous
next »
Print
Author
Topic: Different triggers...? (Read 1352 times)
Raj2007
DW Apprentice
Reputation: +3/-0
Offline
Posts: 25
Lightning for DW Forum
Different triggers...?
«
on:
July 02, 2007, 08:52:58 pm »
Hi all,
I am having some doubts on Triggers...
There are different types of Triggers available in PL/SQL such as Before report, After Report, etc...,
Can anybody give what are the different types of Triggers that are available in Pl/SQL?
These Triggers are again classified for Reports, RowLevel, etc..,
Logged
Whoever
Administrator
Reputation: +34/-0
Offline
Posts: 124
Different Report triggers
«
Reply #1 on:
July 17, 2007, 11:28:46 am »
The different types of triggers used in reports are as follows -
Before Report -
This trigger is fired after the Query is executed but before report is executed and the records are displayed.
Before Parameter form -
It is fired before the Runtime Parameter Form is displayed. We can use this trigger for validation of command line parameters.
After Parameter form -
It is fired after the Runtime Parameter Form is displayed. We can use this trigger for validation of command line parameters.
Between pages -
It is fired before each page of the report is formatted, leaving the very first page.
After Report -
If the report execution fails, this will be fired.
Logged
If most people said what’s on their minds, they’d be speechless.
Sipra
Founder
Reputation: +59/-0
Offline
Posts: 323
Am the King...
Sequence - Different Report triggers ?
«
Reply #2 on:
July 17, 2007, 02:39:35 pm »
Very useful information from you
Whoever
.
Can you please specify the sequence of execution of these report triggers in real-time?
Logged
Sipra
Founder
www.dwforum.net
Whoever
Administrator
Reputation: +34/-0
Offline
Posts: 124
Sequence of Report Triggers
«
Reply #3 on:
July 19, 2007, 12:02:22 pm »
The sequence of execution of various Report Triggers -
Before Parameter form
After Parameter form
Before report
Between pages and
After report
Logged
If most people said what’s on their minds, they’d be speechless.
Pages: [
1
]
Go Up
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> Introductions
=> Anouncements & News
=> Suggestions
=> General Discussion
=> Job Opportunities
-----------------------------
Data Warehousing
-----------------------------
=> Data Warehousing Concepts
=> Data Modeling
-----------------------------
Databases
-----------------------------
=> Oracle
===> PL/SQL
=> Microsoft SQL Server
=> IBM DB2
=> Teradata
-----------------------------
ETL Tools
-----------------------------
=> Informatica
===> Installation & Configuration
=> Data Stage
=> Ab Initio
=> Oracle Warehouse Builder
=> DTS/SSIS
-----------------------------
Reporting Tools
-----------------------------
=> Business Objects
=> Cognos
=> Crystal Reports
=> Hyperion
=> Brio
=> Microstrategy
-----------------------------
Operating Systems
-----------------------------
=> UNIX / Linux
===> Unix Shell Scripting
=> Windows
-----------------------------
Other Technologies & Tools
-----------------------------
=> JAVA