Skip to content

Update Oracle Database 23ai Free to 23.8.0 #545

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion OracleDatabase/23.7.0-Free/db_installer.sha256

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Oracle Database 23.7.0 Free configuration file
# Oracle Database 23.8.0 Free configuration file
#
# Requires vagrant-env plugin
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ makes configuration much easier
## Getting started

1. Clone this repository `git clone https://github.com/oracle/vagrant-projects`
2. Change into the `vagrant-projects/OracleDatabase/23.7.0-Free` directory
2. Change into the `vagrant-projects/OracleDatabase/23.8.0-Free` directory
3. Run `vagrant up`
1. The first time you run this it will provision everything and may take a while. Ensure you have a good internet connection as the scripts will update the VM to the latest via `dnf`.
2. The installation can be customized, if desired (see [Configuration](#configuration)).
Expand Down
1 change: 1 addition & 0 deletions OracleDatabase/23.8.0-Free/db_installer.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
36dd7d1208ef212ebab672b2ddc42b7bcd08b07eeb5b7387dc0bcb3a4ef225a5 */vagrant/oracle-database-free-23ai-23.8-1.el9.x86_64.rpm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ echo 'INSTALLER: Started up'

# if the database installer exists, set parameter to keep it
# otherwise, download it
db_installer='oracle-database-free-23ai-1.0-1.el9.x86_64.rpm'
db_installer='oracle-database-free-23ai-23.8-1.el9.x86_64.rpm'

if [[ -f /vagrant/"${db_installer}" ]]; then
KEEP_DB_INSTALLER='true'
Expand Down