PL/SQL (MOSC)

MOSC Banner

external_tables, sql_ldr or utl_file

edited Jul 11, 2011 2:20AM in PL/SQL (MOSC) 3 commentsAnswered
 
I have to load client csv files data into our oracle db

till nowadays I took pl/sql with ult_file

or sql_ldr

but I think it is much more complicate with sql_ldr because you don't have so much control and logging mechanism

in case of bad input data you can not wirte the errors in the database

or you canot validate the data against the database (zipcode in the file validate with zipcode in database and if not valid write an error in the database)

I know there is a third way with external_tables but I guess it is the same as with sql_ldr - if the data are not good validated the data can not be loaded and just an error is written in the bad log file

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center