Default Job vrs Auto Task job

Under 11g, I am trying to work out what would be the benefit from assigning a scheduler job to the Auto Task Framework ( i.e. job class AUTO_TASKS_JOB_CLASS ) as opposed to just having a job under DEFAULT_JOB_CLASS.
What's the difference ? Is there pro's and con's or what type of criteria should be used when choosing what to schedule a job under ?
Jim

There are, it affects the jobs priorities and resources allocated for them, depending on their class.
Take a look at this: http://docs.oracle.com/cd/B28359_01/server.111/b28310/schedover006.htm

Similar Messages

  • Oracle 10g Scheduler, the Auto Task Job Class

    When we are assign to a job to the auto task JOB Class on Oracle 10g scheduler, please advise what exactly we are asking Oracle to do?
    From what I read from my text book, by assigning a job to a Job Class we can control the following..
    Resource_Consumer_Group : Determine how much resources being allocate to the job
    Logging_Level: Determine the detailing level of logging
    Log_history: Determine how long the logged data should be retained
    For auto task, what are the value on these paremeters set to?
    Thanks,

    By default, jobs are assigned to DEFAULT_JOB_CLASS.
    You can see attributes for the class from:
    SELECT * FROM   dba_scheduler_job_classes;

  • Auto task - Gather Stats.How do Oracle knows which DB objects to analyze ?

    Hi,
    Do oracle has any specific criteria while identifying which Oracle DB objects needs to be analyze as part of Gather Stats ( included as "auto task") ?
    Does it uses information from DBA_TAB_MODIFICATIONS to find any fixed % of change like 10% or so or it analyzes all objects ?

    Copied and pasted from the documentation, which you can find via some simple Google searches if you don't know about http://docs.oracle.com
    GATHER AUTO: Gathers all necessary statistics automatically. Oracle implicitly determines which objects need new statistics, and determines how to gather those statistics. When GATHER AUTO is specified, the only additional valid parameters are stattab,statid, objlist and statown; all other parameter settings are ignored. Returns a list of processed objects.
    GATHER STALE: Gathers statistics on stale objects as determined by looking at the *_tab_modifications views. Also, return a list of objects found to be stale.
    GATHER EMPTY: Gathers statistics on objects which currently have no statistics. Return a list of objects found to have no statistics.
    14.2.1 GATHER_STATS_JOB
    Optimizer statistics are automatically gathered with the job GATHER_STATS_JOB. This job gathers statistics on all objects in the database which have:
    Missing statistics
    Stale statistics

  • Add a Human Task in BPEL but it shows as an Auto Task in BPA

    Hi, all,
    I create a BPMN flow in BPA and mapping to BPEL. And I add a Human Task in jDeveloper, and saved back to BPA server. But the problem is the updated BPMN flow shows that I added a Auto Task in BPA. Could you help me on that? Thanks in advance.
    Best Regards,
    Bill

    Hi Bill,
    Prefatory a quick intro on the basic idea of the BPA concept and a few personal recommendations. In general all changes on the control flow should be initiated top-down from the business process, which means your requirement becomes relevant only in certain cases. If the refinement of the BPEL process is going beyond the technical implementation, then the BPMN diagram itself needs to be corrected. That being said, in certain cases it may be sensible to make use of the improvement proposal feature (e.g. the IT developer recognizes the need of an additional service invocation, so that the control flow of the business process has to be refined).
    Referring to your issue these changes are displayed as Automated Activities (abstract) in the superior business process (in BPA). For this reason some activities require a different approach when it comes to accepting or rejecting by the business users. The description below provides an overview about how-to add activities in BPEL subsequently (as improvement proposals) and how they will be represented in the superior business process after synchronization (personal recommendations).
    Control flow
    Email, Fax, Pager, Pager, SMS, Voice+
    BPEL process (JDeveloper)+
    Encapsulate within a separate Abstract activity - choose a name, which helps to identify that this should be a Notification activity (define naming conventions in the conventions handbook).
    Business process (BP Architect)+
    By default represented as Automated Activity (abstract).
    Open the improvement proposal model and select the new activity. Go to Format/Representation and select 'Notification' in the Symbol-dropdown list - the object appearance changes.
    Important: double-click the new activity and specify all the required parameters. Share the blueprint with IT.
    Note: The attributes of the abstract Automated Activity still appear in the attributes view.
    Invoke+
    BPEL process (JDeveloper)+
    Encapsulate within Abstract activities.
    Business process (BP Architect)+
    If encapsulated within an existing scope in BPEL - not visible in the superior process.
    If encapsulated within an Abstract activity in BPEL - represented as Automated Activity (abstract).
    Human Task+
    BPEL process (JDeveloper)+
    Encapsulate with an a separate Abstract activity - choose a name, which helps to identify that this should be a Human Task activity (define naming conventions in the conventions handbook). Ignore the Switch activity that will be added below the Human Task.
    Business process (BP Architect)+
    By default represented as Automated Activity (abstract).
    Open the improvement proposal model and select the new activity. Go to Format/Representation and select 'Human Task' in the Symbol-dropdown list - the object appearance changes.
    Important: double-click the new activity and specify all the required parameters. Share the blueprint with IT.
    Note: The attributes of the abstract Automated Activity still appear in the attributes view.
    Receive, Reply+
    BPEL process (JDeveloper)+
    Encapsulate within Abstract activities.
    Business process (BP Architect)+
    If encapsulated within an existing scope in BPEL - not visible in the superior process.
    If encapsulated within an Abstract activity in BPEL - represented as Automated Activity (abstract).
    Decide+
    BPEL process (JDeveloper)+
    Add a new Abstract scope - choose a name, which helps to identify that this should be a Business Rule activity (define naming conventions in the conventions handbook). Place an Empty activity inside the scope.
    Business process (BP Architect)+
    By default represented as Automated Activity (abstract).
    Open the improvement proposal model and select the new activity. Go to Format/Representation and select 'Business rule function' in the Symbol-dropdown list - the object appearance does change.
    Important: double-click the new activity and specify all the required parameters. Share the blueprint with IT.
    Note: The attributes of the abstract Automated Activity still appear in the attributes view.
    Flow, Switch, Pick+
    BPEL process (JDeveloper)+
    Only new branches within existing activities can be added subsequently. Each branch should contain at least one Abstract activity.
    Business process (BP Architect)+
    New activities should be defined in the superior business process.
    Displayed as gateways (AND, XOR <event-based>, XOR <data-type>, OR) - the definition of these activities should be initiated in the business process.
    While+
    BPEL process (JDeveloper)+
    Only within existing scopes. Loops should be defined in the superior business process.
    Business process (BP Architect)+
    If not encapsulated within a scope in BPEL - will be represented as Automated Activity (abstract).
    If encapsulated within an existing scope in BPEL - not visible in the superior process after synchronization.
    If encapsulated within an Abstract in BPEL - will be represented as Automated Activity (abstract).
    Implementation
    Assign, Transform, Throw+
    BPEL process (JDeveloper)+
    Only within existing scopes.
    Business process (BP Architect)+
    Not visible.
    Wait, Terminate+
    BPEL process (JDeveloper)+
    Not recommended to add them subsequently - should be defined in the superior business process via Intermediate events (BPMN).
    Business process (BP Architect)+
    Displayed as intermediate event - the definition of these activities should be initiated in the business process.
    Kind regards,
    Danilo

  • 11g auto-task issue

    when I checked the "dba_autotask_job_history" , I detect there are different from "job_start_time" and "window_start_time" for the client auto-task, the detail as below.
    what cause the different form "job_start_time" and "window_start_time", and that's why?
    thanks!
    job_start_time: 2012-05-16 06:06:53     
    window_start_time: 2012-05-16 02:00:00     
    client_name: auto optimizer stats collection     
    job_name: ORA$AT_OS_OPT_SY_531     
    job_satus: SUCCEEDED     
    window_name: EVERY_NIGHT     
    window_duration: +000000000 07:41:12.160939     
    job_duration: +000 00:00:00

    easonmy wrote:
    when I checked the "dba_autotask_job_history" , I detect there are different from "job_start_time" and "window_start_time" for the client auto-task, the detail as below.
    what cause the different form "job_start_time" and "window_start_time", and that's why?
    thanks!
    job_start_time: 2012-05-16 06:06:53     
    window_start_time: 2012-05-16 02:00:00     
    client_name: auto optimizer stats collection     
    job_name: ORA$AT_OS_OPT_SY_531     
    job_satus: SUCCEEDED     
    window_name: EVERY_NIGHT     
    window_duration: +000000000 07:41:12.160939     
    job_duration: +000 00:00:00when all else fails, Read The Fine Manual
    http://docs.oracle.com/cd/E11882_01/server.112/e25513/statviews_3087.htm#REFRN23379

  • Memo view as default view for specific task

    Hello all,
    Iu2019m seeking a solution for a UWL issue.  Background:  Weu2019ve configured a specific workflow task for use when a travel expense form is returned for correction. Weu2019ve also configured the XML code so that a comment is required upon returning a travel expense form to the initiator.  The solution Iu2019m seeking is this, what XML code do I use to force the view Memo to default for the workflow task that handles the returned item.  Currently the preview view defaults, but weu2019d like the return comments to show first in this situation.   Thank you for any help that you could provide

    Hi Bhaskar,
    I tried to reproduce the issue in my test environment(SharePoint 2013 Server), It is worked fine. The
    code as below:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using Microsoft.SharePoint;
    namespace ConsoleApplication2
    class Program
    static void Main(string[] args)
    using( SPSite site= new SPSite("http://sp/dennis"))
    SPWeb web = site.OpenWeb();
    SPList list = web.Lists["DiscussionList"];
    SPView view=list.Views["Threaded"];
    view.DefaultView = true;
    view.Update();
    list.Update();
    I suggest you delete the IE browsing history and reopen the IE to check whether it works or not.
    Or you can use the IE F12 developer tools to check the html code of the site logo link.
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • Auto task determination in Notifications

    Hi,
    Does anyone help me out in Auto task determination in Notifications.I have completed all SPRO settings but still the task is not populating in notifications.
    Defined Response profile
    Defined Service Profile
    Assigned Notification types to Response Monitoring.
    Is there any other settings apart from it.
    Best Regards,
    Arun

    Hi Arun
    Please refer the below link
    http://help.sap.com/saphelp_dimp50/helpdata/en/2a/cef814ecbd11d2958500a0c93029cf/content.htm.
    You need to use user exit- ICSV0002: Automatic task determination for service notifications

  • Process chain - default job name modification

    Hi Guys,
    When we run a process chain which has RA jobs,,,,,the corresponding job names in sm37 will be with name "BI_PROCESS_REPA_BP" .....
            We use the job name in sm37 to spool the file thru abap program....so if 3 RA jobs are run thru process chain,,,,,all 3 jobs of different RA jobs will be with same name in SM37.
    Can we change this job name to something else...
    Please advice.
    Thanks!!!!!!!!

    Hi,
    Which job u need to modify the nems of the process chains?
    All the names which starts with BI_*  are the standard jobs running in BI system...if the same runs thru process chain i guess we cannot change it...
    If it is a manual job running in SM37 then we can change it by copying the job name so tht it comes into scheduling then we can release the same according to our requirement..
    rgds,

  • Need to Hide Objects Default method in Approval Task

    Dear All,
      I have a requirement, where I need to hide the default method that is getting displayed in the approval task of the workflow.
    The employee object and Trip objects default method are getting displayed in the preview of approval task. And same is getting displayed in the universal worklist in the columns of attachments.
      There is an option in univesal worklist configuration where we can remove the attachments for display.
      But to our requirement , only certain objects and attachments should be shown in portal and R/3 of the approval task.We need to restrict the employee object and trip object which is shown in objects and attachments column of the standard descision task.
    Let me have any suggestion on this.
    Thanks in advance.
    regards,
    Sabari Prabhu.

    Hi,
    I took a look into this same issue some time ago, and at least I didn't find a way to restrict only certain attachments for displaying in UWL. If the attachments cannot be hidden, I have tried to avoid using the business objects as much as possible. For example the employee object is many times binded to the task only because you want to display certain attributes in the task description. Then I have just binded the needed attributes into separate container elements. Of course this will not solve all the cases.
    Then other useful options are that you change the default method, and this method is implemented in a way that it either does not display anything, or displays something (maybe just an error message etc.) that makes more sense than the default method that SAP delivers. Or then you can implement for example your own web dynpro application that will be launched when you click the attachment.
    Regards,
    Karri

  • Is it possible to bypass the Default rules in a task?

    Hello,
    looking at a article on the internet on how to configure PO Release workflow. I configured my system( IDES) to create new PO Release workflow accordingly.
    I am able to create a new PO and based on the configuration the Release strategy is displayed in the PO screen.
    The STD PO RELEASE workflow WS20000075 provided by SAP is is activated and agent assignment is done in the configuration.
    So as soon a PO is created the workflow is triggered and the workflow errors out. It does not send any workitem to the recipient. I tried to diagnose the workflow and the issue is with the default rule which gets triggered to determine a AGENT. The default rule triggers the FM ME_REL_GET_RESPONSIBLE
    to determine the agents and it is not able to determine the agent.
    Any idea what is missing or how to bypass the default rule defined in a std task?
    Regards
    Chky

    Hi Imthiaz,
    I implemented the OSS Note and deteted the entry in SWEC as suggested in the OSS Note. But after deleting,  The event is not raised at all. I did a comparison of SWEL trace before and after deleting the record.
    Anyways i put back the SWEC i deleted from the system. When i tried to dig further in the issue i realized that when i check the trace in SWEL it gives me a error message
      Import container contains errors (are any obligatory elements missing?)
    Then i checked back to see if all the Bindings are fine from Workflow to Task and From Task to the default Rule  and all seems to be fine.
    Not sure why still i am getting the error as mentioned above. 
    Also I tried to Test the workflow from SWDD transaction and passed the PO number and the Release code in the testing. The workflow Error's out. When i check the workflow log it just stops at the first step.
    Any idea what next i should try?
    Anyways thanks for your help. Appreciate that !!
    Cheers
    Chky

  • Query on default serial(1) (auto increment)

    Hi all,
    1. is there a max integer value, when we create/add a column of type INTEGER?
    if yes,
    2. what happens when column value reaches that value?
        - does it starts from 1 again or what happens?
         Because, i want to create a table with a column of type INTEGER and it is enabled with auto increment and it is primary key. If i delete all rows(say, 100 rows) and insert values into it, it starts with 101... so i was wondering whether it starts with 1 again? or i should change the type of the column to some other type(VARCHAR()).
    thank you,
    regards,
    sudhir.

    hi
    try this sentence:
    ALTER TABLE schemaname.tablename COLUMN colname DROP DEFAULT;
    this eliminate default value and this recreate that value
    ALTER TABLE schemaname.tablename COLUMN colname ADD DEFAULT SERIAL (integer value);
    good luck

  • Data Access Account as Default RunAs Account in Tasks

    Hi all,
    i have the problem in a brand new SCOM 2012 R2 Installation every Tasks that I execute (like DCDIAG for AD or Site Discovery for SCCM) is being executed with the System Center Data Access Service Account (here "scdac") from SCOM. Also if i define
    another specific RunAs Account like the "scadmin" (Domain Admin) Account. Its very strange because the System Center Data Access Account isn't defined in any way as an Account in the SCOM Console by default. Here are some screenhots:
    Either....
    Or...

    Hi all,
    i have the problem in a brand new SCOM 2012 R2 Installation every Tasks that I execute (like DCDIAG for AD or Site Discovery for SCCM) is being executed with the System Center Data Access Service Account (here "scdac") from SCOM. Also if i define another
    specific RunAs Account like the "scadmin" (Domain Admin) Account. Its very strange because the System Center Data Access Account isn't defined in any way as an Account in the SCOM Console by default. Here are some screenhots:
    Either....
    Or...
    the same result:

  • Loss of default gateway - to auto-shutdown radio

    Hi,
    I need a solution where, if an access point looses its connection to its default gateway, that it automatically shuts the radio down. And when the default gateway is again available, the radio is automatically turned on again. By connection, I do not just mean that the AP FastEthernet port link status changes.
    Some kind of functionality like the 'track rtr reachability' that probes the default gateway, and takes action if the default gateway cannot be reached.
    How to, if at all possible...
    Problem is that wireless equipment will connect to the access point if the radio is up but the access point does not have access to its default gateway (for some error reason other than the local Ethernet link, but also that...)
    Thanks
    Johnny

    Hi,
    unfortunately that does not solve this problem:
    Router (def. gw for WAP)
    Switch 1
    Switch 2
    Wireless Access Point (WAP)
    If switch 1 is down or if the link from switch 1 to the router is down, then the WAP radio will still be up. I need for it to handle a loss to its default gateway, not just its local ethernet wire.
    Tx
    Johnny

  • How to assign default values to "Start task process" SPD2013 action

    I am creating a task in SPD 2013 list workflow using the "Start a task process" action. I have the ContentTypeId field set as i need to have some specific fields to be displayed in the task form.
    Is there anyway to assign values to these fields?. My goal here is to fetch some values from the "currentItem" fields and display in the Task form during the approval. So that the Approvar don't need to go and see the actual list item.

    Hi,
    If you would like to display fields about current item in Task form, please click
    these user in Workflow, and
    Start a Task Process dialog pops out. Then click Open editor for body >
    Add or Change Look up, then you could retrieve field data.
    For clearly:
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • Undocumented Auto Task Health Monitor in 11g

    Hi,
    in the View DBA_AUTOTASK_WINDOW_CLIENTS is a column named Health Monitor.
    How can i activate this Task (undocumented Parameters???, i tried disablehealth_check but without luck)
    Thanks
    Marco

    HI,
    the health monitor is a new package in 11g.
    DBMS_HM
    It is run by teh system automatically every time a critical error is encountered and can run health checks like block corruption check, data dictionray consistencey checks and so on. It is a hidden underscore parameter which manages the autotask and I will not tell you here which one, you must find out yourself!
    Do not switch it off !!!! Its a great freature!
    All information related to a critical error is put intot the Autimatic Diagnostic Rerpository (ADR) .
    You can run health checks manually as well with the package.
    Hope it helps,
    BR,
    Lutz
    =;-)

Maybe you are looking for

  • How to Format My Zenv 1Gb

    Could someone help? If there is a link please give me it!Message Edited by Casandrina on Message Edited by Casandrina on 0-3-200705:2 PM

  • SuperDrive not seem by OS

    I know based on reading way to many post this is pretty common issue with the notebook line and a few pro's. I took a month of Sundays deciding to drop this coin on a MBP. And with anyone looking for nirvana a few tweaks and adjustments are always in

  • Add SharePoint 2013 On-Premise to Add a Place in Office 2013

    We are in the process of rolling out SharePoint 2013 on-premise to all users in our organization. As part the roll-out we are also upgrading users to Office 2013. Unfortunately, we have difficulty explaining to users how to Save As to SharePoint the

  • Move/Install apps to SD Card

    Is it possible to "move" applications to SD card? The only two Firefox Phones available in India are Intex Cloud FX and Spice Fire One MX, both are lower end phones and do not have much internal memory. I wish to buy one but I feel internal will give

  • How do I get my security questions answers

    I forgot my security questions