standby pdb's datafile not in right location while create pdbs in primary (single to rac)
oracle 12.2.0.1 active data guard ,primary is single ,phisical standby is rac。
some standby parameter:
enabled_pdbs_on_standby='ssdpdb1','ssdpdb3'
db_create_file_dest ='+SSDDG'
use this sql to create pdb
create pluggable database ssdpdb1 admin user xxx identified by xxxxx STANDBYS=ALL;
the datafiles in standby is in $ORACLE_HOME/dbs not in ASM DISKGROUP 'SSDDG'
and use this sql to create pdb
create pluggable database ssdpdb1 admin user pdbadmin identified by oracle file_name_convert=('/data/SSDDB/AE34ECC896200A71E05378B40A0A2241/','+SSDDG/SSDDBN/ssdpdb1') STANDBYS=ALL;
error is