Created
May 14, 2024 18:21
-
-
Save dincosman/0dece8fad2bab3a974780648531bd522 to your computer and use it in GitHub Desktop.
Install Oracle Database 23ai using rpm method
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [root@oradev01 ~]# dnf install -y oracle-database-free-23ai | |
| Last metadata expiration check: 0:03:50 ago on Sat 04 May 2024 10:42:18 PM +03. | |
| Dependencies resolved. | |
| ========================================================================================================================================= | |
| Package Architecture Version Repository Size | |
| ========================================================================================================================================= | |
| Installing: | |
| oracle-database-free-23ai x86_64 1.0-1 @commandline 1.3 G | |
| Installing dependencies: | |
| compat-openssl10 x86_64 1:1.0.2o-4.el8_6 ol8_appstream 1.1 M | |
| glibc-devel x86_64 2.28-211.0.1.el8 ol8_baseos_latest 83 k | |
| ksh x86_64 20120801-259.0.1.el8 ol8_appstream 923 k | |
| libxcrypt-devel x86_64 4.1.1-6.el8 ol8_baseos_latest 25 k | |
| lm_sensors-libs x86_64 3.4.0-23.20180522git70f7e08.el8 ol8_baseos_latest 59 k | |
| make x86_64 1:4.2.1-11.el8 ol8_baseos_latest 498 k | |
| oracle-database-preinstall-23ai x86_64 1.0-2.el8 ol8_appstream 30 k | |
| sysstat x86_64 11.7.3-11.0.1.el8 ol8_appstream 427 k | |
| Transaction Summary | |
| ========================================================================================================================================= | |
| Install 9 Packages | |
| ... | |
| [INFO] Executing post installation scripts... | |
| [INFO] Oracle home installed successfully and ready to be configured. | |
| To configure Oracle Database Free, optionally modify the parameters in '/etc/sysconfig/oracle-free-23ai.conf' and then run '/etc/init.d/oracle-free-23ai configure' as root. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment