Getting "ORA-27469: LOG_HISTORY is not a valid job attribute" while changing scheduler job attribute log_history
(Doc ID 3024312.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.4 and laterInformation in this document applies to any platform.
Goal
Getting "ORA-27469: LOG_HISTORY is not a valid job attribute" while changing scheduler job attribute log_history as below.
BEGIN
DBMS_SCHEDULER.SET_ATTRIBUTE(
name => 'TEST_JOB_SCH',
attribute => 'LOG_HISTORY',
value => 45
);
END;
/ 2 3 4 5 6 7 8
BEGIN
*
ERROR at line 1:
ORA-27469: LOG_HISTORY is not a valid job attribute
ORA-06512: at "SYS.DBMS_ISCHED", line 3246
ORA-06512: at "SYS.DBMS_SCHEDULER", line 3085
ORA-06512: at line 2
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |