Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on can i get answer for this within the Oracle Certification forums, part of the Certification category; the creation of which 4 database objects will cause a DDl trigger to fire 1.index 2.cluster 3.package 4.function 5.synonym 6.database link 7.dimentions...
|
|||||||
|
|||
|
can i get answer for this
the creation of which 4 database objects will cause a DDl trigger to fire
1.index 2.cluster 3.package 4.function 5.synonym 6.database link 7.dimentions |
| Sponsored Links |
|
|||
|
Re: can i get answer for this
It can be made to trigger before or after any of the CREATE statement.
but i think it wont trigger in create database link command. Last edited by Barbie; 02-21-2007 at 05:54 AM. |
|
|||
|
Re: can i get answer for this
DDL triggers can be made to trigger before or after any of the data definition statements.
For example, any create or alter stmts which cause a change in the definition of the objects. that may be an table or index or anything. |
| The Following User Says Thank You to Barbie For This Useful Post: | ||
|
|||
|
Re: can i get answer for this
This link is having a list of events that triggers the DDL triggers.
http://www.extremeexperts.com/SQL/Yu...LTriggers.aspx |
|
|||
|
Re: can i get answer for this
Quote:
The database objects which cause a DDl trigger to fire are Index, Package, Function, Synonym & Clusters in the above mentioned list. Since they have asked for only 4 options, im very sure about Index, Package, Function & Synonym. So the answer which can opted are 1, 3, 4, 5. *** Innila *** |
| The Following User Says Thank You to Innila For This Useful Post: | ||
|
|||
|
Re: can i get answer for this
ddl trig can fire on following objects only
clustr,function,index,package,procedure,role,sequence,synonym,table,tablespace,trigger,type,view,user so the choices r first five are right so if u tried to choose any 4 of first five it will correct but u will definately loose ur one marks in exam...it happen.... |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| can i get answer for this | gujjar | Oracle Certification | 12 | 02-26-2007 08:52 AM |
| what is the answer ? | psuresh1982 | Brainteasers | 3 | 01-12-2007 03:02 AM |
| Think and Answer | fred | Brainteasers | 1 | 08-08-2006 04:22 PM |