在CentOS上更新WebLogic的步骤如下:
./stopWebLogic.sh
unzip /path/to/weblogic/update/files.zip -d /path/to/weblogic/update/
config.xml
./config.sh
./startWebLogic.sh
请注意,具体的更新步骤可能会根据您使用的WebLogic版本和更新类型有所不同。在执行更新之前,请参考Oracle官方提供的更新指南或文档。