There’s lots of posts out there telling you how to determine your EBS patch levels, code levels, etc. But whenever I google them, I can’t find the one that actually tells me what I want in a simplified way.
Here’s what matters most often to me as the Apps DBA:
select abbreviation ,codelevel from ad_trackable_entities where abbreviation in( 'ad','txk','fnd','fwk','atg_pf','icx' ) order by abbreviation;
ABBREVIATION CODELEVEL ------------------------------ ------------ atg_pf C.4 fnd C.4 fwk C.4 icx D.3 txk C.7 6 rows selected
No comments:
Post a Comment