Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the difference between implicit and explicit trigger

Answer Posted / slokh

when we fire any DML operation a memory is alocated. this
memory area is called context area or cursor. data is
retieved and stored in this area

implicit cursors are automatically created by the Oracle.
when you perform any DML operation a memory has been
automatically created, and when the operation is finished
it automatically release the memory space, here every thing
is controlled by the oracle itself.

explicit cursors are the cursors, where the user defined
for which select statement the cursor is being created,
when to fetch the data, and release the memory space. on
other words the control is over the programmer.

Is This Answer Correct ?    1 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I speed up sql query?

1003


What is forward declaration in pl sql?

1138


What is function and procedure?

1073


Does group by remove duplicates?

1090


what is a unique key ? : Sql dba

1143


What is the purpose of cursors in pl/sql?

1200


How show all rows in sql?

1055


How do I use google cloud in sql?

1143


How do you optimize a stored procedure query?

1040


How do you truncate?

950


What are the disadvantages of not performing database normalization?

1212


What does a pl/sql package consist of?

1011


what is clause? : Sql dba

1109


Could you please provide oca (oracle 10g) dumps for my certification ?

5237


What are the steps for performance tuning.

1391