SQL> insert into test_1
  2  values(1,&a);
Enter value for a: to_date('2002-01-01','yyyy-mm-dd')
old   2: values(1,&a)
new   2: values(1,to_date('2002-01-01','yyyy-mm-dd'))