Created
July 13, 2022 13:17
-
-
Save wytten/18ef81d307443d85ba5263ac36ca573b to your computer and use it in GitHub Desktop.
WebLogic silent install on Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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