Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Error message when running PL/SQL demo
It would help if you could post the contents of your examp1.sql file. Bind variables in SQL statements are preceeded by colons, so look in the SQL contained in that file, and see if you can find a :03 anywhere.
Jonathan
On Fri, 14 Apr 2000 13:43:23 -0500, Yuchin Cheng <yuchinc_at_yahoo.com> wrote:
>Hi fellows,
>
>I am new to PL/SQL. I tried to run those examp program from demo.
>This is what I did and what it shows:
>SQL> @sampbld
>..........no error message
>SQL> get examp1.sql
>SQL>/
>SQL> SP2-0552 : BIND variable "03" not declared
>
>What does that mean?
>Have I done anything wrong to run the demo program?
>
>Would appreciate your kind help!
>
>Please email: yuchinc_at_yahoo.com
Received on Fri Apr 14 2000 - 00:00:00 CDT