Check AD and TXK patches versions applied in R12.2.4

Oracle EBS12.2.4 Check AD and TXK patches versions applied.




[appl@sujeet ~]$ cd /u02/apps/fs1/EBSapps/appl/
[appl@sujeet appl]$ . APPSPREPROD_chintels.env 
[appl@sujeet appl]$ sqlplus apps/apps

SQL> select  ABBREVIATION, NAME, codelevel FROM AD_TRACKABLE_ENTITIES where abbreviation in ('txk','ad');

ABBREVIA NAME  CODELEVEL
-------- ---------------------------------------- ------------------------------
ad Applications DBA  C.6
txk Oracle Applications Technology Stack  C.6





No comments:

java.sql.SQLSyntaxErrorException: Access was denied to the user in MySQL 8.4.

 java.sql.SQLSyntaxErrorException: Access denied for user 'SIT'@'%' to database 'SIT' means the MySQL user SIT does ...