现象:
The following error occurs during the installation of the 19.22 Windows Bundle Patch, even though the Oracle database is fully stopped
Following active files/executables/libs are used by ORACLE_HOME :<ORACLE_HOME_PATH>
<ORACLE_HOME_PATH>\bin\oracle.exe
UtilSession failed: Prerequisite check "CheckActiveFilesAndExecutables" failed.
Log file location: <ORACLE_HOME_PATH>\cfgtoollogs\opatch\opatch2024-10-20_18-40-55PM_1.log
OPatch failed with error code = 73
<ORACLE_HOME_PATH>\35962832\35962832>
原因:
Some services are currently operational
处理方法:
If Oracle is fully stopped, please open services.msc as an Administrator and stop the following services:
OracleOraDB19HomeMTRRecoveryService
OracleOraDB19Home3TNSListener
ORACLESERVICEdb99
ORACLEVSSWRITERdb99
Note: In this case, the database name is db99. Please cross-check with your own system and replace db99 with your actual database name where applicable.
You can now retry the patching process by opening the Command Prompt as an Administrator.
Lastly, please ensure to restore those services after the successful application of the Windows Bundle Patch in Services.msc.
|