ORA-06512: at line 4 (DBD NO_DATA: OCIStmtExecute)
Hi All
while applying the Delta 8 i am getting the below error, i have check the invalids counts, and also AD_ZD_ADOP package and package body is in valid state
let me know if you fix avaliable for this
Validating system setup.
Node registry is valid.
[ERROR] Failed to execute SQL statement:
declare
l_msg varchar2(4000);
begin
ad_zd_adop.adop_database_validations(l_msg);
dbms_output.put_line(l_msg);
end;
[ERROR] Error Message:
[ERROR] ORA-01403: no data found
[ERROR] ORA-06512: at "APPS.AD_ZD", line 143
[ERROR] ORA-06512: at "APPS.AD_ZD_ADOP", line 2656
[ERROR] ORA-06512: at line 4 (DBD NO_DATA: OCIStmtExecute)