Computer Science, asked by ashaswethagopisetti, 1 month ago

H
VIT 6th Sem Check Point - Non Product
An
11. If a run time error occurs when executing a PL/SQL procedure, what happens?
ALL
fa runtime error occurs when executing a PUSOL procedure, what happens?
7
ONE ct on
an exception is rased
the values of the OUT parameters are copied to their corresponding actual parameters
the values of the INOUT parameters are copied to their corresponding actual parameters
the values of the parameters are copied to their corresponding actual parameters​

Answers

Answered by patialpankaj91
1

Answer:

When an error occurs, an exception is raised. That is, normal execution stops and control transfers to the exception-handling part of your PL/SQL block or subprogram. Internal exceptions are raised implicitly (automatically) by the run-time system

I am in 10th

Similar questions