I am using the Vfp 5.0 for my application and using the sqlldr to load the records as bulk to the db tables.
Inputs from the notepad are correctly fetched and stored my my db table(tempcontract).
But when i use the Direct = true option, then the details are not stored.
I studied from net that when the "Direct = True" option is used then the insertion into the db table would be faster. so i tried. but when i don provide that option, then the details are exactly loaded into my db table.
Can anyone help me in pointing out the problem.
sample :
cCommand_line ='SQLLDR.EXE CONTROL = '+TEMPDIR+'CONTROL.CTL'+' '+;
+'LOG = '+TEMPDIR+'S2K.LOG USERID ='+lcUserName+'/'+lcPassWord +'@'+;
lcDatasource + ' ROWS=1000 Direct = True '
Truely speaking, i have been assigned to do this patch work to speed up the upload. So i searched the net and found this option.
My server is in different m/c, should the and the version are same.
Oracle8i Enterprise Edition Release 8.1.7.0.0 is the exact version.
and SQL*Loader: Release 9.2.0.1.0
Should this both be same?????
(sorry for the previuos error).
Bookmarks