Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: A stupid little problem.
On Thu, 22 Jul 1999 09:52:54 -0600, Chris
<coopercj_at_cadvision.com> wrote:
> I am a beginner. I am trying to get the accept command to work. When
>ever I put the accept command into the script it causes errors. I just
>want the script to stop and accept user input, and then continue.
Your ACCEPT command is correct, see below. What release of SQL*Plus are you using?
Jonathan
Connected to:
Oracle8i Personal Edition Release 8.1.5.0.0 - Production
With the Partitioning and Java options
PL/SQL Release 8.1.5.0.0 - Production
SQL> ACCEPT p_num1 PROMPT 'Please enter the first number: '
Please enter the first number: tete
SQL>
Received on Thu Jul 22 1999 - 19:55:14 CDT
![]() |
![]() |