0% found this document useful (0 votes)
85 views

Oracle 12.2.0.1 Installation Steps: 1. Download Oracle Softwar From Below Path

The document provides steps for installing Oracle 12.2.0.1 software: 1) Download the Oracle software from the official website; 2) Create required users and groups and change file ownership; 3) Run the installer to download Oracle software and create the database, requiring setting the DISPLAY variable and installing prerequisite packages. Additional steps include using dbca to create or delete databases after installation.

Uploaded by

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

Oracle 12.2.0.1 Installation Steps: 1. Download Oracle Softwar From Below Path

The document provides steps for installing Oracle 12.2.0.1 software: 1) Download the Oracle software from the official website; 2) Create required users and groups and change file ownership; 3) Run the installer to download Oracle software and create the database, requiring setting the DISPLAY variable and installing prerequisite packages. Additional steps include using dbca to create or delete databases after installation.

Uploaded by

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

Oracle 12.2.0.

1 installation steps:

1. Download oracle softwar from below path

https://www.oracle.com/database/technologies/oracle12c-linux-12201-downloads.html

2. Crated required users and groups

3. Changes the owner ship of file systems.

4. Download and unzip the software.

5. Set the display for XCLOCK.


export DISPLAY=192.168.241.1:7.0
6. Install required packages.
https://www.tecmint.com/install-oracle-database-12c-on-centos-7/ -- TO install 12.2.0.1 oracle
version

[root@geico2 ~]# cat /etc/resolv.conf

# Generated by NetworkManager

domain localdomain

search localdomain oracle.com

nameserver 208.67.222.222

[root@geico2 ~]#

[root@geico2 ~]#

[root@geico2 ~]# echo $DISPLAY

192.168.241.1:7.0

[root@geico2 ~]# xclock

7. Run ./runInstaller to download oracle software and crate database.

8. Installation steps:
9. Create/delete database

To delete/add one more database need to run dbca.


Admin password : Prathap123

You might also like