During DB refresh, you will need to copy sapdata. Before doing so, you have to alter database backup mode for tablespace to active

In sqlplus,
  • ALTER DATABASE BEGIN BACKUP;
  • once complete the copy of files,
  • ALTER DATABASE END BACKUP;