Skip to content

Instantly share code, notes, and snippets.

@wytten
Created July 13, 2022 13:17
Show Gist options
  • Save wytten/18ef81d307443d85ba5263ac36ca573b to your computer and use it in GitHub Desktop.
Save wytten/18ef81d307443d85ba5263ac36ca573b to your computer and use it in GitHub Desktop.
WebLogic silent install on Linux
#!/bin/bash
export JAVA_HOME=/apps/WLS/java
export PATH=$JAVA_HOME/bin:$PATH
java -jar wls_121200.jar -silent -responseFile /apps/wls_121200-response.txt -invPtrLoc oraInst.loc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment