Oracle® Secure Backup Reference Release 10.1 Part Number B14236-03 |
|
|
PDF · Mobi · ePub |
Use the renssel
command to rename a database backup storage selector.
See Also:
"Database Backup Storage Selector Commands" for related commandsYou must have the modify administrative domain's configuration right to use the renssel
command.
renss•el [ --nq ] { old-sselname new-sselname }...
Does not display a confirmation message. If you do not specify this option, then the command displays a confirmation message. The message is described in "Command Execution in Interactive Mode".
Specifies the name of the existing database backup storage selector.
Specifies the new name of a database backup storage selector.
Example 2-114 uses the mkssel command a storage selector and specifies the content as full. The example uses the chssel command to add archived logs to the content of the selector, then renames the selector from ssel_full
to ssel_full_arch
.
Example 2-114 Renaming a Database Backup Storage Selector
ob> mkssel --dbid 1557615826 --host brhost2 --content full --family f1 ssel_full ob> chssel --addcontent archivelog ssel_full ob> renssel ssel_full ssel_full_arch rename ssel ssel_full? (a, n, q, y, ?) [y]: y ob> lsssel --short ssel_full_arch