Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: new oracle user

Re: new oracle user

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Fri, 06 Jan 2006 20:28:24 +0100
Message-ID: <dpmfnq$lj7$1@news4.zwoll1.ov.home.nl>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US