Wednesday 5 December 2012

How apply PSU patch on database level?

export ORACLE_HOME= [provive right path]
export ORACLE_SID=test
@$ORACLE_HOME/rdms/admin/catbundle.sql psu apply

then verify with following sql script:

Select
BUNDLE_SERIES,ACTION ,NAMESPACE,VERSION,ID,COMMENTS
from registry$history;

No comments:

Post a Comment