User Tools

Site Tools


database:oracle:install-oracle19c-centos7

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
database:oracle:install-oracle19c-centos7 [2023/10/27 16:23] odeftadatabase:oracle:install-oracle19c-centos7 [2023/10/27 16:27] (current) odefta
Line 47: Line 47:
 </code> </code>
  
 +Next, run the installer:  
 +<code>
 +./runInstaller
 +</code>
  
 +<note> 
 +To continue the installation, we should have access to the UI. 
 +If the OS does not have an UI, we should add the support for it: 
 +<code> 
 +sudo yum groupinstall "GNOME Desktop" 
 +sudo yum groupinstall "Graphical Administration Tools"   
 +sudo systemctl enable graphical.target  
 +sudo systemctl start graphical.target  
 +sudo systemctl set-default graphical.target  
 +sudo systemctl reboot 
 +</code> 
 +</note>
database/oracle/install-oracle19c-centos7.1698413008.txt.gz · Last modified: 2023/10/27 16:23 by odefta