SQL TO ORACLE LOADING
Hello all ,
I am loading the sql data into oracle using sqlldr. the first step what I am doing is that I am doing BCP which converts sql data to oracle data file. Now from oracle data file I am trying to load the data into the table.Now when I am running the sqlldr script only 1500 rows of data is loading from 25000 rows of data. when checked in the log file I am getting an error stating:
Record 59: Rejected - Error on table TEST, column Name.
ORA-12899: value too large for column Name(actual: 4792, maximum: 4000)
I have also changed the data size in .CTL file to char(8000). Still I am getting the same error. SO is there any solution to this to get loaded.Thanks ask me for any questions I am not clear.