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;
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