Schedualing jobs in RMAN

HI,
I have tried and tested backup and recovery using RMAN.
Now, I would like to know how to schedule backups at regular intervals using RMAN. Is it possible at all to do this or should a batch file be written.
I am currently running ORACLE 8.0.5 EE on WinNT4.0.
Thanks in advance,
Vani
null

Greetings....
I'm looking for similar info. I am putting 8.1.7 with iFS 1.1.9 on windows NT. I plan to use RMAN for the backup. The database is in NOARCHIVELOG mode. NO Recovery Catalog (so no scripts). I plan to use "closed, consistant, whole database backups".
I understand the '@filename' convention can run an operating system file containing RMAN commands, from the RMAN prompt.
I tried putting the rman login in an os file with the 'run' syntax following. The batch file executed and logged me into RMAN, but the processing stopped with the black screen and the RMAN> prompt.
Can I use the 'at' command in Windows NT to schedule the execution of the rman login AND an operating system file with RMAN commands?
There is good info in the Recovery Manager User's Guide and Reference (A76990-01), but I do not see a specific reference to setting up a scheduled 'batch' RMAN backup on NT.
thanks
fred
null

Similar Messages

  • Oracle 10g schedualed job did not start

    Hi every one,
    I am facing the following problem and I need your help:
    There is scheduled job invoking a Procedure .The job does not run although the next run date is set. The job should run once daily. The next run date remains the same and the Logs for the job do not show any succssful or failure attempts. The job is enabled and is working fine in another system.
    All the other scheduled jobs are running.
    The Procedure can be successfully executed manually.
    There are no simultaneous jobs that are scheduled at the same time.
    The number of scheduled jobs is acceptable.
    The platform is Sun Solaris 10 , RAC 10g

    Hello,
    Can you post your code ? Also look under following view dba_scheduler_jobs (status, next_run_date). Here is sample job that runs daily once in 9:00 AM. Your job status should be either 0 or 1,
    BEGIN
       sys.DBMS_SCHEDULER.create_job (
          job_name          => '"MYSCHEMA"."MY_DAILY_JOB"',
          job_type          => 'PLSQL_BLOCK',
          job_action        => 'begin
    myschema.file_upload;
    end;',
          repeat_interval   => 'FREQ=DAILY;BYHOUR=9;BYMINUTE=0;BYSECOND=0',
          start_date        => SYSTIMESTAMP AT TIME ZONE 'US/Eastern',
          job_class         => 'DEFAULT_JOB_CLASS',
          auto_drop         => FALSE, --------- > auto_drop should be set to FALSE
          enabled           => FALSE
       sys.DBMS_SCHEDULER.set_attribute (name        => '"MYSCHEMA"."MY_DAILY_JOB"',
                                         attribute   => 'restartable',
                                         VALUE       => TRUE);
       sys.DBMS_SCHEDULER.enable ('"MYSCHEMA"."MY_DAILY_JOB"');
    END;Regards
    Edited by: OrionNet on Feb 7, 2009 9:52 AM

  • Combine RMAN step and an SQL step in Same Job ?

    Hi experts,
    This is 10.2.0.4 on Windows.
    I want to add an email as the last part of my RMAN backup job (Scheduler job).
    Because Database Control gui requires you to specify a Job Type - RMAN, SQL Script etc will I be able to do both things within a single job? Can I run a "Backup Database plus archivelog" in a SQL Script job type?
    I am a SQL Server DBA still struggling with the simple tasks in the few Oracle databases I support.
    Thank you.
    John

    It may not be possible to do it with Oracle's default job which is, to many of us, something to be avoided.
    Write your own and you will find that you can chain jobs
    http://www.morganslibrary.org/reference/dbms_scheduler.html
    Look at the demo for CREATE_CHAIN.

  • How do I cancel a rman job from command line?

    Hello to all,
    I am having some problems with a rman job that is running via OEM-GC. I get an error message regading the SPFILE and control file being locked due to another job accessing it. I found this in the RMAN ref guide:
    To determine which job is holding the conflicting enqueue:
    1. After you see the first RMAN-08512: waiting for snapshot controlfile enqueue message, start a new SQL*Plus session on the target database:
    % sqlplus sys/sys_pwd@prod1
    2. Execute the following query to determine which job is causing the wait:
    SELECT s.sid, username AS "User", program, module, action, logon_time "Logon", l.*
    FROM v$session s, v$enqueue_lock l
    WHERE l.sid = s.sid and l.type = 'CF' AND l.id1 = 0 and l.id2 = 2;
    You should see output similar to the following (the output in this example has been truncated):
    SID User Program Module Action Logon
    9 SYS rman@h13 (TNS V1-V3) backup full datafile: c1 0000210 STARTED 21-JUN-99
    Solution
    After you have determined which job is creating the enqueue, you can do one of the following:
    * Wait until the job creating the enqueue completes
    * Cancel the current job and restart it once the job creating the enqueue completes
    * Cancel the job creating the enqueue
    So with this in mind; How do I cancel the job from RMAN command line!!!
    This is my output by the way:
    SID User PROGRAM MODULE ACTION Logon ADDR KADDR SID TY ID1 ID2 LMODE REQUEST CTIME BLOCK
    475 SYS [email protected] (TNS V1-V3) backup full datafile 0000018 STARTED16 23-APR-09 00000023EB8D488 000000023EB8D4A8
    475 CF 0 2 4 0 113123 0
    Any help will be gratefully received
    Thanks to all that reply

    I used the following to get the spid and killed the process on the OS.
    set linesize 120
    col sid for 999
    col username for a14 trunc
    col osuser for a18 trunc
    col spid for 99990
    col logon_time for a12
    col status for a9 trunc
    col machine for a26 trunc
    col running for a10 trunc
    select s.sid
    , s.username
    , s.osuser
    , s.machine
    , s.status
    , p.spid spid
    , to_char( logon_time, 'Mon dd@hh24:mi') logon_time
    , rtrim (s.module)||decode( nvl(length( rtrim(s.module)),0),0,'',' ')|| upper(s.program) running
    from v$session s
    , v$process p
    where ( p.addr = s.paddr ) and s.type!='BACKGROUND'
    and upper(s.program) not like '%CJQ0%' and s.program is not null and s.username is not null
    order by s.sid;

  • RMAN-11001: alter database mount standby database

    I'm doing a duplicate for a standby database and I'm getting this error
    Oracle 8i Tru64
    RMAN-03002: failure during compilation of command
    RMAN-03013: command type: Duplicate Db
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03006: non-retryable error occurred during execution of command: sql
    RMAN-07004: unhandled exception during command execution on channel clone_defaul
    t
    RMAN-20000: abnormal termination of job step
    RMAN-11003: failure during parse/execution of SQL statement: alter database moun
    t standby database
    RMAN-11001: Oracle Error: ORA-03113: end-of-file on communication channel
    Recovery Manager complete.
    Any help please

    Check for parameter mismatches between parameter file and control file.
    Check your parameter file. Check db_name paramter in paramter file used in the standby database.

  • Oracle EBS R12 - 11.2.0.2 - Logical Standby Database & RMAN backups

    Hi all,
    I have Oracle EBusiness Suite R12 running on 11.2.0.2. Our organization used to have most of the business in North America, South America and Europe; but now we are also in Australia, China and Indonesia. Previously running large reporting batch jobs and RMAN backups at night time in USA was feasible but now that is beginning to show up as performance issue for some countries.
    I was thinking would it make sense to have a Active Data Guard logical standby database on a separate server in the same US based data center where we have our main servers and use that logical standy database for reporting and RMAN backups. I am especially concerned about RMAN backups. Would I be able to make RMAN backups from the logical standy database and somehow use those to recover our primary database if some issue happens?
    Any thoughts/suggestions?
    Thanks all,

    Active Data Guard only deals with physical standbys. If you are using a logical standby you can always open the database without using Active Data Guard option.
    http://docs.oracle.com/cd/E11882_01/server.112/e25608/rman.htm#sthref846 says that:
    >
    Backups of logical standby databases are not usable at the primary database.

  • Scheduling jobs through dbconsole

    Just trying to clear my concepts about automating jobs, my understanding is we can automate jobs through crontjobs (on unix) /taskscheduler (on windows)
    The other option is DBMS_SCHEDULER.
    any jobs like RMAN backups or sql scripts running should show up in below query(they are not running through Scheduled Tasks (its window box)
    but i see few jobs & RMAN backups running on one db but i can't see them in this query, what i am missing?
    SQL> SELECT owner, job_name, enabled FROM dba_scheduler_jobs;
    OWNER JOB_NAME ENABL
    SYS AUTO_SPACE_ADVISOR_JOB TRUE
    SYS GATHER_STATS_JOB FALSE
    SYS FGR$AUTOPURGE_JOB FALSE
    SYS PURGE_LOG TRUE
    ORACLE_OCM MGMT_STATS_CONFIG_JOB TRUE
    ORACLE_OCM MGMT_CONFIG_JOB TRUE
    6 rows selected.
    Edited by: DBA2011 on Jun 21, 2012 9:09 AM

    DBA2011 wrote:
    Just trying to clear my concepts about automating jobs, my understanding is we can automate jobs through crontjobs (on unix) /taskscheduler (on windows)
    The other option is DBMS_SCHEDULER.
    any jobs like RMAN backups or sql scripts running should show up in below query(they are not running through Scheduled Tasks (its window box)
    but i see few jobs & RMAN backups running on one db but i can't see them in this query, what i am missing?
    SQL> SELECT owner, job_name, enabled FROM dba_scheduler_jobs;
    OWNER JOB_NAME ENABL
    SYS AUTO_SPACE_ADVISOR_JOB TRUE
    SYS GATHER_STATS_JOB FALSE
    SYS FGR$AUTOPURGE_JOB FALSE
    SYS PURGE_LOG TRUE
    ORACLE_OCM MGMT_STATS_CONFIG_JOB TRUE
    ORACLE_OCM MGMT_CONFIG_JOB TRUE
    6 rows selected.
    Edited by: DBA2011 on Jun 21, 2012 9:09 AMdepends on how the job was scheduled. You should also check DBA_JOBS.
    And of course, there is no guarantee the job you expect to see actually exists in database B just becaue it existsin database A .....

  • Moving backed up file in disk to tape using RMAN

    Hi All,
    Is there a way in RMAN to move an already backed up file present in disk to tape?
    The scenario is as follows:
    RMAN backs up database to disk on week days initially. At a particular day, say during Saturdays, those backed up file (made on week days) in disk will be moved to tape (to clear disk space). I wish to know if RMAN has this capability to move the backed up file from disk to tape (FLASHBACK is not enabled in the database). This will help RMAN to restore the files from tape in case of restore/recovery. I don't want RMAN to take the backup on tape straight away.
    Oracle Database Version : 10.2.0
    OS : SunOS 5.10
    I'd be grateful if you can provide me with suggestions.
    Thanks,
    ...

    RMAN will not move the already backed up files.
    Instead you can use CATALOG START WITH option to move the files from disk to catalog.
    Schedule this as a job then RMAN will move the backup files.
    refer this,
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/maint007.htm#i1007978
    Thanks
    Edited by: Cj on Dec 14, 2010 1:29 AM

  • RMAN COMMANDS

    Hi hussein,
    I got these RMAN backup commands from someone's scripts (previous dba).
    rman1.exe
    ========
    #!/bin/sh
    export ORACLE_SID=PROD
    export ORACLE_HOME=/u02/oracle/PROD/db/tech_st/10.2.0
    export PATH=$PATH:$ORACLE_HOME/bin
    rman target /  @/u05/RMAN/backup.cmd log=/u05/RMAN/backup.log
    backup.cmd
    =========
    run {
         CONFIGURE CONTROLFILE AUTOBACKUP ON;
         CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/u05/RMAN/%F';
         backup format '/u05/RMAN/%d_LVL0_%T_%u_s%s_p%p' database;
         delete obsolete;
         }I think this is for RMAN 10g.
    Will this script good for 9i and 11g?
    What else is lacking in this script ? specifically in the "configure backup pamaters"?
    Thanks a lot,
    Ms Inday G

    Here is my RMAN script:
    DB0DB_RMAN_BKP.sh
    #!/bin/ksh
    # Name: DW0DB_RMAN_BKP.ksh
    # Purpose : Full database RMAN backup of DW0DB Database
    # Author  : xxxxxxxxxxxxxxxxxxxx(its you)
    # Created : SEP 02 2009
    #Set the Environment
    #Define Variables for the script
    SCRIPT_TOP=<full path to scripts dir>
    LOGDIR=<full path to log dir>
    BKPDIR=<full path to backup dir>
    LOGFILE=<logfilename>
    # list the backups
    echo ''
    echo "List the existing backups in Backup directory" >> $LOGFILE
    ls -ltr $BKPDIR >>$LOGFILE
    # Now run the RMAN backup
    echo ''
    echo "Starting full backup of $ORACLE_SID at $RUNDATE " >> $LOGFILE
    $RMAN target / no catalog @/home/oracle/DBA/JOBS/FULL_DW0DB_DISK_BKP.rman >> $LOGFILE
    # Show size of the backup directory area after backup
    echo ''
    echo "Available space in Backup directory after backup" >> $LOGFILE
    df -h $BKPDIR >> $LOGFILE
    # list the backups there
    echo ''
    echo "List the backups in Backup directory" >> $LOGFILE
    ls -ltr $BKPDIR >>$LOGFILE
    ## send an email
    mail -s "RMAN backup completed" <mailid> < /fullpathtologfile/filename.log
    ##### end of script###############################################
    cat FULL_DW0DB_DISK_BKP.rman
    run {
    allocate channel c1 type disk;
    allocate channel c2 type disk;
    backup database
    tag DW0DB_FULLBKP
    format '/bkp/RMAN/DW0DB_BKP/DW0DB_set%s_piece%p_%T_%U'
    filesperset 10;
    CROSSCHECK BACKUP OF DATABASE;
    sql 'alter system switch logfile';
    sql 'alter system switch logfile';
    sql 'alter system switch logfile';
    crosscheck archivelog all;
    backup archivelog all
    tag DW0DB_ARCHBKP
    format '/bkp/RMAN/DW0DB_BKP/ARCH_DW0DB_set%s_piece%p_%T_%U'
    filesperset 20;
    backup
    format '/bkp/RMAN/DW0DB_BKP/DW0DB_ctl_%U'
    current controlfile;
    release channel c1;
    release channel c2;
    cat DB0DB_RMAN_ARCH_BKP.sh
    #!/bin/ksh
    # Name: DW0DB_RMAN_ARCH_BKP.ksh
    # Purpose : Archivelog backup of DW0DB Database
    # Author  : its you
    # Created : SEP 02 2009
    #Set the Environment
    #Define Variables for the script
    SCRIPT_TOP=<full path to scripts dir>
    LOGDIR=<full path to log dir>
    BKPDIR=<full path to backup dir>
    LOGFILE=<logfilename>
    # list the backups
    echo ''
    echo "List the existing backups in Backup directory" >> $LOGFILE
    ls -ltr $BKPDIR >>$LOGFILE
    # Now run the RMAN backup
    echo ''
    echo "Starting archivelog backup of $ORACLE_SID at $RUNDATE " >> $LOGFILE
    $RMAN target / no catalog @/home/oracle/DBA/JOBS/DW0DB_RMAN_ARCH.rman >> $LOGFILE
    # Show size of the backup directory area after backup
    echo ''
    echo "Available space in Backup directory after backup" >> $LOGFILE
    df -h $BKPDIR >> $LOGFILE
    # list the backups there
    echo ''
    echo "List the backups in Backup directory" >> $LOGFILE
    ls -ltr $BKPDIR >>$LOGFILE
    ## send an email
    mail -s "RMAN backup completed" <mailid> < /fullpathtologfile/filename.log
    ##### end of script###############################################
    cat DW0DB_RMAN_ARCH.rman
    run {
    allocate channel c1 type disk;
    allocate channel c2 type disk;
    sql 'alter system switch logfile';
    sql 'alter system switch logfile';
    sql 'alter system switch logfile';
    crosscheck archivelog all;
    backup archivelog all
    tag DW0DB_FULLBKP
    format '/bkp/RMAN/DW0DB_BKP/ARCH_DW0DB_set%s_piece%p_%T_%U'
    filesperset 20;
    release channel c1;
    release channel c2;
    }

  • Jobs scheduled

    Hello DBA's
    I want to ask u very basis question plz ,hope u all don't mind it.
    The environment is oracle 10.2.0.3 and OS is Solaris.
    The dba before me has scheduled some jobs like rman backup etc i have checked it and they are not croned.
    Kindly help me out how can i see what jobs have been schedule through command line .
    Regard's

    newbie wrote:
    Hello DBA's
    The environment is oracle 10.2.0.3 and OS is Solaris.
    The dba before me has scheduled some jobs like rman backup etc i have checked it and they are not croned.
    Kindly help me out how can i see what jobs have been schedule through command line .
    Regard's1. you can query this DBA_SCHEDULER_JOBS view (its contains information about all Scheduler jobs in the database)
    2. since the "dba before" might be using third party tools, you can monitor the process on solaris OS.
    e.g
    -bash-3.00$ ps -ef|grep -i ora
    you can monitor the STIME, CMD column to identified new process runing that you did not start. By tracking the PID and PPID, you can know the third-party tools and other information!
    HTH
    teits

  • RMAN - upgrade catalog taking too long

    Hello ,
    I am trying to upgrade the rman catalog and it is taking too long to upgrade , infact after 4 hours wait time it is still excuting the upgrade command .
    Target database is : 11.2.0.3 PSU1
    catalog database : 11.2.0.2
    upgrading the rman catalog to 11.2.0.3 .
    I tried executing the command at a very quiet time of the day when catalog is not been used by any database . Please advice if you have encountered the similar issue and fixed it .
    Thanks
    Venkat

    After some time into execution of "upgrade catalog" i got the output as below , and after that i let all the jobs of rman execute completely from diff databases that are connected to catalog and re-executed the "upgrade catalog" command , which finally completed the upgrade process with out the issues .
    Error :
    RMAN> upgrade catalog;
    error creating upgcat_strt_0
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-06004: ORACLE error from recovery catalog database: ORA-00060: deadlock detected while waiting for resource
    Re-executed when no sessions are connected to catalog and the upgrade process is successful .
    RMAN> connect catalog rman/rman@database
    connected to recovery catalog database
    PL/SQL package RMAN.DBMS_RCVCAT version 11.02.00.02 in RCVCAT database is not cu
    PL/SQL package RMAN.DBMS_RCVMAN version 11.02.00.02 in RCVCAT database is not cu
    RMAN> upgrade catalog;
    recovery catalog owner is RMAN
    enter UPGRADE CATALOG command again to confirm catalog upgrade
    RMAN> upgrade catalog;
    recovery catalog upgraded to version 11.02.00.03
    DBMS_RCVMAN package upgraded to version 11.02.00.03
    DBMS_RCVCAT package upgraded to version 11.02.00.03
    Thanks
    Venkat

  • RMAN backup archivelog all delete input

    Hello DBAs,
    what does this command will do?
    RMAN> backup archivelog all delete input;
    DN

    I have set cron job for RMAN> backup archivelog all delete input; and its work.
    But I got following message in my log file.
    Please give ur feed back.
    Recovery Manager: Release 10.1.0.4.0 - 64bit Production
    Copyright (c) 1995, 2004, Oracle. All rights reserved.
    RMAN>
    connected to target database: SIDNAME (DBID=XXXXXXXX)
    using target database controlfile instead of recovery catalog
    RMAN>
    Starting backup at 10-FEB-06
    current log archived
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=269 devtype=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: sid=268 devtype=DISK
    channel ORA_DISK_1: starting compressed archive log backupset
    channel ORA_DISK_1: specifying archive log(s) in backup set
    input archive log thread=1 sequence=5701 recid=2412 stamp=581958928
    input archive log thread=1 sequence=5702 recid=2413 stamp=581961105
    input archive log thread=1 sequence=5703 recid=2414 stamp=581964532
    input archive log thread=1 sequence=5704 recid=2415 stamp=582025325
    input archive log thread=1 sequence=5705 recid=2416 stamp=582029976
    input archive log thread=1 sequence=5706 recid=2417 stamp=582031922
    channel ORA_DISK_1: starting piece 1 at 10-FEB-06
    channel ORA_DISK_2: starting compressed archive log backupset
    channel ORA_DISK_2: specifying archive log(s) in backup set
    input archive log thread=1 sequence=5707 recid=2418 stamp=582037207
    input archive log thread=1 sequence=5708 recid=2419 stamp=582038471
    input archive log thread=1 sequence=5709 recid=2420 stamp=582043538
    input archive log thread=1 sequence=5710 recid=2421 stamp=582048518
    input archive log thread=1 sequence=5711 recid=2422 stamp=582055205
    channel ORA_DISK_2: starting piece 1 at 10-FEB-06
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 02/10/2006 18:00:
    12
    ORA-19502: write error on file "/u02/backup/backup_6ehb2t97_1_1", blockno 6145 (
    blocksize=512)
    ORA-27063: number of bytes read/written is incorrect
    IBM AIX RISC System/6000 Error: 28: No space left on device
    Additional information: -1
    Additional information: 1048576
    channel ORA_DISK_1 disabled, job failed on it will be run on another channel
    RMAN-03009: failure of backup command on ORA_DISK_2 channel at 02/10/2006 18:00:
    12
    ORA-19502: write error on file "/u02/backup/6fhb2t97_1_1", blockno 6145
    (blocksize=512)
    ORA-27063: number of bytes read/written is incorrect
    IBM AIX RISC System/6000 Error: 28: No space left on device
    Additional information: -1
    Additional information: 1048576
    channel ORA_DISK_2 disabled, job failed on it will be run on another channel
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 02/10/2006 18:00:
    12
    ORA-19502: write error on file "/u02/backup/backup_6ehb2t97_1_1", blockno 6145 (
    blocksize=512)
    ORA-27063: number of bytes read/written is incorrect
    IBM AIX RISC System/6000 Error: 28: No space left on device
    Additional information: -1
    Additional information: 1048576
    RMAN>
    Recovery Manager complete.
    DN

  • Need Email Notification of Job Completion Status

    Hi experts,
    this is 10.2.0.4 on the Windows platform
    I have a simple little job that has Job Type: RMAN Script
    Backup Database plus archivelog;
    I have installed UTL_MAIL.
    How can I have Oracle send an email to me when the job fails?
    ( This is not a Scheduler job though it runs on a schedule. I used the Database Control gui to create it.)
    Thanks. John

    I would just modify the stored procedure or batch script being ran to issue the email as the last action it takes if no errors were returned by prior steps/actions.
    One way to add an extra action to existing stored code without changing the stored code itself is to write a cover routine that calls the existing code, tests the return code, and issues or calls the additional code (email in this case)
    HTH -- Mark D Powell --

  • Rman repository and target

    Hi,
    my RMAN repository is in 10g R2, and target is in 8.1.7.4. I want to know when I backup by RMAN what would be the RMAN version executing the job ? RMAN 8.1.7 or RMAN 10g ? Thanks and regards.

    Yo would be using the RMAN executable in the target ORACLE_HOME (ie, RMAN would be 'local' to the database).

  • Suspend job in Enterprise Manager

    Hi everybody.
    I have a problem with my oracle enterprise manager jobs. I schedule a job with rman commands for my database backups and it works fine every day, but sometimes, like yesterday, Oracle enterprise manager shows a message with "Trabajo Suspedido" (suspend job). I delete the job and I recreate again, but the job again is suspend.
    Anyone can help me?

    The alert log in 10g has format like this:
    $ORACLE_BASE/admin/<DBname>/bdump/alert_<SID>.log
    It usually records basic job actions, that's why I asked for it.
    I'm not sure, but would be good to check if the job suspended due to exceeded schedule window.
    There is also option to resume a suspended jobs.
    Also you may try to query:
    select to_char(log_date, 'DD-MM-YY HH24:MI:SS') as LOG_DATE, OWNER, JOB_NAME, JOB_CLASS, OPERATION, STATUS, USER_NAME
    from DBA_SCHEDULER_JOB_log
    order by 1;
    and
    select owner, JOB_NAME, PROGRAM_NAME, JOB_ACTION, schedule_name, to_char(start_date, 'DD-MM-YY HH24:MI:SS') as START_DATE, REPEAT_INTERVAL, enabled, state, comments
    +from DBA_SCHEDULER_JOBS --+
    where job_name like '%<place_you_jobname>%';
    to find more details and analyze history of those events.

Maybe you are looking for

  • Zen Vision M: Unable to charge. Nearly to give product back (forev

    Hello, I purchased a Zen Vision M two weeks ago. When I arri've at home I installed the software successfully and then connected the Zen Vision M to my USB poert on my laptop (Win XP Pro SP2) to charge it; no sign of life. No display activity and NO

  • Some problems with samba

    On 10.3.9, when i try connecting to a share using windows, i get this error: [2006/09/15 11:09:12, 0] /SourceCache/samba/samba-60.2/samba/source/smbd/service.c:setcurrentservice(51) chdir (/Volumes/LACIE/Projects) failed [2006/09/15 11:09:12, 1] pdbo

  • How do I get itunes to recognize the artists I already have in my library?

    Before, Itunes recognized artists that were already in my library but now that I have downloaded the newest version of itunes, it doesnt recognize and familiar artists, genres, or albums that it used to. Please help!!!

  • Bundle Patch1 is now available for Solaris (SPARC), Solaris (x86-64), AIX

    [OTN |http://www.oracle.com/technetwork/oem/enterprise-manager/downloads/index.html?origref=http://www.oracle.com/technetwork/oem/grid-control/index.html] Hi All, EM Binaries updated with bundle patch1 are now available on OTN OMS and Management Agen

  • Error with XLReporter in Excel2007.

    Hi there, Need assistance with XLReporter in Windows 7 Pro (64bit) running MSOffice 2007. Get the following error when running report: error starting Excel! Cause (Open workbook) method '~' of object. I've seen a suggested fix meant for Office 2010 (