Hidden parameter syntax in rman duplicate spfile clause?
I have tried various combinations for quoting hidden parameters in an rman duplicate spfile block, but have been unsuccessful. Any tips would be appreciated. The commented entries are the ones that I have not had any luck with. Hidden parameters are typically double-quoted, but then rman raises errors on the parameter values. Have tried no quotes, double-quotes and single quotes on them to no avail.
duplicate target database to ABC1
open restricted
spfile
parameter_value_convert 'wxyz', 'ABC1', 'WXYZ', 'ABC1'
# set "_disable_interface_checking" 'TRUE'
# set "_ENABLE_NUMA_SUPPORT" 'FALSE'
# set "_FILE_SIZE_INCREASE_INCREMENT" '2143289344'
# set "_gc_policy_time" '0'