Restore DB OSB cloud module AWS S3
Hi Gurus,
How would i restore RMAN backups taken using OSB CM from S3 on to different host ,if below command used for backing it up from host1 .What would be the command(Params) for the restoring to host2 ,
do i have to copy the configuration file osbwsPROD.ora on host2?
RMAN> run {<br/> allocate channel s3_bucket device type sbt<br/> parms 'SBT_LIBRARY=/u01/app/PROD/db/tech_st/11.1.0/lib/libosbws.so ENV=(OSB_WS_PFILE=/u01/app/PROD/db/tech_st/11.1.tests/osbwsPROD.ora)';<br/> backup tablespace users;<br/>}<br/>2> 3> 4> 5>
Thanks