Oracle SQL - Select OAF File version history


/ Published in: SQL
Save to your folder(s)

This sql query will select the past version information about a given file from the database. An example would be searching for %ApprovalHistoryVOImpl% would return all past version numbers (in the database) for the ApprovalHistoryVOImpl.class file.

This is useful for checking which patch versions of a file have been applied to a given database.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.