Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: new oracle user
Arto Viitanen wrote:
> If you are writing the program, use
>
> begin
> the program code
> end
> /
>
That should be:
begin
program code;
end;
Mind the ";" at the end of lines 2 and 3 - this is a newbe, so be very clear about what your suggest.
The slash ("/") at the last line will execute whatever is in the buffer of your SQL*Plus session, which -in this case- would be the previous three lines.
-- Regards, Frank van Bortel Top-posting is one way to shut me up...Received on Fri Jan 06 2006 - 13:28:24 CST
![]() |
![]() |