declare
str varchar(2);
begin
str:='sa';
exception
when value_error then
dbms_output.put_line('invalid input');
end;
/
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter