 |
|
Obtaining
the Software
Oracle Database Tips by Donald Burleson |
Although many software components are required to
accomplish the goals of this book, all software can be obtained
without cost. Table 4.1 describes each software component and the
website address which offers it for download.
SOFTWARE AND WEBSITE |
NOTES |
Oracle9i Database Release 2 Enterprise &
Standard Edition for Linux
http://otn.oracle.com
|
Download the following three files to the
node with the most free local diskspace:
ship_9204_linux_disk1.cpio.gz
ship_9204_linux_disk2.cpio.gz
ship_9204_linux_disk3.cpio.gz
Downloading Oracle software will require
login to your OTN account. If you do not have an account, you can
sign up free of charge. |
Oracle Database 10g Release 1 (10.1.0.3)
for Linux x86
http://otn.oracle.com |
ship.db.lnx32.cpio.gz |
Oracle Cluster Ready Services Release 1
(10.1.0.3) for Linux x86
http://otn.oracle.com |
ship.crs.lnx32.cpio.gz |
Oracle Database 10g Release 2
(10.2.0.1.0) for Linux x86
http://otn.oracle.com |
10201_database_linux32.zip |
Oracle Clusterware Release 2 (10.2.0.1.0)
for Linux x86
http://otn.oracle.com |
10201_clusterware_linux32.zip |
Modified Linux Kernel for Firewire
http://oss.oracle.com/projects/
firewire/files/RedHat/
RHEL3/i386/ |
kernel-2.4.21-27.0.2.ELorafw1.i686.rpm |
Oracle Cluster File System
http://oss.oracle.com/projects/
ocfs/files/RedHat/RHEL3/i386/ |
ocfs-2.4.21-EL-1.0.14-1.i686.rpm
ocfs-support-1.0.10-1.i386.rpm
ocfs-tools-1.0.10-1.i386.rpm |
Automatic Storage Management
For Oracle 10g
http://www.oracle.com/
technology/tech/linux/
asmlib/index.html |
oracleasmlib-1.0.0-1.i386.rpm
oracleasm-support-1.0.3-1.i386.rpm
oracleasm-2.4.21-EL-1.0.3-1.i686.rpm |
Rlwrap
http://utopia.knoware.nl/~hlub/
uck/rlwrap/ |
Sqlplus on Linux has no command line
history feature. This software adds the history feature. |
Code Depot
www.database-expert.com/rac/
code_depot.zip |
There are items in the code depot that are
required for this project. See Appendix B for more information. |
Table 4.1:
Software components & websites
that offer it for download
Figure 4.1 demonstrates using the
cksumcommand to verify that a downloaded file is
complete and uncorrupted. The value returned should be compared with
the value posted on Oracle's download page. After it is verified, the
gunzip command is used to
extract the file. Once this is complete, the
cpiocommand is used to extract the archived files.
Note that 10g release 2 files are simply unzipped.
The author suggests using the gnome-toasterto burn the install files to a CD. The application can be
launched from the command line with the gtoaster command.
Gnome-Toaster is very easy to use. Simply highlight the files and
directories to be burned that are located on the upper right of the
screen and drag them into the lower right portion of the screen. Then
click the ?Record? button. Burn the files and directories starting
inside the directory ?disk1? as shown in Figure 4.2.
The author suggests creating one CD with the files
for the modified kernel, ocfs,
oracleasm,
rlwrapand the Code Depot.
 |
If you want to learn RAC at home, get the bestselling book "Personal
Oracle Real Application Clusters" by Edward Stoever.
You can buy it direct from the publisher for 30%-off and get
instant access to the code depot of Oracle tuning scripts. |
|