I am using Oracle 10g database and trying to run a procedure using SQL commands.
create or replace procedure \"exam\" is begin DBMS_OUTPUT.PUT_LINE(\'Test\
Lose the double-quotes around the name. They're a bad practice in Oracle.