Trying to do PITR with rman duplication with backups from standby site
Hello Gurus,
12102,RHEL7
I need to do a PITR to undo a user error(deletion) through UI in production DB using backups taken from standby(ADG),i thought of using RMAN duplication without connecting to target(targetless) with "UNTIL TIME" clause for it since i'm doing on the production db server itself. I tried table level recovery ran into issues with having index in different tablespace so had to resort to the old method .
Why is it saying "alter database recover if needed standby start until time '2020/04/07 15:30:00'" ? why is it restoring/recovering it as standby db? I also check the controlfile type while it was restoring the datafiles it said "STANDBY" .