col abbreviation format a20 col name format a40 col codelevel format a20 select ABBREVIATION, NAME, codelevel FROM apps.AD_TRACKABLE_ENTITIES where abbreviation in ('txk','ad') ABBREVIATION NAME CODELEVEL -------------------- ---------------------------------------- -------------------- ad Applications DBA C.11 txk Oracle Applications Technology Stack C.11 select release_name from apps.FND_PRODUCT_GROUPS; RELEASE_NAME ------------ 12.2.9
Minimalistic Oracle contains a collection of practical examples from my encounters with Oracle technologies. When relevant, I also write about other technologies, like Linux or PostgreSQL. Many of the posts starts with "how to" since they derive directly from my own personal experience. My goal is to provide simple examples, so that they can be easily adapted to other situations.
Tuesday, October 11, 2022
How to check the code level currently in use in an EBS database
To find the E-Business Suite and AD/TXK patch levels, log into the EBS container and use the following two queries:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment