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

Popular posts from this blog

c - CUDA code not processing if block properly -

oracle11g - get root domain from url Oracle sql regex_substr -

xcode - Swift Playground - Files are not readable -