Thursday, March 28, 2024

 


Validating Delta 15 Errors:


select * from ad_zd_logs where message_text like '%ORA-38805%';


select * from ad_zd_logs where type like '%ERROR%';


ORA-38805: edition is in use, SQL: drop edition "V_20240327_1705" cascade

Please run the script $AD_TOP/patch/115/sql/ADZDKILLOLDSESSIONS.sql to resolve ORA-38805: edition is in use issue

19C implementation - Could not drop edition V_20240327_1705ORA-38805: edition is in use

SELECT codelevel FROM AD_TRACKABLE_ENTITIES WHERE abbreviation in ('txk','ad');


SELECT ABBREVIATION,NAME,codelevel FROM AD_TRACKABLE_ENTITIES WHERE abbreviation in ('txk','ad');



No comments:

Post a Comment

Resize the JVM heap for OACore and OAFM directly from the WebLogic Console in EBS

Step:1: Open a browser and go to: http:// < host >: < port >/console Login with the weblogic admin username/p...