Use Physical Standby for testing
From dbawiki
This assumes the Primary has failed and the Standby must be brought up to replace it.
shutdown abort; startup mount; select name from v$restore_point; flashback database to restore point DRTEST; alter database convert to physical standby; shutdown abort; startup nomount; alter database mount standby database; alter database recover managed standby database disconnect;