run{
      shutdown immediate;
      startup mount;
      allocate channel xx device type disk;
      flashback database to time="to_date('2009-01-01:21:25:21','yyyy-mm-dd:hh24:mi:ss')";
      alter database open resetlogs;
}