My requirement was to update File Header for one of the SR with Oracle, Generally DBA's take care of this activity , but during odd hours one can also find out the File header version with "adident" Command.
Example:
SR Asked to update the file version for the file named "appvndrb.pls" from AP_TOP
Login into Putty
Go to path where file is kept in Server
cd $AP_TOP/patch115/sql
Execute below Command
$ adident Header appvndrb.pls (file name)
It Should give you the file header version.
No comments:
Post a Comment