Previous Topic: Create an Oracle User and GroupNext Topic: Uninstall Any Previous Versions of CA Business Intelligence


Create Directories

Directories are created to store the Oracle Database 10g Release 2 software and the database files.

The following command assumes that the directories are being created in the root file system. This is done for the sake of simplicity and is not recommended as a general practice (these directories would normally be created as separate file systems).

To create directories, issue the following commands as root:

$ mkdir -p /u01/app/oracle
$ chown -R oracle:oinstall /u01/app/oracle
$ chmod -R 775 /u01/app/oracle