Fixed others exception
This commit is contained in:
parent
4d878d51ca
commit
42363aa8eb
@ -55,7 +55,7 @@ EXCEPTION
|
||||
WHEN nodata THEN
|
||||
DBMS_OUTPUT.PUT_LINE('Please enter a valid roll number.');
|
||||
WHEN OTHERS THEN
|
||||
DBMS_OUTPUT.PUT_LINE('Error occured. Error: ' SQLERRM);
|
||||
DBMS_OUTPUT.PUT_LINE('Error occured. Error: ' || SQLERRM);
|
||||
END;
|
||||
/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user