ftpを使用してMetalinkからパッチをダウンロードする方法

2667 ワード

Oracleは、ftpを介してOracleのすべてのPatchをダウンロードできるサイトを提供します.このサイトはupdatesです.oracle.com.
コマンドラインにログインするには、もちろんMetalinkアカウント認証が必要です.C:>ftp updates.oracle.com
Connected to bigip-aru.oracle.com.
220 FTP server ready.
User (bigip-aru.oracle.com:(none)): [email protected]
331 Username OK, please send password.
Password:
230-
230- Welcome to the Oracle Patch Download FTP Server
230-
230- For detailed help, use command "quote site help".
230

ルートディレクトリはlsできません.Patchは大量ですから.ftp> ls
200 PORT command OK.
150 Opening data connection for file listing.
226-Listing complete. Data connection has been closed.
226-It is the policy of this server to deny all
226-requests to list from the root directory.
226-Only directories with names which match
226 bug numbers exist and there are too many to be listed.

次のレベルのディレクトリにナビゲートするには、正確なPatch番号を知らなければなりません.今日はWindowsの10203のパッチをダウンロードしました.ftp> cd 5337014
250 Changed directory OK.
ftp> ls -al
200 PORT command OK.
150 Opening data connection for file listing.
total 1
-r--r--r-- 1 root other 1604896973 Feb 22 02:58 p5337014_10203_AIX64-5L.zip
-r--r--r-- 1 root other 1424057924 Feb 22 02:37 p5337014_10203_HP64.zip
-r--r--r-- 1 root other 1443790237 Mar 15 14:14 p5337014_10203_IBMPower.zip
-r--r--r-- 1 root other 944121770 Feb 21 03:20 p5337014_10203_LINUX.zip
-r--r--r-- 1 root other 1209745348 Feb 22 02:35 p5337014_10203_Linux-IA64.zip
-r--r--r-- 1 root other 1082086597 Feb 22 02:28 p5337014_10203_Linux-x86-64.zip
-r--r--r-- 1 root other 937018969 Feb 23 03:30 p5337014_10203_MSWIN-x86-64.zip
-r--r--r-- 1 root other 881471858 Feb 26 15:51 p5337014_10203_MVS.zip
-r--r--r-- 1 root other 1254311329 Feb 22 03:03 p5337014_10203_SOLARIS64.zip
-r--r--r-- 1 root other 893831865 Feb 21 03:39 p5337014_10203_WINNT.zip
-r--r--r-- 1 root other 1122786231 Feb 23 03:30 p5337014_10203_WINNT64.zip
226 Listing complete. Data connection has been closed.
ftp: 946 , 0.00Seconds 946000.00Kbytes/sec.
ftp> quit
221 Goodbye. Service closing connection.

この方法は確かに便利ですから、記録してください.
Oracle10g 10.2.0.3 WINNTのパッチはなんと800 M以上あり、Flashgetのダウンロード情報を記録します.URL ftp://updates.oracle.com/5337014/p5337014_10203_WINNT.zip


Yes
e:Downloadsp5337014_10203_WINNT.zip
02/21/07 03:39:00
893831865
893831865
01:09:12
210.23 KB/s
04/10/07 13:51:00
04/10/07 15:00:52

-The End-