|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi all,
Here is my situation: I am trying to load some data using sql loader and when i run the command i get the message that 15 logical records have been created but when i do select * from my table i dont have any data. What can be causing this ? Please any help would be greatly appreciate it. |
|
#2
|
|||
|
|||
|
run sqlldr like this to produce a log file:
Code:
sqlldr user/pass control=mytable.ctl errors=200 log=mytable.log Read the log file, you will find what the problem is. |
|
#3
|
|||
|
|||
|
Thanks i tried that now i know ... it was the way i get the data i as saying separated by " " but i needed to say separated by " "
(like by tab) Thanks ![]() |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > sql loader doesnt load data |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|