标题: ORA-27363: invalid program for lightweight [打印本页] 作者: admin 时间: 2016-9-2 11:04 标题: ORA-27363: invalid program for lightweight ORA-27363: invalid program for lightweight job Cause: You tried to create alightweight job using an invalid program. A program
used in a lightweight job has to be enabled, has to be in the same schema asthe
job, and the program action has to be either a PL/SQL block or a storedprocedure. Action: Use a valid programfor the lightweight job.