How to find the Oracle Weblogic Version x86_64 GNU/Linuxn Linux

How can I find the Oracle weblogic version in Red Linux x86_64 GNU/Linux Environment.

@KinDBA , welcome, this'll be an ideal question to ask one of the numerous AI tools ... chatgpt, gemini, claude, a simple google search. try them first then come back if you are still struggling.

  • ask work colleagues ....

Here's a page directly from Oracle:

https://docs.oracle.com/cd/E92519_02/pt856pbr3/eng/pt/tsvt/task_DeterminingtheServicePackLevel-c07fd2.html?pli=ul_d96e123_tsvt

I usually just run:
cd $WL_HOME/server/lib/; java -cp weblogic.jar weblogic.version -verbose

1 Like

Thanks it worked for me. With this command.
/u01/app/oracle/java/jdk/bin/java -cp weblogic.jar weblogic.version -verbose >> /home/oracle/weblog_version

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.