Create the Required Directories

Feature Data Objects API

 
Create the Required Directories
 
 
 

You can put the binaries and the data on separate filesystems given the right conditions. These conditions did not exist on the target machine so both were put on the same filesystem.

  1. [root] # mkdir -p /app/oracle
  2. [root] # mkdir /oradata
  3. [root] # chown -R oracle:oinstall /app/oracle
  4. [root] # chown -R oracle:oinstall /oradata
  5. [root] # chmod -R 775 /app/oracle
  6. [root] # chmod -R 775 /oradata