Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Import text file over 3 GB with SQLLoader into table

Status
Not open for further replies.

ping99

Technical User
Mar 16, 2006
45
CA
Hi all,

Is it possible to load a text flat file over 3 GB with SQLLoader into an oracle table ?

I have tried with small flat file about 62 Kbytes which was worked fine but
when try to load with 3 gb file the same structure, never worked.

Please give some advice or ideas to result this problem.

TIA
 
Hi,
Some info please:

Oracle Version
Operating System


Also expand on the very vague never worked
What happend ( error message, explosion, termination of employment..[wink])




[profile]

To Paraphrase:"The Help you get is proportional to the Help you give.."
 
Yes it's possible, use the DIRECT=Y ROWS={nnnn} options. [3eyes]

Where {nnnn} is the number of rows per commit.



----------------------------------------------------------------------------
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top