Oracle Database 12c on Oracle Linux 6 – Step 17: Create the Directories for Installing Oracle Software

Part of this series of posts: Oracle Database12c on Oracle Linux 6

17-01

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

 

Advertisement

3 responses to “Oracle Database 12c on Oracle Linux 6 – Step 17: Create the Directories for Installing Oracle Software

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: