create index sh.f_ind on sh.times(upper(CALENDAR_MONTH_NAME));
alter index sh.f_ind monitoring usage;
select count(*) from sh.times where upper(CALENDAR_MONTH_NAME) = 'AAA';
select * from DBA_OBJECT_USAGE where table_name = 'TIMES';
alter index sh.f_ind nomonitoring usage;