Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> SQL*LDR and EXP, IMP(Urgent)
Oracle 8i for Solaris.
Use the following statement to generate a flat file: (use CTRL-F as delimiter)
set termout off
set feedback off
set verify off
set heading off
spool flatfile
select col_1||'ctrl-F'||col_2||'ctrl-F'||.......||col_end
from table;
spool off
My questions:
Anyway, does my way for generating flat file and loading into table work?
2. Can SQLLDR be used to load data into existing table which already has some data? If yes, how? I don't have to manual in my hand.
3. Can IMPORT be used to load into existing table which already has some data? If yes, how?
Thanks for help!!!! Pl,ease also email me a copy! Urgent without manual! Received on Tue Dec 14 1999 - 13:31:51 CST
![]() |
![]() |