wiki:how_to_cleanup_old_updates
This is an old revision of the document!
Old patches are stored in %ORACLE_HOME%\.patch_store
Make sure that the %ORACLE_HOME% variable is defined using following command:
echo %ORACLE_HOME% %ORACLE_HOME%
When not defined (as above), use following command to define it:
set ORACLE_HOME=C:\oracle\product\19.3.0\dbhome_1 echo %ORACLE_HOME% C:\oracle\product\19.3.0\dbhome_1
Make sure that the %PATH% variable contains %ORACLE_HOME%\perl\bin using following command:
echo %PATH% %PATH%
When not containing the %ORACLE_HOME%\perl\bin (as above), use following command to define it (Make sure you include the %PATH% or you will overwrite your current variable with wrong setting:
set PATH=%ORACLE_HOME%\perl\bin;%PATH%
wiki/how_to_cleanup_old_updates.1704472484.txt.gz · Last modified: by wagner.jer
