Hi, Can anyone show me how to use stdin with sqlldr? I need to insert a single row of data sequentially. Do I have to call the sqlldr command everytime I want to insert a row using sqlldr? My perl script performs logic on data and builds up a string of data to insert into the database. Typically I write each string to a sqlldr file seperated by a delimiter and then when finished I load the entire file. I would like to send each line in my script to sqlldr using stdin. Currently, after I have finshed writing to the sqlldr file I just call the sqlldr command using single quotes like this: