Since 2010, OraERP is a Oracle Forums, Community of Oracle Professionals including Fusion/Cloud Application Consultants, Enterprise Architects, ERP Cloud, HCM Cloud, CX Cloud and OCI Experts, ERP Experts, Oracle Apps Functional Consultants, Apps DBAs, DBAs, Cloud DBAs, Digital Architect, PaaS Experts, IaaS, OCI Architects, Technical Consultants, Fusion Middleware Experts, SQL, PL/SQL Developers and Project Managers. Welcome to OraERP.com Social Community, a friendly and active community of Oracle Technology Professionals who believe that technology can ‘make the world a better place’. By joining Oracle ERP Community you will have the ability to Post Topics, Receive our Newsletter, subscribe to threads and access many other special features. Registration is Quick and Simple. Get unlimited access to Oracle Tutorials, Articles, eBooks, Tools and Tips .
Thread Rating:
  • 20 Vote(s) - 2.75 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to check version after i apply pacth
12-08-2010, 04:07 PM,
#1
How to check version after i apply pacth
I'm going to apply patch with the ID# 9355677 - R12.1.2 UNABLE TO SAVE THE TAX CLASSIFICATION FOR A SUPPLIER TYPE EMPLOYEE

my question is
in the readme file

there is a portion that i need to check the version of the following file
$JAVA_TOP/oracle/apps/zx/schema/server/PartyTaxProfileEOImpl.class 120.17.12010000.4
$ZX_TOP/patch/115/sql/zxcptytaxprfileb.pls 120.9.12010000.4
$ZX_TOP/patch/115/sql/zxcptytaxprfiles.pls 120.3.12010000.2

how do I know the version?
do i need to execute command so that i can able to check version?
Reply
12-08-2010, 04:19 PM,
#2
RE: How to check version after i apply pacth
(12-08-2010, 04:07 PM)Sara Khan Wrote: I'm going to apply patch with the ID# 9355677 - R12.1.2 UNABLE TO SAVE THE TAX CLASSIFICATION FOR A SUPPLIER TYPE EMPLOYEE

my question is
in the readme file

there is a portion that i need to check the version of the following file
$JAVA_TOP/oracle/apps/zx/schema/server/PartyTaxProfileEOImpl.class 120.17.12010000.4
$ZX_TOP/patch/115/sql/zxcptytaxprfileb.pls 120.9.12010000.4
$ZX_TOP/patch/115/sql/zxcptytaxprfiles.pls 120.3.12010000.2

how do I know the version?
do i need to execute command so that i can able to check version?

Use the strings command or adident to get the version and use the class file instead of the java file, thus:

$ strings -a <file name> | grep Header

adident Header <File Name> This will give the version.
Reply




Users browsing this thread: 1 Guest(s)