You are on page 1of 2

----> I'm really looking for a long term commitment with a company where I can f

ully utilize my skills & grow professionally.


--------------------------------------------------------------------------------
---------
--------------------------------------------------------------------------------
---------
Oracle claims it to be of 4 types and these are:
1. Statement and Row Triggers,
2. Before and After Triggers,
3. Instead of Triggers and
4. Triggers on system and database events.
All real time triggers are combination of two of the above types.
Its implementation is dependent on scenario.
https://webmail.wipro.com/CookieAuth.dll?GetLogon?reason=5&formdir=1
https://gateway.wipro.com/irj/,DanaInfo=mywipro.wipro.com+portal
http://picasaweb.google.com/srinuneelam9/Srinivas_toor#
http://picasaweb.google.com/srinuneelam9/Shivanganga_toor_photos_srinivas?authke
y=Gv1sRgCIS3wIi0-OLfOw&feat=directlink
511710089
9886334343---uttam ---govardhan--9886211931
http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=O+rei
lly+Oracle+Pl+Sql+Language+Pocket+Reference+2nd+Edition#q=how+many+editions+rele
ased+in+o%27reilly+pl+sql&hl=en&tbs=bks:1&prmd=ivb&ei=IS-PTOSIM4T-vQOv67HfCw&sta
rt=10&sa=N&fp=8652cbd0fdc5ba22

http://www.amazon.ca/b/ref=dp_brlad_entry/183-4510027-8130038?ie=UTF8&node=38093
7011-----------------performance tuning books
kopparthi said...
Here you can download the "Vijayaniki Aidu Metlu" (SUCCESS IN FIVE STEPS) by
Yandamoori Veerendranath:
Part-1:
http://www.scribd.com/document_downloads/7473060?extension=pdf
Part-2:
http://www.scribd.com/document_downloads/7473073?extension=pdf
Part-3:
http://www.scribd.com/document_downloads/7473068?extension=pdf
Part-4:
http://www.scribd.com/document_downloads/7473070?extension=pdf
Part-5:
http://www.scribd.com/document_downloads/7473076?extension=pdf
August 24, 2009 12:41 AM

http://rapidshare.com/files/130153408/www_GoonWarez_com_1213848719.zip-------10g
inside sol

12/1, Divyasri Green, Inner Ring Road


Domlur, Bengaluru, Karnataka 560071
http://www.w3schools.com/SQl/sql_default.asp sql functions
monster-------srinivas_neelam9/srilathan
http://www.oracle.com/pls/db102/portal.portal_db?selected=3#index-ORA ----10.2
Oracle Database SQL Reference 10g Release 2 (10.2)
--------------------------------------------------------------
http://ishare.rediff.com/music/telugu-bhajan/sri-kedareswara-vratha-kalpamu/1010
3393

Stored procedures are sub programs stored in the database and can be called & ex
ecute multiple times where in an application procedure is the one being used for
a particular application same is the way for function
RE: What is a mutating trigger error? How can we resol...
WHEN WE ARE UPDATING A TABLE AND AT THE SAME TIME TRYING TO RETRIEVE DATA FROM T
HAT TABLE. IT WILL RESULT INTO MUTTAING TABLE AND IT WILL RESULT INTO MUTATING E
RROR.
WE CAN RESOLVE IT BY DECLARING 'PRAGMA AUTONOMUS TRANSACTION' IN DECLARATIVE SEC
TION OF THE BLOCK

----------------------------------------------------------------------------
*
DECODE can be used Only inside SQL statement But CASE can be used any wher
e even as a parameter of a function/procedure
*
DECODE can only compare discrete values (not ranges) continuous data had t
o be contorted into discreet values using functions like FLOOR and SIGN. In vers
ion 8.1 Oracle introduced the searched CASE statement which allowed the use of o
perators like > and BETWEEN (eliminating most of the contortions) and allowing d
ifferent values to be compared in different branches of the statement (eliminati
ng most nesting).
*
CASE is almost always easier to read and understand and therefore it's eas
ier to debug and maintain.
*
Another difference is CASE is an ANSI standard where as Decode is propriet
ary for Oracle.
*
Performance wise there is not much differences. But Case is more powerful
than Decode.

-----------------------------------------------------------------------------

You might also like