create table tmp_gap_ca_org as select * from gap_ca_org where rownum=1
insert into tmp_gap_ca_org select * from gap_ca_org as of timestamp
to_timestamp('20131015 14:00:00','yyyymmdd hh24:mi:ss');
commit;
create table tmp_gap_ca_org as select * from gap_ca_org where rownum=1
insert into tmp_gap_ca_org select * from gap_ca_org as of timestamp
to_timestamp('20131015 14:00:00','yyyymmdd hh24:mi:ss');
commit;