Running query with a bind variable in Toad (i.e. :X) as script (F5) does not show error 'SP2-0552
说明
Running 'SELECT * FROM Employees WHERE Last_Name = :x' in SQL*PLUS results in the following error because it's a bind-variable (i.e. :X) and not a substitution-variable (i.e. &x).
'SP2-0552: Bind variable "X" not declared.'
But running the same query in Toad does not show this error.
解决办法
WORKAROUND: None
STATUS: Waiting for fix in a future release of Toad for Oracle