database - ORA-01008: not all variables bound -
when execute line in oracle database xe 11.2
insert student1 values('&sno','&name',&m1,&m2,&m3);
shows error
ora-01008: not variables bound
it working in previous versions. please me out in solving this.
Comments
Post a Comment