Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Load a csv file into a table

Status
Not open for further replies.

MN11

Programmer
Dec 17, 2007
1
0
0
US
Hi :

I have a very basic question.
I am trying to upload a .csv file into oracle database using informatica - mappings . No errors still i can't see data in the database. Can anybosy point what am i missing?
 
First place to look is the log file of the session. You can verify how many records where written to the database.

Quite possibly, for some reason data is read, but not written.

Also make sure you use the proper seperator when reading the data..

Ties Blom

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top