Marco Kalter Administrator Staff member Apr 19, 2004 #1 You will have to omit the colon from the print statement. Instead of: print :v_exp_date use print v_exp_date I noticed that SQL*Plus supports both, so we'll add this in PL/SQL Developer as well.
You will have to omit the colon from the print statement. Instead of: print :v_exp_date use print v_exp_date I noticed that SQL*Plus supports both, so we'll add this in PL/SQL Developer as well.