Changes between Version 1 and Version 2 of OracleTestSetup
- Timestamp:
- Nov 8, 2010, 9:14:54 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OracleTestSetup
v1 v2 33 33 package plus dpkg and taking care of dependencies manually. 34 34 35 #. Install the prerequisite packages, if you fail to do so the installation won't 36 b e::35 #. Install the prerequisite packages, if you fail to do so the installation won't be successful 36 but won't abort either:: 37 37 38 38 $ sudo apt-get install bc libaio1 … … 41 41 package installation will abort with an error message about this unmet 42 42 condition. 43 44 ================ ====================== 45 **RAM [MiB]** **Swap size required** 46 ================ ====================== 47 0 > RAM >= 256 3 * RAM 48 256 > RAM > 512 2 * RAM 49 RAM >= 512 1 GiB 50 ================ ====================== 43 51 44 52 #. Install the package you downloaded::