0% found this document useful (0 votes)
4 views6 pages

Day 30

The document outlines the steps to prepare an Oracle database installation which includes: 1) Creating user, groups and directories needed for the Oracle software and database 2) Mounting file system slices and changing directory permissions 3) Configuring the Oracle user's profile with environment variables 4) Restarting the system and logging in as the Oracle user to start the installation process.

Uploaded by

automationqtp123
Copyright
© © All Rights Reserved
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
Download as ppt, pdf, or txt
0% found this document useful (0 votes)
4 views6 pages

Day 30

The document outlines the steps to prepare an Oracle database installation which includes: 1) Creating user, groups and directories needed for the Oracle software and database 2) Mounting file system slices and changing directory permissions 3) Configuring the Oracle user's profile with environment variables 4) Restarting the system and logging in as the Oracle user to start the installation process.

Uploaded by

automationqtp123
Copyright
© © All Rights Reserved
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1/ 6

ORACLE

DAY-30
1. Create two groups and a user:
# groupadd g 300 dba
# groupadd g 301 oinstall
# useradd g 301 G 300 c Oracle User d
/export/home/oracle m oracle
2. Create two slices for the
configuration files and the data files
3. Create four directories:
# mkdir /oracle
# mkdir /dba
# mkdir /var/opt/oracle
# mkdir /oraInventory
4. Mount the slices on the mount points
/oracle and /dba.
5. Change ownership of oracle and dba
# chown oracle:oinstall /oracle
# chown oracle:dba /dba
6. Edit the .profile file of the user-oracle.
# vi /export/home/oracle/.profile
ORACLE_BASE=/oracle
ORACLE_HOME=/oracle
LD_LIBRARY=/oracle/lib
ORACLE_SID=ORCL
DISPLAY=HOSTNAME:0.0
NLS_LANG=American_America.UTTF8
DBA=/dba/admin
ORACLE_DOC=/oracle/doc
PATH=$ORACLE_HOME/bin:/usr/bin:/usr/ccs/bin:/opt/sfw/sbin:$ORAC
LE_HOME/bin:$ORAC
LE_HOME/sbin
export ORACLE_BASE ORACLE_HOME LD_LIBRARY ORACLE_SID
DISPLAY NLS_LANG DBA ORACLE_DOC PATH
7. Restart the system
8. Login as the user: oracle
$ cd /cdrom/cdrom0
$ ./runInstaller

You might also like