Part of this series of posts: Oracle Database12c on Oracle Linux 6
Type the following commands in a terminal window pressing Enter after each line.
cd / mkdir -p /stage/12.1.0 chown -R oracle:oinstall /stage chmod -R 775 /stage mkdir -p /u01/app/oracle/product/12.1.0/dbhome_1 mkdir -p /u01/app/oracle/product/12.1.0/grid chown -R oracle:oinstall /u01 chmod -R 775 /u01 mkdir /tape chown -R oracle:oinstall /tape chmod -R 775 /tape
Note:
We can use the /tape directory to simulate a tape drive for use with rman. After the Oracle Database is installed, running the following command within rman will give you a virtual tape device:
configure channel device type sbt parms=’SBT_LIBRARY=oracle.disksbt,ENV=(BACKUP_DIR=/tape)’;
When you do a backup to this location, rman will act as if this was a backup to tape.
Oracle Database 12c on Oracle Linux 6 – Step 16: Configure ASM and Create the 13 ASM Disks < Previous Post – Next Post > Oracle Database 12c on Oracle Linux 6 – Step 18: Reboot the System to Run the Latest Patched Kernel
April 2nd, 2014 at 7:12 pm
[…] Step 17: Create the Directories for Installing Oracle Software […]
May 12th, 2014 at 4:45 pm
[…] Oracle Database 12c on Oracle Linux 6 – Step 15: Format the 13 Linux Disks using the Linux Disk Utility < Previous Post – Next Post > Oracle Database 12c on Oracle Linux 6 – Step 17: Create the Directories for Installing Oracle Sof… […]
May 12th, 2014 at 4:48 pm
[…] Oracle Database 12c on Oracle Linux 6 – Step 17: Create the Directories for Installing Oracle Sof… < Previous Post – Next Post > Oracle Database 12c on Oracle Linux 6 – Step 19: Download and Extract Oracle Database 12c […]