Hi,
i have got very strange results in my Oracle 10g database since the day i have switched my loaders from direct=false to direct=true with compressed tables ..
For example, when i make a query like that after a loader :
select * from mytable where month is null
i get no answer ..
but when i query a specific line select * from mytable where id = 123 the line which is appearing has a "month" column (vharchar2(10)) which is null !! I had never saw that..
And it only happens with a few lines in my 200000+ lines table ..
Do you see what can happen ?
I have switched back to direct=false and it runs ok .. no more strange behaviour .. what can i do ? test ?
Thanks