Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: PL/SQL CREATE SEQUENCE
In article <881n24$m4l$1_at_nnrp1.deja.com>,
newopt_at_my-deja.com wrote:
> Why does this pl/sql script prompt for the cursor name when I have
> supplied in the script itself?
>
. . .
. . .
You need to SET SCAN OFF before you run the procedure. The parser sees the & sign in the comment and wants to replace it with a variable value, so it prompts you for the value. This is default behavior and the command SET SCAN OFF overrides it.
--
_ _
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Fri Feb 11 2000 - 15:20:33 CST
![]() |
![]() |