Transfer oracle patch and extract
1. Download the patch from oracle.com
2. Ftp patch to your repo server (/tmp/patches)
3. Unzip the patch
# for z in p*.zip; do unzip -tq $z; done
4. Copy over to repo location
# mv -v p*.zip /repo/software/oracle/Linux/x86_64/
Wednesday, April 28, 2021
Subscribe to:
Post Comments (Atom)
Git branch show detached HEAD
Git branch show detached HEAD 1. List your branch $ git branch * (HEAD detached at f219e03) 00 2. Run re-set hard $ git reset --hard 3. ...
-
snmpconfig command allow you to managge snmpv1/v3 agent configuration on SAN switch. Event trap level is mapped with event severity level....
-
Git branch show detached HEAD 1. List your branch $ git branch * (HEAD detached at f219e03) 00 2. Run re-set hard $ git reset --hard 3. ...
-
SQS Simple Queue Service - 2-28-2021 Class Notes Tightly couple A (Program) --> data info ---> B (Program) tightly coupled (sync( A --...
No comments:
Post a Comment