解凍: ファイルが見つからないか開けません

解凍: ファイルが見つからないか開けません

私の目標は、Linux システムに Oracle Enterprise Manager をインストールすることです。最初の 2 つの zip ファイルは正常に解凍できました。なぜか、最後のファイルを解凍しようとすると次のエラーが発生します。

unzip em12104_linux_disk3.zip
unzip:  cannot find or open em12104_linux_disk3.zip, em12104_linux_disk3.zip.zip or em12104_linux_disk3.zip.ZIP.

ちなみに私はrhel 5.4 linuxを使用しています

編集:

ls -l em12104_linux_disk3.zip
-rw-r--r-- 1 oracle oracle 2727123784 May 26 23:33 em12104_linux_disk3.zip
[oracle@uch-km Downloads]$ unzip em12104_linux_disk3.zip
unzip:  cannot find or open em12104_linux_disk3.zip, em12104_linux_disk3.zip.zip or em12104_linux_disk3.zip.ZIP.

答え1

問題は、ファイルのサイズ(〜2.54GB)です。

ところで、どのアーキテクチャをお持ちですか? IA32 または x86-64?

関連情報