Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: IMPORT DATA FROM TXT FILE
??
I've developed a small application named Text2Oracle which makes what you're asking for :
1).It takes as source a text file 2).You define the delimeter which distinguishes the text values 3). You connect to Oracle and select the destination-target table (providedthat you've already created it).
If you're interested send me an e-mail (no charge of course !!)
-- Best Regards G.MYTSKIDIS MYTSKIDIS_G_at_GI-NET.GR "Hans Forbrich" <forbrich_at_yahoo.net> wrote in message news:FMNEc.58889$E84.43621_at_edtnps89...Received on Thu Jul 01 2004 - 03:34:45 CDT
| MARA80 wrote:
|
| > Hi, I'm discovering Oracle 8i Database just now and I'm trying to
| > praticize the best I can.
| > But I'm at beginnings and everything seems to me very hard.
| > I have to import in a Oracle DB a txt file (formatted) and I have to
| > create a table with it.
| > Which is the right code to solve this problem?
|
| The right code starts with 'CREATE TABLE' and includes 'ORGANIZATION
| EXTERNAL' ...
|
| In other words - assuming the correct version of the database - the
correct
| code is NO code at all, but a simple mapping over the file.
|
| This, and many other useful tidbits are in the documentation.
|
| /Hans
![]() |
![]() |