Answer the question
In order to leave comments, you need to log in
How to properly handle exception in PL SQL?
Hello. I have this piece of code:
select requests.phone_contact, requests.request_id
into l_phone, l_request_id
from requests where requests.phone_contact = '9129766943';
exception when NO_DATA_FOUND then
dbms_output.put_line('no data');
DBMS_OUTPUT.PUT_LINE('test');
Answer the question
In order to leave comments, you need to log in
From here:
The link has an example of how you can continue the execution of the script through sub-blocks.
What's in the Laravel logs? They are in the storage/logs/ folder , if anything.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question