Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Newbie question

Newbie question

From: Martin McGreal <af169_at_FreeNet.Carleton.CA>
Date: 1998/03/25
Message-ID: <6fa6u9$s6n@freenet-news.carleton.ca>#1/1

I have my first table setup and a large ascii file of data converted to the sql insert command:

        insert into table values (...); etc.

My question is how do I convert this ascii file to sql and then bring it into sql plus to start it moving?

I started off cutting and pasting but I have too much data for this approach as the buffer can only take so much data per cut and paste.

I am using notepad and was aware of the little trick of using the "edit" command to call it up. (I had to learn this one too! ;)

thanks,

--
Martin McGreal
Received on Wed Mar 25 1998 - 00:00:00 CST

Original text of this message

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