Search notes:

Oracle: DBA_SCHEDULER_GLOBAL_ATTRIBUTE

select
   lower(attribute_name) name
from
   dba_scheduler_global_attribute
order by
   lower(attribute_name);
Github repository Oracle-Patterns, path: /Installed/data-dictionary/scheduler/global_attribute/attribute_names.sql
current_open_window
default_timezone This value is important for schedules which use the scheduler's calendaring syntax.
email_sender Email address of the sender
email_server
email_server_credential Name (including schema) of a credential object.
email_server_encryption Possible values: NONE, SSL_TLS (the most common setting: SSL or TLS is used from the beginning of the connection) and STARTTLS (connection starts unencrypted and changes to encrypted with the STARTTLS command).
event_expiry_time Time in seconds before a job state event generated by the scheduler expires.
file_watcher_count Compare with the file watcher object.
last_observed_event
log_history Number of days during which log entries (both job log and window log) are retained
max_job_slave_processes
The scheduler's attributes can be changed with dbms_scheduler.set_scheduler_attribute.

See also

data dictionary

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758206773, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/installed/data-dictionary/scheduler/global_attribute(63): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78