RE: Newline inserted?
- From: mdougher@xxxxxxxx (Matthew Dougerty)
- Date: Mon, 24 Oct 2005 17:51:48 -0400
I'm assuming that those characters are part of the text. I assume the last
text field is:
'H4vgmf+OJsT99kCfQuIpALY7k9k=')<*>;'
This way the SQL statement ends like:
'H4vgmf+OJsT99kCfQuIpALY7k9k=')<*>;')
The interpreter doesn't know which ') to stop at.
matt.
On Mon, 24 Oct 2005 16:59:17 -0400, Ronald J Kimball wrote
> The problem, as a couple people have already pointed out, is the semicolon.
>
> (There is no problem with newlines or single quotes here.) The semicolon
> after a statement is SQL*PLUS syntax. It is not valid in DBD::Oracle.
>
> Ronald
>
> > -----Original Message-----
> > From: Ward.P.Fontenot@xxxxxxxxxxxxxx
> > [mailto:Ward.P.Fontenot@xxxxxxxxxxxxxx]
> > Sent: Monday, October 24, 2005 4:51 PM
> > To: csarnows@xxxxxxxxxxxxxx; dbi-users@xxxxxxxx
> > Subject: RE: Newline inserted?
> >
> > Syslog-ng is writing those sql insert statements for us, we just pick them
> > up, make a sha1, base64 encode that and then sign it with a digital
> > certificate and insert the whole thing into Oracle.
--
@@@USER@@@
Internet Channel -- inch.com
.
- Follow-Ups:
- RE: Newline inserted?
- From: Ronald J Kimball
- RE: Newline inserted?
- Prev by Date: Re: Newline inserted?
- Next by Date: RE: Newline inserted?
- Previous by thread: Re: Newline inserted?
- Next by thread: RE: Newline inserted?
- Index(es):
Relevant Pages
|