RMAN-03009 and RMAN-03009 while trying to create standby database
Hello
We are trying to create a standby database on a different machine using our production 11g R2 database
we connected to the source and aux instance and this is the pfile we used to startup nomount the standby instance
*.audit_file_dest='/u01/app/oracle/admin/proddr/adump'
*.audit_trail='NONE'
*.compatible='11.2.0.4.0'
*.db_4k_cache_size=33554432
*.db_block_size=8192
*.db_domain=''
*.db_file_name_convert=('/prod11g/','/proddr/')
*.db_name='prod11g'
*.db_unique_name='proddr'
*.diagnostic_dest='/u01/app/oracle'
*.fal_client=proddr
*.fal_server=prod11g
*.job_queue_processes=1000