We use TDE to encrypt our RMAN backups. I'm testing various recovery scenarios. A complete tablespace recovery works fine, however, a tablespace point-in-time (TSPITR) ends with errors because the wallet is not open in the automatic instance. How do I get around this error, or this a limitation of using TDE to encrypt the backups?
Full TS recovery Rman command:
recover tablespace test_ts;
TSPITR RMAN command:
recover tablespace test_ts until time "to_date('10/27/2016 09:23','mm/dd/yyyy hh24:mi')" auxiliary destination '/cloudfs';