Point in time recovery" (PITR)
I am trying to achieve PITR and trying to look for some documentation or HOW TO but I can't find. It should be done by WITHOUT RMAN.
Please advice.
Here is what I am trying to do.
Insert data and check SCN
backup control file and dbfile(/u01/app/oracle/oradata/ORCL/) file and archive log file.
delete control file and db file
cp from back up folder and run this command
RECOVER DATABASE UNTIL SCN 2293807 USING BACKUP CONTROLFILE;
ORA-00277: illegal option to the UNTIL recovery flag SCN
after this ChatGPT just guids me endless circle generating erros and errors.