RE: Using WGET for Oracle Patches - (Was "Fun with WAIT Event "library cache: mutex X")

  • From: Herring Dave - dherri <Dave.Herring@xxxxxxxxxx>
  • To: "Allen, Brandon" <Brandon.Allen@xxxxxxxxxxx>, "ChrisDavid.Taylor@xxxxxxxxxxxxxxx" <ChrisDavid.Taylor@xxxxxxxxxxxxxxx>, "'oracle-l@xxxxxxxxxxxxx'" <oracle-l@xxxxxxxxxxxxx>
  • Date: Fri, 9 Dec 2011 16:12:41 +0000

True.  But with 11.2.0.3, there are 7 zip files and I could never get the 
proper URL.  That's why I went with the flash version to have MOS figure out 
the details.  But you're right, as long as you know the full URL for individual 
patches you can do the same with without flash.

DAVID HERRING
DBA
Acxiom Corporation
EML   dave.herring@xxxxxxxxxx
TEL    630.944.4762
MBL   630.430.5988 
1501 Opus Pl, Downers Grove, IL 60515, USA
WWW.ACXIOM.COM  

The information contained in this communication is confidential, is intended 
only for the use of the recipient named above, and may be legally privileged. 
If the reader of this message is not the intended recipient, you are hereby 
notified that any dissemination, distribution or copying of this communication 
is strictly prohibited. If you have received this communication in error, 
please resend this communication to the sender and delete the original message 
or any copy of it from your computer system. Thank you.


-----Original Message-----
From: Allen, Brandon [mailto:Brandon.Allen@xxxxxxxxxxx] 
Sent: Friday, December 09, 2011 10:08 AM
To: Herring Dave - dherri; ChrisDavid.Taylor@xxxxxxxxxxxxxxx; 
'oracle-l@xxxxxxxxxxxxx'
Subject: Using WGET for Oracle Patches - (Was "Fun with WAIT Event "library 
cache: mutex X")

Thanks for the tip - I can't believe I'd never used wget before, but I just 
looked into it based on your recommendation and I found it's not really 
dependent on the version of MOS that you use (Flash vs. HTML).  You can use 
wget without using MOS at all as long as you know the URL for the patch.  There 
are detailed instructions in MOS Doc ID 841055.1, but basically you just run it 
like this:

wget --http-user=yourname@xxxxxxxxxxxxxx --http-password=yourpwd 
--no-check-certificate --output-document=p7154429_10204_Linux-x86.zip 
"https://updates.oracle.com/Orion/Download/download_patch/p7154429_10204_Linux-x86.zip";

What the Flash version of MOS does for you is creates a shell script to 
automatically generate the command for you and also handles some extra 
functionality like SSL, Cookies, etc. and will also automatically include 
downloads for prerequisite patches if you tell it to so it may be helpful in 
some cases if you want those extras, but it's not necessary.

Regards,
Brandon

-----Original Message-----
From: oracle-l-bounce@xxxxxxxxxxxxx [mailto:oracle-l-bounce@xxxxxxxxxxxxx] On 
Behalf Of Herring Dave - dherri

<snip>
are you usin wget?  I found speeds much faster using this, plus it allows 
direct download to my server instead of going to PC, then PC to server.  It 
also appears to be only available through the flash version of MOS.
<snip>

________________________________

Privileged/Confidential Information may be contained in this message or 
attachments hereto. Please advise immediately if you or your employer do not 
consent to Internet email for messages of this kind. Opinions, conclusions and 
other information in this message that do not relate to the official business 
of this company shall be understood as neither given nor endorsed by it.
--
//www.freelists.org/webpage/oracle-l


Other related posts: