PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

Performance issue while reading a tab delimited file on behalf of Saurabh Marathe

edited Jul 10, 2013 3:07PM in PeopleTools and Lifecycle Management - PSFT (MOSC) 5 commentsAnswered
PeopleTools 8.53. Using standard filelayout code to read flat file into a record. The process is taking around 4 minute to read 10000 rows. The issue is with sql calss for every row of data that gets read from the file. His question is if there is a way to read all the data from a file in rowset or a record and then perform sql insert at the end.

He tried delivered template code with Bulk Mode property without any improvement.

Below is the code:

method LoadFile
/+ &delete as String, +/
/+ &filename as String, +/
/+ &prcstype as String, +/
/+ &prcsname as String +/
/+ Returns String +/
Local string &response, &filelayout, &recordname, &msg, &retmsg, &filepath, &delimit;

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