|
|
|
|
@@ -0,0 +1,337 @@
|
|
|
|
|
set echo on
|
|
|
|
|
set timing on
|
|
|
|
|
set head off
|
|
|
|
|
|
|
|
|
|
PROMPT #####################################################
|
|
|
|
|
select 'Data Inizio Statistiche --> '||to_char(SYSDATE,'dd/mm/yyyy hh24:mi:ss') from dual;
|
|
|
|
|
PROMPT #####################################################
|
|
|
|
|
------------------ TABELLE AGGIUNTE su richiesta di sviluppo (Monosilio Letizia) in data 31-01-2011 ---------------------------
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_ASP_CRM_CESS_OUT_GISP',estimate_percent => 20,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade =>TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GISP_CESS_OUT_DON_ABB',estimate_percent => 20,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade =>TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GISP_CESS_OUT_DON_PP',estimate_percent => 20,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade =>TRUE,degree=>4);
|
|
|
|
|
|
|
|
|
|
PROMPT ############
|
|
|
|
|
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_CCRM_NOTIFICA_OUT', estimate_percent => 7,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_CIRCE_OUT_REC', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--------------------------- TABELLE X PRODUZIONE FLUSSO ------------------------------
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_XML_RICHIESTA_IN', estimate_percent => 7,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_XML_IN', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GESTIONE_RICHIESTA', estimate_percent => 7,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
----------------------------------------------------------------------------------------------------------
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_XML_RICHIESTA_OUT', estimate_percent => 7,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GESTIONE_RICHIESTA_REC_EXT', estimate_percent => 2,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_STORICO_RICHIESTA', estimate_percent => 6,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_STORICO_RICHIESTA_REC', estimate_percent => 8,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GESTIONE_RICHIESTA_REC', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
execute DBMS_STATS.GATHER_TABLE_STATS(OWNNAME => 'MNP', TABNAME =>'MNP_GESTIONE_RICHIESTA_REC', METHOD_OPT =>'FOR COLUMNS STATO SIZE 20', DEGREE => 4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HZ_BIT_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HZ_BIT_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HZ_BIT_SCARTI_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HZ_CCRM_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HZ_DBCFX_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HZ_DBCFX_SCARTI_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HZ_GEST_RICH_CESS_OLO', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HZ_GESTIONE_RICHIESTA', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
execute DBMS_STATS.GATHER_TABLE_STATS(OWNNAME => 'MNP', TABNAME =>'HZ_GESTIONE_RICHIESTA', METHOD_OPT =>'FOR COLUMNS STATO SIZE 20', DEGREE => 4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HZ_GISP_CESS_OLO_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HZ_GISP_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HZ_GISP_RETRIEVE_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HZ_GISP_SCARTI_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HZ_MSC_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HZ_MSC_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HZ_MSC_RECUPERO_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HZ_MSC_SCARTI_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HZ_MSP_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HZ_MSP_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HZ_MSP_RECUPERO_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HZ_MSP_SCARTI_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HZ_PITAGORA_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HZ_PITAGORA_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HZ_PITAGORA_SCARTI_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HZ_RGN_DISTRETTO_AGW', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HZ_SIMBA_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HZ_STORICO_RICH_CESS_OLO', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HZ_STORICO_RICHIESTA', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_ANAG_BONIFICHE_DONOR', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_ANAG_BONIFICHE_RECIPIENT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_ANAG_CONDIZIONE_DUP', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_ANAG_DETT_MOD_RECIPIENT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_ANAG_DETT_MODIFICHE_DONOR', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_ANAGRAFICA_LOG', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_ANAGRAFICA_OPERATORI', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_ANAGRAFICA_OT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_ANAGRAFICA_PROCESSO', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_ANAGRAFICA_STATO_RICH_NOT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_ASP_CRM_CESSAZIONE_OUT', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_ASSOC_BONIFICHE_DONOR', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_ASSOC_BONIFICHE_RECIPIENT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_BIT_ANNULL_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_BIT_IN_REC', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_BIT_OUT_REC', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_BIT_PPBU_OUT_REC', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--
|
|
|
|
|
-- In data 06-10-2009 è stata droppata questa tabella su indicazione di sviluppo.
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_BIT_RECIPIENT_RECUPERO_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_BIT_SCARTI_DONOR', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_BIT_SCARTI_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_BIT_SCARTI_UPDATE', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_BIT_TC_DONOR_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_BIT_UPDATE_DCO', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_BLOCCO_RICHIESTE', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_BONIFICHE_CESS_PORT', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_BONIFICHE_CESSAZIONE', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_BONIFICHE_DONOR', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_BONIFICHE_RECIPIENT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_CAUSALE_ACCODAMENTO', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_CAUSALE_RIFIUTO', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_CCRM_APP', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--
|
|
|
|
|
-- In data 06-10-2009 è stata droppata questa tabella su indicazione di sviluppo.
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_CCRM_RECUPERO_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_CCRM_SCARTI_DONOR', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_CCRMW_COOP_NOT_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--
|
|
|
|
|
-- In data 06-10-2009 è stata droppata questa tabella su indicazione di sviluppo.
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_CCRMW_COOP_RECUPERO_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_CCRMW_COOP_SCARTI_DONOR', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_CIRCE_OUT', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_CIRCE_OUT_CESS', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_CIRCE_OUT_CESS_PORT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_CIRCE_OUT_SCARTI', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_CRM_RETENTION_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_CRM_VALIDAZIONE_IN', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_CRM_VALIDAZIONE_OUT', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_DATA_MANUTENZIONE', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_DATA_REPORT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_DATE_FESTIVE', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_DBCGO_NOTIFICA_DON_TC_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_DBCGO_NOTIFICA_DONOR_OUT', estimate_percent => 15,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_DBCGO_NOTIFICA_PORTING_OUT', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_DBCGO_NOTIFICA_REC_OUT', estimate_percent => 18,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_DBCGO_NOTIFICA_REC_TC_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_DBCGO_PRIORITY_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_DETT_BONIFICHE_DONOR', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_DETT_BONIFICHE_RECIPIENT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_DOMINIO_FUNZIONI', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_EVASIONE', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_EVASIONE_REC', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_EVENTO_GOVERNANCE', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_FLUSSI_PATTERN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_FLUSSI_SISTEMI_INTERNI', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_FLUSSO_DEST', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_FUNZIONALITA_GUI', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GEST_RICH_DON_TC', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GEST_RICH_DON_TC_EXT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GEST_RICH_DON_VIRT_TC', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GEST_RICH_DONOR_VIRT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GEST_RICH_REC_TC', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GEST_RICH_REC_TC_EXT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GEST_RICH_REC_VIRT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GEST_RICH_REC_VIRT_TC', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GESTIONE_FILE_AOM', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GESTIONE_RICH_CESS_PORT', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GESTIONE_RICHIESTA_CESS', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GESTIONE_RICHIESTA_EXT', estimate_percent => 2,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GESTIONE_RICHIESTA_PORTING', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GISP_ATT_CESS_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GISP_ATT_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GISP_CESS_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GISP_CESSAZIONE_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GISP_NOTIFICA_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GISP_RETRIEVE_OUT', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--
|
|
|
|
|
-- In data 06-10-2009 è stata droppata questa tabella su indicazione di sviluppo.
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_GISP_RETRIEVE_RECUPERO_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GISP_SCARTO_ATT_CESS_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GISP_SCARTO_NOTIFICA_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GUI_DONOR', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GUI_PORTING', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GUI_RECIPIENT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_INTERNAL_STATE', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_LOV', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_LOV_REF', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MESSAGE_ID', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSC_IN_REC', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSC_OUT_REC', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--
|
|
|
|
|
-- In data 06-10-2009 è stata droppata questa tabella su indicazione di sviluppo.
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_MSC_RECIPIENT_RECUPERO_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSC_SCARTI_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSP_END_TC_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSP_IN_REC', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSP_OUT_REC', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--
|
|
|
|
|
-- In data 06-10-2009 è stata droppata questa tabella su indicazione di sviluppo.
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_MSP_RECIPIENT_RECUPERO_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSP_SCARTI_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSP_SCARTO_TC_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSP_TC_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSPCOOP_END_TC_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSPCOOP_IN_REC', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSPCOOP_OUT_REC', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--
|
|
|
|
|
-- In data 06-10-2009 è stata droppata questa tabella su indicazione di sviluppo.
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_MSPCOOP_REC_RECUPERO_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSPCOOP_SCARTI_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSPCOOP_SCARTO_TC_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSPCOOP_TC_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_MSS_APPOGGIO', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSS_ATTIVAZIONE_IN_REC', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSS_ATTIVITA_MANUALI_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSS_CESS_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSS_CESS_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_MSS_CESS_PORT_ANNULLAMENTI', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSS_CESS_PORTING_IN', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSS_CESS_RECUPERO_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSS_CESSAZIONE_IN', estimate_percent => 7,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSS_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSS_PORTING_IN', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSS_PORTING_OUT', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSS_PORTING_RECUPERO_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSS_SCARTI_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSS_WAIT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MVNO_NOTIFICA_DON_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MVNO_NOTIFICA_REC_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MVNO_PORTING_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MVNO_SCARTO_PORTING_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MVNO_SCARTO_TC_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MVNO_SCARTO_VALIDAZ_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MVNO_TC_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MVNO_VALIDAZ_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_OLO', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_OLO_PREFISSI', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_OLO_REPORT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_OPERATORE_GISP', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_OPERATORE_INTERNO', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_PATTERN_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_PROCESSO_LOG', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_PROFILI_FUNZIONALITA', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_PROFILI_UTENTE', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_RECOVERY_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_REFRESH_LOCK', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_REPORT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_REPORT_PARAM', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--In data 29-09-2009 è stata droppata la vista materializzata a cui è associata questa tabella
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_RICH_CESS_PORT_MIN_VGR', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_RICH_DUP_DONOR_REC', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_RICHIESTA_BEOLO', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_RICHIESTA_CESS_DUP', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--In data 29-09-2009 è stata droppata la vista materializzata a cui è associata questa tabella
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_RICHIESTA_CESS_MIN_VGR', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_RICHIESTA_DUP', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_RICHIESTA_PORTING_DUP', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--In data 29-09-2009 è stata droppata la vista materializzata a cui è associata questa tabella
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_RICHIESTA_PORTING_MIN_VGR', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--In data 29-09-2009 è stata droppata la vista materializzata a cui è associata questa tabella
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_RICHIESTA_REC_VGR10', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--In data 29-09-2009 è stata droppata la vista materializzata a cui è associata questa tabella
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_RICHIESTA_VGR10', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--In data 29-09-2009 è stata droppata la vista materializzata a cui è associata questa tabella
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_RICHIESTA_VGR5', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_SBLOCCO_RICHIESTE', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_SCARTI_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_SEC_SMS_OUT', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_SID_IN', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_SID_OUT_REC', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_SID_RECIPIENT_RECUPERO_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
--exec dbms_stats.gather_table_stats('MNP','MNP_SID_SCARTI_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_SISTEMI_INTERNI', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_SMS_L1', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_SMS_L1V', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_STATO', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_STATO_CESS', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_STATO_CESS_PORTING', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_STATO_DON_TC', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_STATO_DON_VIRT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_STATO_DON_VIRT_TC', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_STATO_PORTING', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_STATO_REC', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_STATO_REC_TC', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_STATO_REC_VIRT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_STATO_REC_VIRT_TC', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_STOR_RICH_DON_TC', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_STOR_RICH_DON_VIRT_TC', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_STOR_RICH_REC_TC', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_STOR_RICH_REC_VIRT_TC', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_STORICO_CESS', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_STORICO_CESS_PORTING', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_STORICO_PORTING', estimate_percent => 15,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_STORICO_RICH_DON_VIRT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_STORICO_RICH_REC_VIRT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_TAB_TEMP', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_UTENTI', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_XML_ACK_IN', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_XML_ACK_OUT', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_XML_OUT', estimate_percent => 25,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_XML_RIPETIZIONI_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_XML_RIPETIZIONI_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_XML_SCARTO', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_XML_SCARTO_CODICE', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','S_DIM_TEMPO', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
------------------ TABELLE AGGIUNTE DOPO RILASCIO 21 NOV 2009 ---------------------------
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_BIT_NOTIFICA_DONOR_OUT', estimate_percent => 10,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MVNO_UPDATE_DCO_IN', estimate_percent => 20,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_GINO_RETRIEVE_OUT', estimate_percent => 20,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_DBCGO_NOT_DON_VIRT_OUT', estimate_percent => 20,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_DBCGO_NOT_DON_VIRT_TC_OUT', estimate_percent => 20,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_DBCGO_NOT_REC_VIRT_OUT', estimate_percent => 20,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_DBCGO_NOT_REC_VIRT_TC_OUT', estimate_percent => 20,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_TIPO_CLIENTI', estimate_percent => 20,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_PRJHOC_DONOR', estimate_percent => 20,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MVNO_SCARTO_UPDATE_DCO_IN', estimate_percent => 20,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
|
|
|
|
|
------------------ TABELLE AGGIUNTE In data 05-02-2011 perche' mancavano dal totale dello schema MNP --------------------------------
|
|
|
|
|
------------------ La Monosilio ci ha dato l'OK per inserire anche queste --------------------------------
|
|
|
|
|
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_DBP2DBCFX',estimate_percent => 20,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade =>TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_DBCFX_DPP_OUT',estimate_percent => 20,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade =>TRUE,degree=>4);
|
|
|
|
|
--
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MVNO_DETT_NOT_SLA_DON_OUT',estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade =>TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MVNO_NOT_SLA_DON_OUT',estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade =>TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MVNO_NOT_SLA_REC_OUT',estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade =>TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MVNO_DETT_NOT_SLA_REC_OUT',estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade =>TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_MSS_VERIFICA_CESS_OUT',estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade =>TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_TASK_PIC', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
|
|
|
|
|
------------------ TABELLE AGGIUNTE In data 14-03-2011 come indicato nel DOC "Consegna MNP_Extra-KitFebbraio11.doc" --------------------------------
|
|
|
|
|
------------------ non ci e' stato detto a che percentual fare le statistiche --------------------------------
|
|
|
|
|
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_FENP_XML_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_FENP_XML_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_FENP_XML_ACK_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_FENP_XML_ACK_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_FENP_XML_RICHIESTE_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_FENP_XML_RICHIESTE_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','MNP_FENP_XML_SCARTI_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
|
|
|
|
|
------------------ NUOVE TABELLE PER LA STORICIZZAZIONE---------------------------------------------
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HIST_GESTIONE_RICHIESTA', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HIST_GESTIONE_RICHIESTA_REC', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HIST_GEST_RICH_DONOR_VIRT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HIST_GEST_RICH_DON_TC', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HIST_GEST_RICH_DON_VIRT_TC', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HIST_GEST_RICH_REC_TC', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HIST_GEST_RICH_REC_VIRT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HIST_GEST_RICH_REC_VIRT_TC', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HIST_GESTIONE_RICHIESTAPORTING', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HIST_XML_ACK_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HIST_XML_ACK_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HIST_XML_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HIST_XML_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HIST_XML_RICHIESTA_IN', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
exec dbms_stats.gather_table_stats('MNP','HIST_XML_RICHIESTA_OUT', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt =>'FOR ALL COLUMNS SIZE 1',cascade => TRUE,degree=>4);
|
|
|
|
|
|
|
|
|
|
PROMPT #####################################################
|
|
|
|
|
select 'Data Fine Statistiche --> '||to_char(SYSDATE,'dd/mm/yyyy hh24:mi:ss') from dual;
|
|
|
|
|
PROMPT #####################################################
|
|
|
|
|
|
|
|
|
|
exit;
|