Friday, December 26, 2008

How to Get the Forms,PLL,LDT,Reports Version from O/S level

Login in as the user who owns the application file system,

1. Forms

When considering forms one needs to get the version from $JA_TOP and $AU_TOP as well.


Navigate to cd $JA_TOP/forms/US

Execute command --- > strings -a grep '$Header'

Example

strings -a JAINPORE.fmx grep '$Header'

Navigate to cd $AU_TOP/forms/US

Execute command --- > strings -a grep '$Header'

Example

strings -a JAINPORE.fmb grep '$Header'

2. Reports

Navigate to cd $JA_TOP/reports/US


Execute command --- > strings -a grep '$Header'

Example

strings -a JAINARDR.rdf grep '$Header'

3. Library files

Navigate to cd $AU_TOP/resource

Execute command --- > strings -a grep '$Header'

Example

strings -a CUSTOM.pll grep '$Header'

4. LDT

Navigate to cd $JA_TOP/patch/115/import/US

Execute command --- > strings -a grep '$Header'

Example

strings -a jai115cp_F.ldt grep '$Header'

No comments: