Hi Roy,
The datafile or tablespace the datafile belongs to is either offline or the datafile is corrupted.
Please use the below statement to find out the offline datafile.
SQL> select name, status from v$datafile where status not in ('ONLINE', 'SYSTEM') ;
Please paste the results.
Thanks and Regards,
Kunal Gahlot