Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 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