ORA-46255: Incorrect job name specified
Cause: The job did not exist or was not created by DBMS_AUDIT_MGMT package.
Action: Create the job using DBMS_AUDIT_MGMT package.
ORA-46255是一个普通错误,表示指定的作业名称不正确,它不能正常使用。
1.首先,检查并确认当前正确使用正确的作业凭证信息。
2.使用EXECUTE,将正确的作业名称传递给你的存储过程。
3.检查是否存在SQL异常,如果是,将其修复。
4.更、更新作业存储过程中指定的作业名称。