Hi,
I am facing a problem. I want to load data from text file (comma delimited) to oracle database table. I tried using SQL* loader, which requires a control file. I created a control file for the same using TOAD (SQL* Loader wizard), but to my dismay, after execution it shows an error [User/Password error].
My flat file data somewhat looks like this ---
[I am giving an example of first line of text file]
----------------------------------------------
abd,aaaaa,dshj,fg32hgi3,3232bhj
----------------------------------------------
My database column data type is VARCHAR2 (50).
Can anybody help me, in importing this text file comma delimited record to a database table of given specification?
Also how will I import similar data from XML file to database table? Kindly tell me the steps to do this using TOAD.
Thanks
I am facing a problem. I want to load data from text file (comma delimited) to oracle database table. I tried using SQL* loader, which requires a control file. I created a control file for the same using TOAD (SQL* Loader wizard), but to my dismay, after execution it shows an error [User/Password error].
My flat file data somewhat looks like this ---
[I am giving an example of first line of text file]
----------------------------------------------
abd,aaaaa,dshj,fg32hgi3,3232bhj
----------------------------------------------
My database column data type is VARCHAR2 (50).
Can anybody help me, in importing this text file comma delimited record to a database table of given specification?
Also how will I import similar data from XML file to database table? Kindly tell me the steps to do this using TOAD.
Thanks