[12.1] adtasktim.sql output "ORA-01442: column to be modified to NOT NULL is already NOT NULL"
Hi, experts
I got failed altering ad_task_timing table
while applying patch 23231676- R12.JTT.B.delta.4
Below is the information collected, please confirm.
I cannot figure out any clue to analysis this issue, please help.
====
Creating the AD_UTIL_PARAMS table...
Table AD_UTIL_PARAMS already exists, so dropping the table and recreating it.
DROP TABLE AD_UTIL_PARAMS
CREATE TABLE ad_util_params( worker_id number not null,
utility_name varchar2(100) not null,
task varchar2(30) not null,
status varchar2(100) not null,
arguments varchar2(2000) not null,
rowid1 varchar2(2000),
utility_status number not null,
symbolic_arguments varchar2(2560) not null)
-adpatch.log-