I would check to make sure that the table you are loading data into and the table you are selecting from are the same ones.
Could they be in differenct schemas, with the same name?
Is it possible that the table being loaded into is a global temporary table? I don't have time to check the documentation to see if you can load records into a global temporary table with sqlloader, but since no one else has offered you any suggestions, I will jump into the water.
I would check to make sure that the table you are loading data into and the table you are selecting from are the same ones.
Could they be in differenct schemas, with the same name?
Is it possible that the table being loaded into is a global temporary table? I don't have time to check the documentation to see if you can load records into a global temporary table with sqlloader, but since no one else has offered you any suggestions, I will jump into the water.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.