Many thanks for advice. To be precise, I used
RECOVER DATABASE USING BACKUP CONTROLFILE
with manual CANCEL after processing of the log file..,
and correct clause for incomplete recovery (because I had just one LOG file containing changes during database BACKUP mode) should be:
RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL
with CANCEL after processing one log file.