Examine this function header:
FUNCTION calc_new_sal (emp_id NUMBER) RETURN NUMBER;
You want to ensure that whenever this PL/SQL function is invoked with the same parameter value across active sessions, the result is not recomputed.
If a DML statement is modifying a table which this function depends upon, the function result must be recomputed at that point in time for all sessions calling this function.
Which two actions should you perform?
yurijk
Highly Voted 5 years agoAngelos_ang
Most Recent 2 years, 4 months agoRakeshpro
2 years, 4 months agoRakeshpro
2 years, 4 months agoRakeshpro
2 years, 4 months agoRakeshpro
2 years, 4 months agoRakeshpro
2 years, 4 months agosudhirdavim
4 years, 1 month agoCosminCof
4 years, 2 months agoorakell
5 years, 2 months agoorakell
5 years, 2 months ago