आप अपना अगर स्टेटमेंट डालना भूल गए हैं..
BEGIN
EXECUTE IMMEDIATE 'DROP TABLE symbols';
EXCEPTION
WHEN OTHERS THEN
IF SQLCODE != -942 THEN
--here you have to write something for this exception
-- if you don't have any activity to do then you can use NULL (atleast)
-- you can't put this if statement body empty in oracle
NULL;
END IF;
END;
/
और बेहतर अगर आप declare
. का उपयोग करते हैं शुरू होने से पहले पहली पंक्ति में भी