here we can read the data with the read.csv function in R
> mydata = read.csv("mydata.csv")
> mydata
Col1 Col2 Col3
1 100 a1 b1
2 200 a2 b2
3 300 a3 b3
but my problem is how to insert .csv data in oracle table using R programing.any one can me suggest me