database:oracle:install-oracle19c-centos7
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
database:oracle:install-oracle19c-centos7 [2023/10/27 16:19] – odefta | database:oracle:install-oracle19c-centos7 [2023/10/27 16:27] (current) – odefta | ||
---|---|---|---|
Line 39: | Line 39: | ||
</ | </ | ||
+ | Edit the **/ | ||
+ | < | ||
+ | oracle soft nproc 2047 | ||
+ | oracle hard nproc 16384 | ||
+ | oracle soft nofile 1024 | ||
+ | oracle hard nofile 65536 | ||
+ | </ | ||
+ | Next, run the installer: | ||
+ | < | ||
+ | ./ | ||
+ | </ | ||
+ | < | ||
+ | To continue the installation, | ||
+ | If the OS does not have an UI, we should add the support for it: | ||
+ | < | ||
+ | sudo yum groupinstall "GNOME Desktop" | ||
+ | sudo yum groupinstall " | ||
+ | sudo systemctl enable graphical.target | ||
+ | sudo systemctl start graphical.target | ||
+ | sudo systemctl set-default graphical.target | ||
+ | sudo systemctl reboot | ||
+ | </ | ||
+ | </ |
database/oracle/install-oracle19c-centos7.1698412749.txt.gz · Last modified: 2023/10/27 16:19 by odefta