insert /*+ append */ into message_store_syx 
select /*+ parallel(m,8) */ * from MESSAGE_STORE_SYX_his m where m.receive_time> trunc(sysdate)-10;