Search notes:

Oracle: Credentials

A credential is a scheduler object that that stores a user name and associated password.
A credential is needed by a job to authenticate itself with the Oracle database or the operating system.

See also

A credential can be created with dbms_credential.create_credential or the deprecated dbms_scheduler.create_credential.
The name of a credential is also used for scheduler related email sending authentication:
select
   value
from
   dba_scheduler_global_attribute
where
   attribute_name = 'EMAIL_SERVER_CREDENTIAL'
;
Database objects

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...', 1758199428, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/objects/credentials/index(52): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78