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: Dynamic sql and http headers...

Re: Dynamic sql and http headers...

From: DA Morgan <damorgan_at_psoug.org>
Date: Fri, 13 Jan 2006 11:54:23 -0800
Message-ID: <1137182059.474055@jetspin.drizzle.com>


Jeremy wrote:
> We have a web aplication busilt using pl/sql web toolkit - version etc
> in sig.
>
> It seems that when we do an
>
> execute immediate 'create user...';
>
> some http headers are being generated (a content-type line)
>
> and this is causing problems.
>
> Has anyone else seen this symptom and can advise how to suppress or work
> around it?
>
>
> cheers

Never seen it before but probably because I'd never use your design. Write and test a stored procedure to create users ... return a Boolean or message to the web app.

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Fri Jan 13 2006 - 13:54:23 CST

Original text of this message

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