Re: webdb & dynamic page
Date: Fri, 10 Mar 2000 08:04:42 GMT
Message-ID: <8aaaap$v0p$1_at_nnrp1.deja.com>
[Quoted] In article <FoXx4.638$n.206740_at_dfiatx1-snr1.gtei.net>,
"Frank" <fc_at_gte.net> wrote:
> Using WebDB 2.1.0.9.3, on NT.
>
> Here is my question regarding webdb.
> When I cut & paste a static page into webdb to create a dynamic page
this is
> what I get:
> Line/Column
> Error 27/1
> PLS-00103: Encountered the symbol "%" when expecting one of
> the following: begin declare end exception exit for goto if loop mod
null
> pragma raise return select update while <an identifier> <a
> double-quoted delimited-identifier> <a bind variable> <<
> close current delete fetch lock insert open
> rollback savepoint set sql execute commit forall <a
> single-quoted SQL string>
>
> The page does not have any pl/sql, so I delete the reference to the
emp
> table
>
> please advise
> Frank
>
>
Hi Frank.
The page must contain at least one <ORACLE> tag, so insert at
the end of the page something dummy like
<ORACLE>select * from dual where 0=1</ORACLE>
Hope this helps,
Zdenek
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Fri Mar 10 2000 - 09:04:42 CET