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.
- [root] # mkdir -p /app/oracle
- [root] # mkdir /oradata
- [root] # chown -R oracle:oinstall /app/oracle
- [root] # chown -R oracle:oinstall /oradata
- [root] # chmod -R 775 /app/oracle
- [root] # chmod -R 775 /oradata