Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: inserting html into clob field
thanks for the clarification.
-- Niall Litchfield Oracle DBA Audit Commission UK "Vladimir M. Zakharychev" <bob_at_dpsp-yes.com> wrote in message news:a9f6ms$c2n$1_at_babylon.agtel.net...Received on Mon Apr 15 2002 - 15:17:10 CDT
> you probably have some &... aliases in your HTML text - sqlplus tries
> to replace them with variables. SET SCAN OFF will prevent this.
> SET DEFINE OFF is preferred though as SET SCAN is obsolete in 9i and
> SET DEFINE overrides any SET SCAN settings.
>
> --
> Vladimir Zakharychev (bob_at_dpsp-yes.com)
http://www.dpsp-yes.com
> Dynamic PSP(tm) - the first true RAD toolkit for Oracle-based internet
applications.
> All opinions are mine and do not necessarily go in line with those of my
employer.
>
>
> "Niall Litchfield" <n-litchfield_at_audit-commission.gov.uk> wrote in message
> news:3cbafb05$0$8514$ed9e5944_at_reading.news.pipex.net...
> > if you are using sqlplus try issuing the command set scan off.
> >
> >
> > --
> > Niall Litchfield
> > Oracle DBA
> > Audit Commission UK
> > *****************************************
> > Please include version and platform
> > and SQL where applicable
> > It makes life easier and increases the
> > likelihood of a good answer
> >
> > ******************************************
> > "RonB" <r.borkent_at_chello123.nl> wrote in message
> > news:V2Bu8.1269352$hy4.46921841_at_Flipper...
> > >
> > > Hi,
> > >
> > > I'm trying to insert some html code in a clob column but keep getting
> > > errors. I suspect is has something to do with characters since sql
plus
> > > keeps asking me to input values for variables :-) some help would be
most
> > > welcome
> > >
> > > RonB
> > >
> > >
> >
> >
>
![]() |
![]() |