DBA Data[Home] [Help]

APPS.BSC_AW_UTILITY dependencies on DBMS_STATS

Line 2102: dbms_stats.gather_table_stats(OWNNAME=>p_owner,TABNAME=>p_table);

2098: Begin
2099: if g_debug then
2100: log('Analyze '||p_owner||'.'||p_table||get_time);
2101: end if;
2102: dbms_stats.gather_table_stats(OWNNAME=>p_owner,TABNAME=>p_table);
2103: if g_debug then
2104: log('Done '||get_time);
2105: end if;
2106: Exception when others then