invalid archivelog deletion policy
Hi,
I have a primary-standby database set up. In the primary database, I have two archive log locations: one to the flash recovery area and one to remote location(standby). I would like oracle to delete those archived log in flash recovery area once the log is transported to remote location. I used rman to do this:
rman>configure archivelog deletion policy to applied on standby.
I got this error message
-------------------------------------------------------------
new RMAN configuration parameters:
CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON STANDBY;
new RMAN configuration parameters are successfully stored
RMAN-08591: WARNING: invalid archivelog deletion policy
--------------------------------------------------------
What direction should I look into to resolve this issue?
-jiesheng