How to recover a table to a point in time using rman
Please find the below step:-
1.Login in the target database and create pfile from spfile
2.Add following lines
DB_FILE_NAME_CONVERT='+DATA_XD1/edadev','+DATA_XD2/edatest' (change it accordingly you environemnt)
LOG_FILE_NAME_CONVERT='+DATA_XD1/edadev','+DATA_XD2/edatest','+RECO_XD1/edadev','+RECO_XD2/edatest'
basically this will instruct rman to restore datafile in the location specified for 2nd argument
3.Comment out cluster_database=flase if you are using RAC database
4.Optionally you can comment out audit_file_dest parameter
5. start auxillary instance with this modified pfile in nomount state