The Installation Manual also suggests that if database objects are updated by the patch (a ‘D’ driver is run), the scripts ADXGNPIN.sql and ADXGNPNS.sql are run again to pin new packages and sequences in your Oracle System Global Area. Details on this function are also documented in the Installation Manual.
* To find the latest application version */
select
ARU_RELEASE_NAME||'.'||MINOR_VERSION||'.'||TAPE_VERSION version,
START_DATE_ACTIVE updated,ROW_SOURCE_COMMENTS "how it is done",
BASE_RELEASE_FLAG "Base version" FROM AD_RELEASES where
END_DATE_ACTIVE IS NULL
select a.DRIVER_FILE_NAME,b.patch_level
from
AD_PATCH_DRIVERS a, AD_PATCH_DRIVER_MINIPKS b
where
DRIVER_FILE_NAME like '%3258830%'
and
a.PATCH_DRIVER_ID=b.PATCH_DRIVER_ID
and
app_short_name=:SHort_name