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++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -