Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Periodically execution of triggers or stored procedures in database [CORE1613] #2034

Open
firebird-automations opened this issue Nov 24, 2007 · 7 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Igor Lobov (ivl)

Is related to CORE743
Is duplicated by CORE4012
Is duplicated by CORE1717

Votes: 12

To create a way to execute stored procedures or/and triggers periodically or at defined time.
For example:
CREATE TRIGGER FOR DAY MONDAY TIME '00:04:00'
BEGIN
...
END

or

CREATE TRIGGER FOR TIME FROM '01:00:00' TO '06:00:00' PERIOD '00:05:00'
BEGIN
...
END

@firebird-automations
Copy link
Collaborator Author

Modified by: Igor Lobov (ivl)

summary: Periodically execution of triggers or stored procedures in databes => Periodically execution of triggers or stored procedures in database

@firebird-automations
Copy link
Collaborator Author

Modified by: Igor Lobov (ivl)

Component: Engine [ 10000 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 13500 ] => Firebird [ 14051 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: Pabloj (pabloj_sourceforge)

It would be great if an internal scheduler like MySQL's event scheduler (http://dev.mysql.com/doc/refman/5.1/en/events.html) or Oracle's DBMS_JOB.
Note that MsSQL and PostgreSQL have something similar implemented through an external process (SQLAgent or PgAgent).
This would make the db more autonomous and self contained.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Link: This issue is related to CORE743 [ CORE743 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: Sean Leyne (seanleyne)

Link: This issue is duplicated by CORE4012 [ CORE4012 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Link: This issue is duplicated by CORE1717 [ CORE1717 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant