Technicalsymposium.com-Free Email Alerts


Enter Your Email :

Important Note:Login & Check Your Email Inbox and Activate Confirmation Link

Subscribe & Get All Fresher Jobs Information & Study Materials PDF and Projects- Free Download

DBMS Study Notes PDF


DBMS Tech Interview Q & A PDF


DBMS Latest Projects



DBMS Projects & All Latest Projects PDF- Free Download

PL SQL Program For handle user defined error.

declare
a number(3);
b number(3);
c number(3);
divide_error exception;
begin
a:=&a;
b:=&b;
if(b=0) then
raise divide_error;
end if;
c:=a/b;
dbms_output.put_line('The Value of '||a||' / '||b||' is '||c);
exception
when divide_error then
dbms_output.put_line('A Number can not be divide by zero');
end;

Download All DBMS Study Materials & ebook PDF



DBMS