Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: editor for large textfiles ?
On Wed, 22 Jan 2003, fred.eder_at_firemail.de wrote:
> Hi!
>
> I have a *.txt file with 4 Gigabyte and about 5 Millions
> records. With which tool can I open this large textfile? My
> operting systems are windows xp and windows 2000.
Get cygwin.
Then do, "head file.txt > gettop.txt"
Look at a few lines and define the format.
Create an Oracle table to house this.
Load this file into Oracle then use Oracle to look at it.
-- Galen BoyerReceived on Wed Jan 22 2003 - 07:11:09 CST
![]() |
![]() |