Wednesday 10 February 2016

How to find File Versions through Database

http://dbissues.blogspot.com/2016/02/strings-gltoppatch115importusglwfjea.html

Run the APPS Environment before using the below Commands

strings -a <file name> | grep Header
[test@test /]$ strings -a $GL_TOP/patch/115/import/US/glwfjea.wft |grep '$Header'
[test@test /]$ strings -a /apps/test/TEST/fs1/EBSapps/appl/gl/12.0.0/patch/115/import/US/glwfjea.wft |grep '$Header'

----------------------------------------------

adident Header <file name>
adident Header $GL_TOP/patch/115/import/US/glwfjea.wft

--------------------------------------------------------------------------------------------------------------------------

For E.G

The versions of the following files:

$GL_TOP/patch/115/import/US/glwfjea.wft
$GL_TOP/patch/115/sql/glwfjeas.pls
$GL_TOP/patch/115/sql/glwfjeab.pls


You can use the commands like the following:

$strings -a <path>/filename |grep '$Header'
adident Header <file name>

e.g. $strings -a $GL_TOP/patch/115/import/US/glwfjea.wft |grep '$Header'
e.g. $adident Header $GL_TOP/patch/115/import/US/glwfjea.wft

No comments:

Post a Comment