This Note illustrates two scenarios that can result in the "Bind variable ... not declared" error along with an explanation as to why in conjunction to steps on how to resolve this error. Scenario 1: Cause Sign In To view full details, sign in with your My Oracle Support account. Re...
SP2-0552: Bind variable "B1" not declared. How do I do it?Nov 27, 2011 7:41PM edited Nov 27, 2011 7:55PM 2 commentsAnswered ✓ Hi,Im trying to run a SQL in SQLPLUS (11.2.0.2)SQL> variable sku number;SQL> exec :sku :=1757933...