Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7942005
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T23:50:15+00:00 2026-06-03T23:50:15+00:00

I need to write a trigger that prevents insertion between 5pm Friday and 9am

  • 0

I need to write a trigger that prevents insertion between 5pm Friday and 9am Monday.

Am I going down the right track with thinking I need to extract the day/time from the sysdate and do something along the lines of

if
extract (day from sysdate) =>5 
AND extract (hour from sysdate) =>17 
AND extract (day from sysdate) =< 1 
AND extract (hour from sysdate) =<9
THEN
...

Please let me know if this is horribly going down the wrong track.

I find it frustrating that my searches of “specify between days of week” come up fruitless, perhaps someone can suggest better search methods?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T23:50:17+00:00Added an answer on June 3, 2026 at 11:50 pm

    I would try:

    IF TO_NUMBER( TO_CHAR( SYSDATE, 'DHH24' ) ) > 516 OR
       TO_NUMBER( TO_CHAR( SYSDATE, 'DHH24' ) ) < 109 THEN
    

    or even just

    IF NOT TO_NUMBER( TO_CHAR( SYSDATE, 'DHH24' ) ) BETWEEN 109 AND 516 THEN
    

    You need to be aware that the value of D, the day of the week depends on the local calendar, so for example the first day of the week might be Sunday or Monday. Check your NLS settings.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to write a trigger that rounds a value whenever it is inserted/updated
I need to write a trigger that will create a record in another table.
I need to write some code to trigger internet connectivity on a computer. By
I need to write, in JavaScript (I am using jQuery), a function that is
I need to write a small console app (patch) that turns off the print
I need to write an app that reads a config file with info on
I need to write a python script that makes multiple HTTP requests to the
I need to write a little ruby function that does word wrapping. I have
I need to write an Insert, Update Trigger on table A which will delete
I need to write a shell script to be scheduled to run daily to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.