Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sqlldr problem

Status
Not open for further replies.

mh60s

Programmer
Oct 8, 2003
3
US
Hi, I use sqlldr(9.2.0.1.0) to load data into a table.

sqlldr xxx/yyy control= ../abc.ctl direct=true

Load completed - logical record count record 851.

However when I query the table, no row selected. I'm confused and please help. Thanks in advance.

-mary
 
This is a very strange problem indeed.

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.

Good luck
 
This is a very strange problem indeed.

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.

Good luck
 
I am not sure,but is that commited after the load proces ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top