oracle error -- ORA-00299: must use file-level media recovery on data file string

ORA-00299:

must use file-level media recovery on data file string
Cause: The control file does not contain an entry for this file, so block media recovery cannot be done.
Action: Restore the data file and perform file-level media recovery.

oracle error - ORA-00237: snapshot operation disallowed: control file newly created

ORA-00237:

snapshot operation disallowed: control file newly created
Cause: An attempt to invoke cfileMakeAndUseSnapshot with a currently mounted control file that was newly created with CREATE CONTROLFILE was made.
Action: Mount a current control file and retry the operation.

oracle error - ORA-00236: snapshot operation disallowed: mounted control file is a backup

ORA-00236:

snapshot operation disallowed: mounted control file is a backup
Cause: Attempting to invoke cfileSetSnapshotName, cfileMakeAndUseSnapshot, or cfileUseSnapshot when the currently mounted control file is a backup control file.
Action: Mount a current control file and retry the operation.