Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: RMAN job scheduling 10g
graff3_at_hotmail.com wrote:
> Hi guys,
>
> I have noticed when a RMAN job is scheduled using OEM it is given
> special status to other Oracle jobs.
>
> I want to know how can one schedule a RMAN job using SQL Plus or RMAN
> so the our jobs can be displayed in the OEM's RMAN view.
>
> Cheers
>
> Max
>
Oracle 10g jobs are scheduled with the DBMS_SCHEDULER package, which you can use in SQL*Plus. When you use OEM to schedule the job, it basically calls DBMS_SCHEDULER for you.
HTH,
Brian
-- =================================================================== Brian Peasland dba_at_nospam.peasland.net http://www.peasland.net Remove the "nospam." from the email address to email me. "I can give it to you cheap, quick, and good. Now pick two out of the three" - UnknownReceived on Mon Jul 17 2006 - 08:11:59 CDT
![]() |
![]() |