Hi, A confusion of terms here;
Do you want to INSERT data from some non-oracle source (like a delimited text file) or
do you want to IMPORT data from one Oracle table/user/instance to another?
Same thing the other way..Export to Oracle or Extract to some non-oracle type file?
Ok,
To export to text file you will need to create a spool file and use a select statement like
select fieldnamme1 ||','||fieldname2||','||filedname3
and like that or I believe you can set COLSEP To a , ( or other delimiter if you data has ,s in some fields) and save the concatenation part..
It is even easier with some reporting tool like Crystal Reports than can export to a delimited file..
To Insert the data look at the docs on SqlLoader..
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.