Part of this series of posts: Oracle Database 12c on Oracle Linux 6
Open a terminal window (right-click the desktop and select Open Terminal).
Type the following command and press Enter.
. oraenv
At the ORACLE_SID = [ orcl] ? prompt type +ASM and press Enter.
Type the following command and press Enter.
asmca
Note:
. oraenv (period space oraenv, usually said dot space oraenv) is a command that sets your ORACLE_SID environment variable. If you run oraenv by itself (without the period and a space in front of it) then the command will run just fine. However, you’ll only set the ORACLE_SID for the duration of that single command. If you use the period space, then the change will persist for future commands.
You should get really used to typing . oraenv.
It may take a while for the ASM Configuration Assistant to appear. When it does click Create.
Enter FRA for the Disk Group Name, choose External (None) for Redundancy, check ASMDISK05 through ASMDISK08 and click OK.
Note:
We’re only choosing External (None) for Redundancy here so that our fast recovery area (FRA disk group) will be larger than our DATA disk group. Normally you’d want to stick with at least Normal redundancy for your FRA.
The disk group is created…
Click OK.
Click Exit.
Click Yes.
Type the following command and press Enter.
exit
Oracle Database 12c on Oracle Linux 6 – Step 22: Install Oracle Grid Infrastructure, Oracle Restart and ASM < Previous Post – Next Post > Oracle Database 12c on Oracle Linux 6 – Step 24: Install the Oracle Database Software Only
April 21st, 2014 at 7:02 pm
[…] Step 23: Create the FRA Disk Group […]
May 12th, 2014 at 6:00 pm
[…] Oracle Database 12c on Oracle Linux 6 – Step 21: Edit the oracle User’s .bash_profile and .bashrc < Previous Post – Next Post > Oracle Database 12c on Oracle Linux 6 – Step 23: Create the FRA Disk Group […]
May 12th, 2014 at 6:04 pm
[…] Oracle Database 12c on Oracle Linux 6 – Step 23: Create the FRA Disk Group < Previous Post – Next Post > Oracle Database 12c on Oracle Linux 6 – Step 25: Create the orcl and pdborcl databases […]