SlideShare une entreprise Scribd logo
1  sur  10
Working With Timers
http://blog.ebiztechnics.com
Objectives
• Describe Timer
• Usage of timer
• Create timer
• Modify timer
• Handle timer expiration
• Delete timer
http://blog.ebiztechnics.com
Timers
• What is a timer?
A timer is an "internal time clock" that you programmatically create
to perform an action each time the timer expires.
• Built-ins used:
– FIND_TIMER
– CREATE_TIMER
– SET_TIMER
– DELETE_TIMER
– GET_APPLICATION_PROPERTY
(TIMER_NAME)
http://blog.ebiztechnics.com
Usage of Timers
• WHEN-TIMER-EXPIRED Trigger.
• Using timers:
– Periodically query, commit, or rollback
– Show “About…” information at startup
– Display ticker messages
– Display running time
http://blog.ebiztechnics.com
Handling Timer Expiration
Start
(R)
T1
When-Timer-Expired (A)
Query
issued
Timer T2
expired T2
Timer T1
expired
(R)
T2,T1
Completed
When-Timer-Expired (T2)
When-Timer-Expired (T1)
Timer T1
created
Timer T2
created
Timer T1
expired
http://blog.ebiztechnics.com
Creating a Timer
• Syntax:
• Example:
CREATE_TIMER (timer_name, milliseconds, iterate)
v_timer_id := CREATE_TIMER (‘Time1’, 300,repeat);
http://blog.ebiztechnics.com
Modifying a Timer
• Syntax:
• Example:
SET_TIMER (timer_name, milliseconds, iterate)
SET_TIMER (timer_id, milliseconds, iterate)
SET_TIMER (‘Time1’, no_change, no_repeat);
http://blog.ebiztechnics.com
Delete Timer
• Syntax:
DELETE_TIMER (timer_name)
DELETE_TIMER (timer_id)
...
IF NOT ID_NULL (FIND_TIMER (‘Time1’)) THEN
DELETE_TIMER (’Time1’);
END IF;
...
http://blog.ebiztechnics.com
Find Timer Expiration
• Example:
IF GET_APPLICATION_PROPERTY(TIMER_NAME)=‘Time1’
THEN
Select . . . . .
From t1;
ELSE
:control.time_disp:=:SYSTEM.CURRENT_DATETIME;
END IF;
http://blog.ebiztechnics.com
Summary
• Create and modify a timer with built-in
functions
– FIND_TIMER
– CREATE_TIMER
– SET_TIMER
– DELETE_TIMER
– GET_APPLICATION_PROPERTY
(TIMER_NAME)
http://blog.ebiztechnics.com

Contenu connexe

Tendances

Tendances (20)

Oracle Forms Triggers
Oracle Forms TriggersOracle Forms Triggers
Oracle Forms Triggers
 
Oracle Forms: Master Detail form
Oracle Forms: Master Detail formOracle Forms: Master Detail form
Oracle Forms: Master Detail form
 
Oracle Forms: Record Groups
Oracle Forms: Record GroupsOracle Forms: Record Groups
Oracle Forms: Record Groups
 
Oracle Forms: create debug triggers
Oracle Forms: create debug triggersOracle Forms: create debug triggers
Oracle Forms: create debug triggers
 
Oracle Forms Creation
Oracle Forms CreationOracle Forms Creation
Oracle Forms Creation
 
Oracle Forms: Menu
Oracle Forms: MenuOracle Forms: Menu
Oracle Forms: Menu
 
Oracle Forms : Multiple Forms
Oracle Forms : Multiple FormsOracle Forms : Multiple Forms
Oracle Forms : Multiple Forms
 
Oracle Apps - Forms
Oracle Apps - FormsOracle Apps - Forms
Oracle Apps - Forms
 
Oracle Forms: Introduction to multiple Forms
Oracle Forms: Introduction to multiple FormsOracle Forms: Introduction to multiple Forms
Oracle Forms: Introduction to multiple Forms
 
Check printing in_r12
Check printing in_r12Check printing in_r12
Check printing in_r12
 
Oracle Forms: Non input Items
Oracle Forms:  Non input ItemsOracle Forms:  Non input Items
Oracle Forms: Non input Items
 
Oracle XML Publisher / BI Publisher
Oracle XML Publisher / BI PublisherOracle XML Publisher / BI Publisher
Oracle XML Publisher / BI Publisher
 
Forms 6i guide
Forms 6i guideForms 6i guide
Forms 6i guide
 
Oracle Forms Mouse triggers
Oracle Forms Mouse triggersOracle Forms Mouse triggers
Oracle Forms Mouse triggers
 
Oracle Forms Introduction
Oracle Forms IntroductionOracle Forms Introduction
Oracle Forms Introduction
 
Oracle Form material
Oracle Form materialOracle Form material
Oracle Form material
 
Oracle forms personalization
Oracle forms personalizationOracle forms personalization
Oracle forms personalization
 
Oracle Forms :Window and Canvases
Oracle Forms :Window and CanvasesOracle Forms :Window and Canvases
Oracle Forms :Window and Canvases
 
Reports 6i
Reports 6iReports 6i
Reports 6i
 
Oracle report from ppt
Oracle report from pptOracle report from ppt
Oracle report from ppt
 

Similaire à Oracle Forms : Timers

Hands On: Amazon Mechanical Turk - M. Acosta - ESWC SS 2014
Hands On: Amazon Mechanical Turk - M. Acosta - ESWC SS 2014 Hands On: Amazon Mechanical Turk - M. Acosta - ESWC SS 2014
Hands On: Amazon Mechanical Turk - M. Acosta - ESWC SS 2014
eswcsummerschool
 
Lightning Talk: MATH is Hard : TTL Index Configuration and Considerations
Lightning Talk: MATH is Hard : TTL Index Configuration and ConsiderationsLightning Talk: MATH is Hard : TTL Index Configuration and Considerations
Lightning Talk: MATH is Hard : TTL Index Configuration and Considerations
MongoDB
 
SplunkLive! Advanced Session
SplunkLive! Advanced SessionSplunkLive! Advanced Session
SplunkLive! Advanced Session
Splunk
 

Similaire à Oracle Forms : Timers (20)

Titanium 3.2 CLI - TiAppCamp2 - 11/2/2013
Titanium 3.2 CLI - TiAppCamp2 - 11/2/2013Titanium 3.2 CLI - TiAppCamp2 - 11/2/2013
Titanium 3.2 CLI - TiAppCamp2 - 11/2/2013
 
Using Metrics for Fun, Developing with the KV Store + Javascript & News from ...
Using Metrics for Fun, Developing with the KV Store + Javascript & News from ...Using Metrics for Fun, Developing with the KV Store + Javascript & News from ...
Using Metrics for Fun, Developing with the KV Store + Javascript & News from ...
 
Quartz Scheduler
Quartz SchedulerQuartz Scheduler
Quartz Scheduler
 
倒计时优化点滴
倒计时优化点滴倒计时优化点滴
倒计时优化点滴
 
Timer and Timers
Timer and TimersTimer and Timers
Timer and Timers
 
Motion and time study
Motion and time studyMotion and time study
Motion and time study
 
Contiki os timer tutorial
Contiki os timer tutorialContiki os timer tutorial
Contiki os timer tutorial
 
Cpu performance matrix
Cpu performance matrixCpu performance matrix
Cpu performance matrix
 
Motion and time study
Motion and time studyMotion and time study
Motion and time study
 
Timer Part 11
Timer Part 11Timer Part 11
Timer Part 11
 
Hands On: Amazon Mechanical Turk - M. Acosta - ESWC SS 2014
Hands On: Amazon Mechanical Turk - M. Acosta - ESWC SS 2014 Hands On: Amazon Mechanical Turk - M. Acosta - ESWC SS 2014
Hands On: Amazon Mechanical Turk - M. Acosta - ESWC SS 2014
 
Lightning Talk: MATH is Hard : TTL Index Configuration and Considerations
Lightning Talk: MATH is Hard : TTL Index Configuration and ConsiderationsLightning Talk: MATH is Hard : TTL Index Configuration and Considerations
Lightning Talk: MATH is Hard : TTL Index Configuration and Considerations
 
MATH is Hard TTL Index Configuration and Considerations_public.
MATH is Hard TTL Index Configuration and Considerations_public.MATH is Hard TTL Index Configuration and Considerations_public.
MATH is Hard TTL Index Configuration and Considerations_public.
 
Day 7 - Make it Fast
Day 7 - Make it FastDay 7 - Make it Fast
Day 7 - Make it Fast
 
Prometheus Introduction (InfraCoders Vienna)
Prometheus Introduction (InfraCoders Vienna)Prometheus Introduction (InfraCoders Vienna)
Prometheus Introduction (InfraCoders Vienna)
 
Webinar - Building Custom Extensions With AppDynamics
Webinar - Building Custom Extensions With AppDynamicsWebinar - Building Custom Extensions With AppDynamics
Webinar - Building Custom Extensions With AppDynamics
 
ADT02 - Java 8 Lambdas and the Streaming API
ADT02 - Java 8 Lambdas and the Streaming APIADT02 - Java 8 Lambdas and the Streaming API
ADT02 - Java 8 Lambdas and the Streaming API
 
Plc timers
Plc timersPlc timers
Plc timers
 
SplunkLive! Advanced Session
SplunkLive! Advanced SessionSplunkLive! Advanced Session
SplunkLive! Advanced Session
 
Upgrading to AtoM 2.4 - experiences at The National Library of Wales
Upgrading to AtoM 2.4 - experiences at The National Library of WalesUpgrading to AtoM 2.4 - experiences at The National Library of Wales
Upgrading to AtoM 2.4 - experiences at The National Library of Wales
 

Plus de Sekhar Byna (10)

Oracle Applications R12 architecture
Oracle Applications R12 architectureOracle Applications R12 architecture
Oracle Applications R12 architecture
 
oracle APPS: Weekly Update
oracle APPS: Weekly Updateoracle APPS: Weekly Update
oracle APPS: Weekly Update
 
Oracle APPS :Receivables Auto Invoice
Oracle APPS :Receivables Auto InvoiceOracle APPS :Receivables Auto Invoice
Oracle APPS :Receivables Auto Invoice
 
Oracle apps online training
Oracle apps online trainingOracle apps online training
Oracle apps online training
 
Oracle Forms: Oracle Server features
Oracle Forms: Oracle Server featuresOracle Forms: Oracle Server features
Oracle Forms: Oracle Server features
 
Oracle Forms :Object Features In forms
Oracle Forms :Object Features In formsOracle Forms :Object Features In forms
Oracle Forms :Object Features In forms
 
Oracle Forms: Data Blocks on Different Sources
Oracle Forms: Data Blocks on Different SourcesOracle Forms: Data Blocks on Different Sources
Oracle Forms: Data Blocks on Different Sources
 
Oracle Forms : Coding ..
Oracle Forms : Coding ..Oracle Forms : Coding ..
Oracle Forms : Coding ..
 
Oracle Forms-Canvas types
Oracle Forms-Canvas typesOracle Forms-Canvas types
Oracle Forms-Canvas types
 
Oracle Forms Creation part 3
Oracle Forms Creation part 3Oracle Forms Creation part 3
Oracle Forms Creation part 3
 

Dernier

Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Medical / Health Care (+971588192166) Mifepristone and Misoprostol tablets 200mg
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
Health
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
masabamasaba
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
masabamasaba
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
masabamasaba
 

Dernier (20)

%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
Harnessing ChatGPT - Elevating Productivity in Today's Agile Environment
Harnessing ChatGPT  - Elevating Productivity in Today's Agile EnvironmentHarnessing ChatGPT  - Elevating Productivity in Today's Agile Environment
Harnessing ChatGPT - Elevating Productivity in Today's Agile Environment
 
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 

Oracle Forms : Timers

  • 2. Objectives • Describe Timer • Usage of timer • Create timer • Modify timer • Handle timer expiration • Delete timer http://blog.ebiztechnics.com
  • 3. Timers • What is a timer? A timer is an "internal time clock" that you programmatically create to perform an action each time the timer expires. • Built-ins used: – FIND_TIMER – CREATE_TIMER – SET_TIMER – DELETE_TIMER – GET_APPLICATION_PROPERTY (TIMER_NAME) http://blog.ebiztechnics.com
  • 4. Usage of Timers • WHEN-TIMER-EXPIRED Trigger. • Using timers: – Periodically query, commit, or rollback – Show “About…” information at startup – Display ticker messages – Display running time http://blog.ebiztechnics.com
  • 5. Handling Timer Expiration Start (R) T1 When-Timer-Expired (A) Query issued Timer T2 expired T2 Timer T1 expired (R) T2,T1 Completed When-Timer-Expired (T2) When-Timer-Expired (T1) Timer T1 created Timer T2 created Timer T1 expired http://blog.ebiztechnics.com
  • 6. Creating a Timer • Syntax: • Example: CREATE_TIMER (timer_name, milliseconds, iterate) v_timer_id := CREATE_TIMER (‘Time1’, 300,repeat); http://blog.ebiztechnics.com
  • 7. Modifying a Timer • Syntax: • Example: SET_TIMER (timer_name, milliseconds, iterate) SET_TIMER (timer_id, milliseconds, iterate) SET_TIMER (‘Time1’, no_change, no_repeat); http://blog.ebiztechnics.com
  • 8. Delete Timer • Syntax: DELETE_TIMER (timer_name) DELETE_TIMER (timer_id) ... IF NOT ID_NULL (FIND_TIMER (‘Time1’)) THEN DELETE_TIMER (’Time1’); END IF; ... http://blog.ebiztechnics.com
  • 9. Find Timer Expiration • Example: IF GET_APPLICATION_PROPERTY(TIMER_NAME)=‘Time1’ THEN Select . . . . . From t1; ELSE :control.time_disp:=:SYSTEM.CURRENT_DATETIME; END IF; http://blog.ebiztechnics.com
  • 10. Summary • Create and modify a timer with built-in functions – FIND_TIMER – CREATE_TIMER – SET_TIMER – DELETE_TIMER – GET_APPLICATION_PROPERTY (TIMER_NAME) http://blog.ebiztechnics.com

Notes de l'éditeur

  1. Technical Note Timers are not suitable means of shutting down an application. It is the job of The operating system to recognize idle process and shut them down.
  2. Web Design Tip You should restrict the frequency of timers in Web-Deployed forms in order To reduce a potential increase in network traffic. Replacing timers with JavaBeans, which provide similar functionality, will benefit users as code Would be executed on the Web client without invoking network traffic.