|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
exporting of multiple flat files into oracle using sql*loader. i am new to this functionality.so if u have any solution please send me the code with details. thanks.. |
|
#2
|
|||
|
|||
|
A: one at a time. write a batch with all your sqlldr commands:
sqlldr userid=user/pass@connstring control=file1.CTL log=file1.log bad=file1.bad sqlldr userid=user/pass@connstring control=file2.CTL log=file2.log bad=file2.bad ... |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > exporting of multiple text files into oracle using sql*loader |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|