to insert two text file into oracle table
00125May 22 2012 — edited May 22 2012Hi all,
I am new to oracle technology..I want to insert data into table by using two text file..
EG:
text1.txt contains employee_id,Employee_name,address
text2.txt contains department_id and department_name
I want to insert the data into table employee having column employee_id,employee_name,address,department_id, department_name..
By using single control file I want to solve dis..I have google it But I can't get idea..