I have a temp table where I am trying to dump text from a flat file so i can query it out and work with it. When sqlldr is ran it finishes its session and then clear the table by default. I wanted to run a query afterwards but couldn't. Is there anyway to ::
1.Run sqlldr to dump data into a temp table
2.Then query on the data
Greg
1.Run sqlldr to dump data into a temp table
2.Then query on the data
Greg