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

Home -> Community -> Usenet -> c.d.o.misc -> problem with pl/sql

problem with pl/sql

From: news.atom.pl <aa_at_bb.com>
Date: Tue, 13 Mar 2007 15:17:11 +0100
Message-ID: <et6bp8$scl$1@news2.ipartners.pl>


hello, i'm new in pl/sql i have problem with basic command like:

declare
 a number := 2;
begin
 a := a + 1;
end;
.
run;

 becouse database show me:

Executing:

end

ORA-00900: invalid SQL statement
[Error Code: 900]
[SQL State: 42000]

Executing:

.
run

ORA-00900: invalid SQL statement
[Error Code: 900]
[SQL State: 42000]

what is wrong, could enybody explain where is problem.

thanks in advantige.
sw Received on Tue Mar 13 2007 - 09:17:11 CDT

Original text of this message

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