vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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? |
| |||
| On Wed, 30 Jun 2004 23:36:04 GMT, "MARA80" <maragiunta@email.it> 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? > Read the chapters on sqlloader in the Oracle Server Utilities manual. -- Sybrand Bakker, Senior Oracle DBA |
| ||||
| On Wed, 30 Jun 2004 23:36:04 +0000, MARA80 wrote: > > Hi, I'm discovering Oracle 8i Database just now and I'm trying to praticize > the best I can. You will boldly go where everybody else has been before. > But I'm at beginnings and everything seems to me very hard. Relax. You'll start enjoying it atsome point. > 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? SQL*Loader, perl, vi, sed or a combination. -- Well-behaved women seldom make history |