LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   C/C++ solution to get CSV data into Oracle? (https://www.linuxquestions.org/questions/linux-newbie-8/c-c-solution-to-get-csv-data-into-oracle-654655/)

marthesh 07-07-2008 07:08 AM

C/C++ solution to get CSV data into Oracle?
 
please suggest me a c/c++ code or example which will do simillar operation?

executable or code..?

MensaWater 07-07-2008 09:23 AM

Please look at my earlier post.

As I noted there the source code for that project is available so should serve as an example.

marthesh 07-08-2008 01:41 AM

reading a csv file storing the data in oracle database
 
pls send me a c/c++ code (other than sqlldr) which reads the data from csv text file ,it is in remote machine and stored in oracle database..


regards
Marthesh,G.S.

TB0ne 07-08-2008 07:55 AM

Quote:

Originally Posted by marthesh (Post 3207383)
pls send me a c/c++ code (other than sqlldr) which reads the data from csv text file ,it is in remote machine and stored in oracle database..


regards
Marthesh,G.S.

jlightner gave you a good source that does what you're looking for. sunils1973 told you about the Oracle function that already does file importing.

It sounds to me like you have to get a C program to do this, and you're wanting someone else to do the work and research for you.

marthesh 07-08-2008 11:41 PM

c/c++ program for reading text file(csv) from remote machine to oracle database
 
can u pls send the c /c++ code which will do same operation, as mentioned above, i done with sqlldr and utility we have in oracle databse , i am beginner here pls do needfull..

TB0ne 07-09-2008 08:24 AM

Quote:

Originally Posted by marthesh (Post 3208353)
can u pls send the c /c++ code which will do same operation, as mentioned above, i done with sqlldr and utility we have in oracle databse , i am beginner here pls do needfull..

I can't speak for anyone else, but I will not do your coding for you, without being paid. If you have code that you're working on, post it along with the error(s) you're getting, and we'll be glad to help you.

You've been given pointers and suggestions as to how to accomplish your task. Either take them, or do something on your own. If you're a programmer, then go write a program.


All times are GMT -5. The time now is 12:06 PM.