Next: Oracle Basics
Up: Installation and the OFA
Previous: Troubleshooting Logs
Contents
We can take all this an setup a basic order for installation. They should be:
- Modify the system tuneables for your platform (/etc/system on Solaris) and reboot to take effect.
- Create the directory /u01/app/oracle and /u01/oradata
- Create the groups dba, oinstall, and oper.
- Create the user oracle with the primary group oinstall and /u01/app/oracle as the home directory
- Add the oracle user to the dba and oper groups.
- Start the Oracle Universal Installer from Oracle install media.
- Use /u01/app/oracle/oraInventory as the path for the inventory and /u01/app/oracle/product as the base path for the installation, skipping database creation.
- After the installer is complete use dbca (The Database Creation Assistant) to create your databases.
When you create your databases with dbca continue to use the OFA by installing your datafiles
in /u01/oradata/SID, or if you prefer to use a different mount point, /u02/oradata/SID. Obviously
you can get creative with your data layout as it maps to your disk subsystem. Some DBAs will request
a local mount for /u01 to install oracle, and then two or more /u0x directories with different specs
for datafiles. In this way, we can distribute files onto disks with different accesses patterns or
tuning specifications.
Next: Oracle Basics
Up: Installation and the OFA
Previous: Troubleshooting Logs
Contents
2005-02-10