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 -> pl/sql conditonal

pl/sql conditonal

From: Martin Meadows <mmeadows_at_indy.net>
Date: 1998/03/26
Message-ID: <351B103C.17B4@indy.net>#1/1

Who knows why the following won't compile in sqlforms30:

if :hlpchk = "X" then
  show_page(2);
else
  raise other;
end if;

The error msg indicates that "X" is an undeclared identifier. I thought that it was a string!

Martin Meadows Received on Thu Mar 26 1998 - 00:00:00 CST

Original text of this message

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