2013/02/12

How to Check the applied Patches

To check the applied patches  -

$ cd $ORACLE_BI_HOME/OPatch
$ ./opatch lsinventory | grep applied

No comments:

Post a Comment

File Handling with Python

This little utility is for copying files from source to target directories.  On the way it checks whether a directory exists in the target, ...