После перехода Oracle 8 на 9 выдается следующая ошибка:
ORA-00942: таблица или представление пользователя не существует
Таблица не существует.
select TMain.Barcode,TMain.Article,TMain.BarCodeType,TMain.UnitName,TMain.Quantity,TMain.FaceQuantity,TMain.Flags,TMain.SubArticle,TMain.BoxID,NULL,(select count(*) from dual where bitand(Flags,1)=0),(select count(*) from dual where bitand(Flags,4)!=0),TMain.NestedBar,TMain.Weight,TMain.TareWeight,TMain.TareWidth,TMain.TareLength,TMain.TareHeight,TMain.MaxY,(select min(Quantity) from Supermag.SVStoreUnits X
where X.Barcode=TMain.NestedBar) NestedQuantity from Supermag.SVStoreUnits TMain
where TMain.Article='00854'
Это когда встаешь на карточку товара и выбираешь штрих-код или просто сканируешь товар.
А если набиваешь накладную, то там не на что не ругается и товар находится.
В чем причина и как с этим бороться?
Спасибо.