在CentOS上更新WebLogic的步驟如下:
./stopWebLogic.sh
unzip /path/to/weblogic/update/files.zip -d /path/to/weblogic/update/
config.xml
./config.sh
./startWebLogic.sh
請注意,具體的更新步驟可能會根據您使用的WebLogic版本和更新類型有所不同。在執行更新之前,請參考Oracle官方提供的更新指南或文檔。