Цитата: OlegON ➤ Да не, показывает он все... Там синий такой плюсик слева, его жать надо.
ага, спасибо
седня вылез запрос для тюнинга:
select distinct d.saletype, d.saleid, d.saledate from supermag.FVMapRep d where d.saletype in ('CS', 'CR') and d.saledate between TO_DATE('20090101','YYYYMMDD') and TO_DATE('20090430','YYYYMMDD') and (d.SaleNoTax=0 or exists (select 1 from supermag.SMDocProps p where p.doctype=d.saletype and p.docid=d.saleid and p.paramname='Cash.Stat.CalcTaxes' and p.paramvalue='*') or not exists (select 1 from supermag.SMDocProps p where p.doctype=d.saletype and p.docid=d.saleid and p.paramname='Cash.Stat.CalcTaxes') )
далее написал:
Tuning Information
SQL Profiles and Outlines
A SQL Profile contains additional statistics of this SQL statement for the query optimizer to generate a better execution plan. An outline contains hints for this SQL statement for the query optimizer to generate a better execution plan.
Select Name Type Category Status Created
(No data)
SQL Tuning History
The following SQL tuning tasks provide the recommendations to tune this SQL statement.
Advisor Task Name Advisor Task Owner Task Completion
ЗАДАЧА_12853 SYS 21.05.2009 11:34:30
а в самой задаче в результатах написал
Error ORA-01031: привилегий недостаточно :(
что посоветуете, какие привилегии ему надо? запускается под sys as sysdba, пробовал под sysman не помогает :(