-
Notifications
You must be signed in to change notification settings - Fork 1
Installing Scotas OLS on Oracle 19cR3
Scotas Real-Time Search Solutions edited this page Nov 27, 2020
·
2 revisions
We uploaded to GitHub an official script for installing Scotas OLS 2.0.5 (RDBMS 19c R3) The script requires Oracle 19c EE official image built using Oracle Official Scripts.
$ docker image ls|grep oracle
oracle/database 19.3.0-ee dc77d5310ce7 4 months ago 6.51GBthen checkout our scripts from GitHub using:
$ git clone https://github.com/scotas/docker-images.git
Cloning into ‘docker-images’…
remote: Counting objects: 39, done.
remote: Compressing objects: 100% (28/28), done.
remote: Total 39 (delta 14), reused 32 (delta 10), pack-reused 0
Unpacking objects: 100% (39/39), done.
Checking connectivity… done.
$ cd docker-images
$ ./run-ols-r5.shImportant: unlike Oracle official Docker image the script first run requires ORACLE_PWD argument, it doesn’t work with random generated password. During this first startup your RDBMS will create all the datafiles at /opt/oracle/oradata container directory and unpack and install Scotas OLS, you will see some like this:
OLS Installed OK….
DATABASE IS READY TO USE!
If you work with Docker volumes check argument -v "/home/data/db/19c-ols:/opt/oracle/oradata" and adjust them to your installation.