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 -> Output

Output

From: <kryptogenic_at_my-deja.com>
Date: Mon, 20 Nov 2000 21:26:00 GMT
Message-ID: <8vc4st$1gi$1@nnrp1.deja.com>

I'm running a script which selects from a table that holds the logs for our website. When I select the information I need and spool it to a file, I need to then change the format using awk. The problem is that the url is so long that it creates a newline just for the url. When I parse the file with awk, it incorrectly grabs the url because of the newline. Is there anyway to set something so that the select will create on "line" for each record of data. I understand that the data will wrap to the next line or two but I do not want a newline until it grabs the next record. If you need more information let me know.

Thanks.

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Mon Nov 20 2000 - 15:26:00 CST

Original text of this message

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