!echo "index cep_horiz en cours" create index I_CEP_HORIZ on CEP_HORIZ (date_don,reseau) tablespace TS_INDEX; !echo "index cep_zonal en cours" create index I_CEP_ZONAL on CEP_ZONAL (date_don,reseau) tablespace TS_INDEX; !echo "index cep_merid en cours" create index I_CEP_MERID on CEP_MERID (date_don,reseau) tablespace TS_INDEX; !echo "index rs_omega en cours" create index I_RS_OMEGA on RS_OMEGA (site,date_lacher) tablespace TS_INDEX;