Skip Headers
Oracle® Secure Backup Reference
Release 10.1

Part Number B14236-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

chsum

Purpose

Use the chsum command to change a job summary schedule.

See Also:

"Summary Commands" for related commands

Prerequisites

You must have the modify administrative domain's configuration right to run the chsum command.

Syntax

chsum::=

chsu•m [ --days/-d produce-days[,produce-days]... ]
[ --reporttime/-t time ]
[ --mailto/-m email-target[,email-target]... ]
[ --addmailto/-a email-target[,email-target]... ]
[ --rmmailto/-r email-target[,email-target]... ]
[ [ --covers/-c duration ] |
[ --since/-s "summary-start-day[ ]time" ] ]
[ --backup/-B { yes | no }  ] [ --restore/-R { yes | no } ]
[ --orabackup/-b { yes | no } ] [ --orarestore/-e { yes | no } ]
[ --scheduled/-S { yes | no } ] [ --user/-U { yes | no } ]
[ --subjobs/-J { yes | no } ] [ --superseded/-D { yes | no } ]
summary-name ...

Semantics

Refer to "mksum" for options not included in this section.

--addmailto/-a email-target[,email-target] ...

Adds additional email addresses to the job summary schedule.

--rmmailto/-r email-target[,email-target] ...

Removes email addresses from the job summary schedule.

summary-name ...

Specifies the name of the job summary schedule.

Example

ob> lssum
weekly_report            Wed at 12:00
ob> chsum --addmailto jim@company.com --days Wed,Fri --reporttime 12:00 
weekly_report
ob> lssu --long
weekly_report:
    Produce on:              Wed Fri at 12:00
    Mail to:                 lance@company.com jim@company.com
    In the report, include:
        Backup jobs:             yes
        Restore jobs:            yes
        Scheduled jobs:          yes
        User jobs:               yes
        Subordinate jobs:        yes
        Superseded jobs:         no