How to fix the Oracle error ORA-27354: attribute string cannot be set for lightweight jobs?
In this post, you’ll learn more about the Oracle ErrorORA-27354: attribute string cannot be set for lightweight jobs with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-27354: attribute string cannot be set for lightweight jobs
Reason for the Error ORA-27354: attribute string cannot be set for lightweight jobs
The CREATE_JOBS call or the JOB object constructor was called with an argument that is illegal in the case of lightweight jobs.
How to fix the Error ORA-27354: attribute string cannot be set for lightweight jobs ?
You can fix this error in Oracle by following the below steps
Set the argument to the default value and issue the call again.
Leave Your Comment