dbms_scheduler - possible to have a job that takes place in 10-11 Mon - Sam, but Sunday at 11 just?

Hello

With the help of 11.2.0.3 and I was wondering if possible to have a dbms_scheduled job that runs at 10 and 11, Mon - Sat, but only 11 Sunday.

Currently have a f = interval daily work which runs 10 and 11 all day and I was wondering if possible to change to reveal a turn at 11 Sunday rather than 10 and 11 or you must separate job Sunday for that?

Thank you

Hello

You don't need 2 jobs for this, only 2 different calendars:

BEGIN
-- Daily mon to sat at 10 am and 11 am
dbms_scheduler.create_schedule('mon_to_sat_sched', repeat_interval => 'FREQ=DAILY;BYDAY=MON,TUE,WED,THU,FRI,SAT;BYHOUR=10,11'); 

-- Sunday at 11 am
dbms_scheduler.create_schedule('sunday_sched', repeat_interval => 'FREQ=WEEKLY;BYDAY=SUN;BYHOUR=11');
END;
/

Now to clarify these times for your business:

BEGIN
dbms_scheduler.set_attribute( name => 'YOUR_JOB', attribute => 'repeat_interval', value => 'mon_to_sat_sched,sunday_sched');
END;
/

Tags: Database

Similar Questions

  • I have the creative cloud installed on my computer with Photoshop, Illustrator and InDesign for when I used my free trials. I now have a job that allows me to have on my computer for free, however, I have a problem switching to work one

    I have the creative cloud installed on my computer with Photoshop, Illustrator and InDesign for when I used my free trials. I now have a job that allows me to have on my computer for free, however, I have a problem switching on behalf of employment. I've switched to creative cloud and now it of installation and update but due to lack of care and allow me to do something else. Help, please.

    log out and then back to your client application using the adobe for your subscription in cc id: http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html

  • Why a menu that takes place does not change the width of my mobile site?

    Hello! I placed a vertical menu inside an accordion for a menu widget that takes place for a mobile Web site. Problem: When I open the menu with Safari on iPhone (iOS 9) the page gets some unwanted extra large. I can't find any objects that might happen on the border. What is the reason for this behavior?

    Web site: Büromöbel Lippische

    Thank you for sharing the file.

    In the content area of the accordion panel you have placed the menu as the 100% with the order of the day.

    Please select the menu and make sure that the 100% button is not active on this issue. Republish the site and it works perfectly then.

    Concerning

    Vivek

  • where is the RADIUS/Ganymede communication that takes place

    Hello

    If iam connect to a domain and my domain name is configured for authentication to the ACS, where is the RADIUS/Ganymede communication that takes place?

    -C' is from the client to the ACS

    - or is it the domain of ACS

    client--(PAP/chap/EAP)--NAS--(RADIUS/TACACS)--ACS--ad

    Kind regards

    Prem

    Please rate if this can help!

  • Is it possible to have a job board registration where the following happens in British Colombia?

    Is it possible to have a Web site from the list where the following happens in British Colombia:

    3 groups of members:

    • Owner of the website (Administrator)
    • Employers
    • Entrepreneurs

    Employer lists a description of the job to the site via a web form and logs on to the secure Web site. This description is assigned a number of automated work.

    Once the work has been registered, an email is sent to contractors in the area (i.e. a city) to inform them that a work has been recognized in their field, with a link to the new ad job.

    Some confidential details about the job description are not listed until a contractor accepts a job.

    When a contractor agrees work (i.e. is the first to apply for a job), there comes the following:

    • An automatic e-mail is sent to the employer (with the number of job, the contractor coordinates and link to the list of works)
    • An automatic e-mail is sent to the contractor (with the job number and the link to the list of works)
    • The work of registration is no longer available to other entrepreneurs (either work is still listed but without option for other entrepreneurs to apply OR work, it is no longer displayed publicly on the Web site).
    • The contractor is able to view confidential information on the job description.

    Once the contractor has completed the work, they can log on to the Web site and mark the task as completed. In this case, an automatic email is sent to the employer and the contractor.

    The final message to the contractor will provide an automated Bill of the owner of the site (or it could be a separate email).

    Yes, Web Apps will be involved.

    I've seen job boards created before the BC but you have no examples to point to currently.

  • Is it possible to have an action that send an email?

    Hello

    is it possible to have an action email to a predefined address?

    Thank you.

    Hi nicolasf47082287,

    You can create a button "submit" in your PDF form & adds an action to send the PDF by email, see this KB document for help Acrobat help. Definition of action in PDF forms buttons.

    Kind regards
    Nicos

  • Effect that takes place

    I came across an animation illustrating a series of diagonal lines takes place as a fan. The work is pretty simple, but I didn't know how to build this legacy and I was wondering if there could be an expression to create this kind of effect.  I appreciate any suggestions.  Here is the link below for the animation.

    IRA

    http://www.mediafire.com/file/36y0yi88mnh42vk/unfold%20effect.mov

    It's just an exercise in basic mathematics. If you place a control slider on a layer zero, and then use the index (the number of layer) as a multiplier you can fan the layers by simply adjusting the slider. Add to this an if else statement to count the number of layers and stop to increase the angle when the circle is filled and you have the solution.

    If you put the layer zero with the slider at the bottom of the layer stack this expression should work for you:

    ctrl = thisComp.layer("Null 1").effect("Slider Control")("Slider");
    numSeg = thisComp.layer("Null 1").index - 1;
    val = 360 / numSeg
    
    if (ctrl < numSeg) {
         mult = (ctrl * (index -1))*(val)/numSeg
    }
    else if (ctrl >= numSeg) {
         mult = (index * val)
    }
    value + mult
    

    CTRL is the value of the slider control

    numSeg counts the number of layers of line in the model by subtracting 1 by the number of layer from the layer of null (null must be down)

    Val calculates the angle between the layers when they are uniformly distributed in a circle

    If the statement indicates whether the CTRL (value of the slider) is below the number of segments can multiply the value of cursor multiplied by the number of layer 1 (so the top layer does not turn) and then divide this value by the number of segments.

    The other if the statement indicates if the value of the slider is equal or greater than the number of layers, rotate the layer by layer number multiplied by 360 divided by the number of layers. This evenly distributes the layers around the circle.

    The value + mult to the end just says take the initial rotation value and to add the new value of the rotation of this layer. This works if you set the rotation angle of the departure first layer. If you want to control after duplicate layers then replace the 'value' with the expression angle controller.

    All you have to do to make this work is to set the anchor point to one end of a line segment, add a cursor of expression to a null value, put nothing down, then add the expression to the line layer and duplicate as many times as you want.

  • I have an iPad without any place to put a Sim Card.But I just updated my iPhone IOS 9.3 5 and before the full update there don't say "SIM necessary." Like I said my iPad has no where to put a SIM card on it what should I do?

    I have an iPad that has no place to put a SIM card on it.but I just updated my iPhone 5 in IOS 9.3, but before the end of the update there is a stage says "SIM card required" so I put a SIM card to this topic, but how do I update my iPad to IOS 9.3? Please help I'm really scared of what will happen!

    Only your iPhone needs a SIM card to do the upgrade, you will not be asked this question when you update your iPad unless it's an iPad GSM. I wouldn't do the update again as IOS 9.3 has serious bug (s) to fix first.

  • Possible to have a site that contains roll effects AND is sensitive? That is, pages with those separate effects?

    For example, here's what I ask on/research to:

    My home page has scrollbar effects. Is that what I can keep this page with scroll effects (and available phone alternative)? It would be non-compliant, I'm aware.

    BUT, I would have other pages within my site that wouldn't be sensible indeed, but wouldn't roll effects and does not require the alternative layout.

    The combination of two things is possible? Just to separate the pages from the same site? I hope that makes sense.

    Thank you!
    -Kristine

    Yes. You can mix design adaptive and responsive.

  • Is it possible to have a button that will insert a line of table rather than add at the end?

    I have a button Add line that works correctly using addinstance, but I would like to have the line button Add at the end of each line, if a user can insert a line in the middle of the existing/fiilled of lines.  Is this possible?  I would like to be able to do this using Formcalc because that's what my script in the form currently complies.

    Hello

    Yes, it is possible, but actually doing just that the script is to add a new line at the end of the table AND then move the line to the appropriate position.

    See examples here: http://assure.ly/gk8Q7a. Table 5 is a Table object, while table 6 is constructed using subforms. In both cases, the Index number is a button, which adds a line below the existing one clicked.

    See who helps me to,.

    Niall

  • TELLING ME WHAT A SCAN THAT TAKES PLACE AND WAIT THAT HE ENDED UP - I HAVE NOTHING TO SCAN

    During a scanning operation she canceled for an unknown reason. Now when I want to scan from my computer an error message comes up saying I have to wait for the analysis at the end. How can I fix this.

    Usually, a restart of the computer cycle and the power of the device would clear the mess.

  • Possible to have the physical and virtual units of ESA in the same group?

    Given the scarcity of available information about virtual appliances, anyone have any ideas if it is possible to run a physical C160 and a C300V running the same version of ASyncOS in the same cluster.  I need to migrate from physical to virtual and has been evalualting the possbilty of the migration to the C300V from the C160 by adding a C300V to a cluster and then decommissioning the C160.

    Someone know about this?

    Thank you

    Nathan-

    Yes.  You can, as long as the appliance and virtual appliance running the same AsyncOS.  The "clusterconfig" command will work in the same exact way.  You need to just make sure that your C300V has the featurekeys loaded in order to run the cluster.

    -Robert

  • not possible to have beta12 3.6.15 and 4.0 on the same computer

    I had on my machine (win7) firefox 3.6.15
    These days, I discovered firefox 4.0Beta12 and install it. It's great. I put the finger on the task bar the two of them.
    After a reboot it is not possible to run the 4.0Beta12 again. no taskbar, no "C:\Program Files\Mozilla Firefox 4.0 Beta 12\firefox.exe". whenever he opens 3.6.15

    Yes, it is possible.

    Use it according to one of the above, '-P' option so that you can start Firefox with the right profile for this version, but add the following option as well -no-remote.

    According to KB article Command_line_arguments - n-profile option: allows to run several instances of the application with different profiles; used with Pei

  • I have XP and that you want to upgrade to XP Pro, but Windows will not let me.

    My office recently crashed and I replaced the windows XP home that came on the machine.  I also have a copy of XP Pro upgrade that I want to install because pro allows me to office remote host and does not House.  These are both legally purchased copies.  When I try to upgrade to pro it won't let me and warned me that the original desktop version is newer than the upgrade.  I don't like the age I want the features I paid for the upgrade.

    All solutions?

    1. determine what service pack is now installed (right click on desktop and select properties).  You must have service pack 3, but if you have recently reinstalled Windows XP Home Edition, you may have neglected to update at this point.

    2. either consider that if you have a CD for an earlier version of Windows (98, Me, 2000), you can do a "clean install" of XP Pro by booting from the CD-ROM to upgrade XP Pro and then insert the qualifying product CD when asked.

    3. If you want to 'upgrade' to protect the applications and data already installed on XP Home, first back up your data (just in case).  As indicated in the error message, your upgrade installation CD must be equal or superior to your current installation of XP Home service pack level.  Compare the service pack level of your installation of XP Home (see 1 above) and the level of service pack of your XP Pro installation CD.  Then create a CD slipstreamed that combines the real CD XP Pro you have with the correct service pack.  There are many instructions for this on the web.  See http://lmgtfy.com/?q=slipstream+xp

    I suggest that you use nLite (see the first hit in Google search above).

    If your XP CD Pro has NO service pack, you must first integrate the SP2 and then sp3 wake in this.

    If your CD of XP Pro at service pack 1 or 2, you can integrate service pack 3 (for example, you can go from 1 to 3 without add 2).

    Download the file from the service pack 3 Setup here--> http://www.microsoft.com/en-us/download/details.aspx?id=24

    If necessary, download the file from the service pack 2 installer here--> http://www.microsoft.com/en-us/download/details.aspx?id=28

  • You can remove old updates from Windows that take place on the hard drive?

    I have 391 updates on my computer since 2007 I should all keep them?  My hard drive is almost full, not sure what to delete - help!

    Friday, April 13, 2012 23:59:35 + 0000, Barbara H63 wrote:

    I have 391 updates on my computer since 2007 I should all keep them?

    Yes.

    My hard drive is almost full, not sure what to delete - help!

    There are several things that you can remove, but they are all temporary
    solutions. You soon find yourself in the same situation. the
    only real solution to this problem is the purchase of a larger or second hard
    drive. Luckily they are cheap these days.

    Ken Blake, Microsoft MVP

Maybe you are looking for

  • Tecra S2 suddenly turns off

    Hi on board, My Tecra S2 Portable turns suddenly turned off. It turns even abrupt shut down when I put a cup of coffee on the table.When he turned off the LEDs in before shine more. I have to unplug and connect the laptop to get them turned on again

  • External DNS &amp; IP network settings?

    OS X 10.10.5 Server 5.0.15 I have several problems with my services, and, while I thought I put in place correctly, all signs point to DNS problems. For reference, here's my simple setup with IPs (my external IP is obviously false): Modem > router (A

  • waiting for chat box

    If you request technical assistance via chat, which is a time to wait for technician chat with? I was chatting with C4PO but he left the conversation and no return.

  • Bios pw reset HP Folio S13

    Good afternoon I was wondering if I can get the password bios reset for a HP Folio S13-2000. The disabled system code is: 53899087 Thank you kindly

  • E4200V2 Wireless Bridge Mode disconnects

    I have an E4200V2 with the last installed firmware.36. The E4200V2 is configured in Bridge Mode. DHCP from 4200 is an IP address for itself of my network infrastructure. It is a modem UBEE DOCSIS 3 (exit concert E) on a cable connection 100 meg feedi