0% found this document useful (0 votes)
84 views3 pages

Oracle Database Installation Guide

This document provides instructions for installing and configuring Oracle Grid Infrastructure, Oracle ASM, and an Oracle database on Linux. It involves: 1. Running the Grid Infrastructure installer and completing 10 steps, including running configuration scripts. 2. Using ASM Configuration Assistant to create a disk group for storage. 3. Running the Oracle Database installer and selecting to install only the database software. 4. Using Database Configuration Assistant to create an Oracle database that uses the new ASM disk group for storage and installs sample schemas.

Uploaded by

cris vidal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
84 views3 pages

Oracle Database Installation Guide

This document provides instructions for installing and configuring Oracle Grid Infrastructure, Oracle ASM, and an Oracle database on Linux. It involves: 1. Running the Grid Infrastructure installer and completing 10 steps, including running configuration scripts. 2. Using ASM Configuration Assistant to create a disk group for storage. 3. Running the Oracle Database installer and selecting to install only the database software. 4. Using Database Configuration Assistant to create an Oracle database that uses the new ASM disk group for storage and installs sample schemas.

Uploaded by

cris vidal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

Vm ware REq

memory 2.6
harddisk 60gb
ntw bridged
usb present
display auto

-----------------------------------------------------
acvtividad A PT1 GRID
-----------------------------------------------------
once inside linux

-click computer
-file system
-stage
-11.2.0
-right click on GRID and open in terminal ,type ls -l to see all files in the
folder , then type ./runinstaller

*once inside the oracle grid infrastructure*

-- 10 steps---
1/10. select install and configure Grid Infra for standalone server
2/10. keep english
3/10. keep name data, select discs from 01-04
4/10. use same password for these accounts - password : oracle_4U
5/10. leave all three options in DBA , skip warning by pressing yes
6/10.next
7/10. next
8/10. finish and wait until 76% then we will have to exceute configuration script
by opening a console
use the command su- then enter the password which is oracle_4U to enter admin
mode , copy the first script and paste in the terminal , enter , then repeat the
proccess for the second script , when "enter the full path name " pops up press
enter and wait for it to be finished

9/10 .once finished with both scripts hit ok and the installation will continue
10/10. finish
close all windows
-----------------------------------------------------------
actividad A PT2 ASM
-----------------------------------------------------------

head to file system


click U01
app
oracle
product
11.2.0
grid
bin ( right click and open in terminal ) pwd to make sure we are in the right
folder
once in terminal we type ls -l asm*
then we type ./asmca

*once the asm confg shows*


press the create button
disc group name : FRA
redundancy :normal
select disck 5-8 hit ok
exit

-------------------------------------------------------------
actividad B server
-------------------------------------------------------------

file system
stage
11.2.0
database (rightclick to open in terminal ) Pwd to make sure we are in the right
direct
then we tyoe ls -l
after we type ./runinstaller

*once insde database install*


-leave email blank ,uncheck bottom box , ignore warning by pressing yes
-select install database software only
-single instance database install
-leave in ingles
- select enterprise edition
-dont touch , press next
-db admin : dba
db op:dba
-finish and wait until 94% where we will have to download a script
-open terminal , su - , enter password , copy script and paste in terminal press
enter until the script has finished download , hit ok and finished .

-----------------------------------------------------------------
Actividad C database creation
-----------------------------------------------------------------

file system
U01
app
oracle
product
11.2.0
dbhome_1
bin (right click open terminal) pwd to make sure
type./dbca

*once in database config *


-create database
-select general purpose (1st option)
-database name is orcl.oracle.com
-sid is automatic
-next
-select use the same pass for all acounts : oracle_4U
-storage type : automatic storage managment
-use oracle man fil - browse - select data - ok
-enter asm password oracle_4U
-specify recovery area - browse and select FRA- ok
-select sample schemas
-character set : unicode
-review and hit next
-keep selected create database , press finish and press ok to start installing when
a window pops open press password managment
- un mark HR and enter new password hr
-unmark OE and enter new pass oe
hit ok and ignore warning

Finished!

You might also like