[Oracle RAC 11.2 Installation on Oracle Linux 5.8 x86_64]: Copying database distributions to the server
Log in as the user who will perform the database installation.
# su - oracle11
Copy the Oracle distributions to the temporary directory /tmp/oracle/11.2.0.3
$ cd /tmp/oracle/11.2.0.3
$ ls
p10404530_112030_Linux-x86-64_1of7.zip
p10404530_112030_Linux-x86-64_2of7.zip
p10404530_112030_Linux-x86-64_3of7.zip
$ unzip p10404530_112030_Linux-x86-64_1of7.zip; unzip p10404530_112030_Linux-x86-64_2of7.zip; unzip p10404530_112030_Linux-x86-64_3of7.zip