I am setting up a new database to use RMAN. While configuring RMAN, I mistyped. I have cleared all configuration settings back to default, but cannot clear or reset a channel device type. The current setting that is NOT correct, using show all, is:
CONFIGURE CHANNEL DEVICE TYPE 'DISK' FORMAT '/vg06lvol1/oradata/brdt/rman/bkp_';
When I query v$rman_configuration, I get a single row. All other values are default. The incorrect configuration shows up as:
CONF# NAME VALUE
----- ------- ----------------------------------------------
5 CHANNEL DEVICE TYPE 'DICKSK' FORMAT '/vg06lvol1/oradata/brdt/rman/bkp_'
I have tried to clear and reset this configuration. I get a message from RMAN that it was successfully cleared, however, when I query, it is still as above. Clearly (!), I should not have used quotes, but regardless, there should be a way to clear, reset, or delete this entry.
Can anyone tell me if there's a way to fix this entry? I can only find documentation for clear and reset.
Thanks!
CONFIGURE CHANNEL DEVICE TYPE 'DISK' FORMAT '/vg06lvol1/oradata/brdt/rman/bkp_';
When I query v$rman_configuration, I get a single row. All other values are default. The incorrect configuration shows up as:
CONF# NAME VALUE
----- ------- ----------------------------------------------
5 CHANNEL DEVICE TYPE 'DICKSK' FORMAT '/vg06lvol1/oradata/brdt/rman/bkp_'
I have tried to clear and reset this configuration. I get a message from RMAN that it was successfully cleared, however, when I query, it is still as above. Clearly (!), I should not have used quotes, but regardless, there should be a way to clear, reset, or delete this entry.
Can anyone tell me if there's a way to fix this entry? I can only find documentation for clear and reset.
Thanks!