Skip to content

Commit 08395bf

Browse files
committed
Update README documentation to reflect actual installation process
1 parent 02a2475 commit 08395bf

File tree

7 files changed

+85
-57
lines changed

7 files changed

+85
-57
lines changed

install-Oracle-Database-19c-for-LINUX-ARM/README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,18 @@ Provision
3939

4040
When you run `provision.sh`, the following will be performed internally.
4141

42-
* Install Oracle Preinstallation RPM
43-
* Create directories
44-
* Set environment variables
45-
* Set password for oracle user
46-
* Unzip downloaded Oracle Database software
47-
* Install Oracle Database
48-
* Create a listener
49-
* Create a database
42+
* Loading environment configuration
43+
* Checking Oracle installation media
44+
* Installing Oracle Preinstallation RPM and unzip
45+
* Creating Oracle directories
46+
* Setting Oracle environment variables
47+
* Installing rlwrap for SQL*Plus
48+
* Setting oracle user password
49+
* Extracting Oracle Database software
50+
* Installing Mo template processor
51+
* Installing Oracle Database
52+
* Creating Oracle Net Listener
53+
* Creating database
5054

5155
```console
5256
./provision.sh

install-OracleDatabase11.2/README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,18 @@ Provision
4040

4141
When you run `provision.sh`, the following will be performed internally.
4242

43-
* Install Oracle Preinstallation RPM and unzip
44-
* Create directories
45-
* Set environment variables
46-
* Set password for oracle user
47-
* Unzip downloaded Oracle Database software
48-
* Install Oracle Database
49-
* Create a listener
50-
* Create a database
43+
* Loading environment configuration
44+
* Checking Oracle installation media
45+
* Installing Oracle Preinstallation RPM and unzip
46+
* Creating Oracle directories
47+
* Setting Oracle environment variables
48+
* Installing rlwrap for SQL*Plus
49+
* Setting oracle user password
50+
* Extracting Oracle Database software
51+
* Installing Mo template processor
52+
* Installing Oracle Database
53+
* Creating Oracle Net Listener
54+
* Creating database
5155

5256
```console
5357
./provision.sh

install-OracleDatabase12.1/README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,18 @@ Provision
4040

4141
When you run `provision.sh`, the following will be performed internally.
4242

43-
* Install Oracle Preinstallation RPM
44-
* Create directories
45-
* Set environment variables
46-
* Set password for oracle user
47-
* Unzip downloaded Oracle Database software
48-
* Install Oracle Database
49-
* Create a listener
50-
* Create a database
43+
* Loading environment configuration
44+
* Checking Oracle installation media
45+
* Installing Oracle Preinstallation RPM and unzip
46+
* Creating Oracle directories
47+
* Setting Oracle environment variables
48+
* Installing rlwrap for SQL*Plus
49+
* Setting oracle user password
50+
* Extracting Oracle Database software
51+
* Installing Mo template processor
52+
* Installing Oracle Database
53+
* Creating Oracle Net Listener
54+
* Creating database
5155

5256
```console
5357
./provision.sh

install-OracleDatabase12.2/README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,18 @@ Provision
4040

4141
When you run `provision.sh`, the following will be performed internally.
4242

43-
* Install Oracle Preinstallation RPM
44-
* Create directories
45-
* Set environment variables
46-
* Set password for oracle user
47-
* Unzip downloaded Oracle Database software
48-
* Install Oracle Database
49-
* Create a listener
50-
* Create a database
43+
* Loading environment configuration
44+
* Checking Oracle installation media
45+
* Installing Oracle Preinstallation RPM and unzip
46+
* Creating Oracle directories
47+
* Setting Oracle environment variables
48+
* Installing rlwrap for SQL*Plus
49+
* Setting oracle user password
50+
* Extracting Oracle Database software
51+
* Installing Mo template processor
52+
* Installing Oracle Database
53+
* Creating Oracle Net Listener
54+
* Creating database
5155

5256
```console
5357
./provision.sh

install-OracleDatabase18/README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,18 @@ Provision
4040

4141
When you run `provision.sh`, the following will be performed internally.
4242

43-
* Install Oracle Preinstallation RPM
44-
* Create directories
45-
* Set environment variables
46-
* Set password for oracle user
47-
* Unzip downloaded Oracle Database software
48-
* Install Oracle Database
49-
* Create a listener
50-
* Create a database
43+
* Loading environment configuration
44+
* Checking Oracle installation media
45+
* Installing Oracle Preinstallation RPM and unzip
46+
* Creating Oracle directories
47+
* Setting Oracle environment variables
48+
* Installing rlwrap for SQL*Plus
49+
* Setting oracle user password
50+
* Extracting Oracle Database software
51+
* Installing Mo template processor
52+
* Installing Oracle Database
53+
* Creating Oracle Net Listener
54+
* Creating database
5155

5256
```console
5357
./provision.sh

install-OracleDatabase19/README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,18 @@ Provision
4040

4141
When you run `provision.sh`, the following will be performed internally.
4242

43-
* Install Oracle Preinstallation RPM
44-
* Create directories
45-
* Set environment variables
46-
* Set password for oracle user
47-
* Unzip downloaded Oracle Database software
48-
* Install Oracle Database
49-
* Create a listener
50-
* Create a database
43+
* Loading environment configuration
44+
* Checking Oracle installation media
45+
* Installing Oracle Preinstallation RPM and unzip
46+
* Creating Oracle directories
47+
* Setting Oracle environment variables
48+
* Installing rlwrap for SQL*Plus
49+
* Setting oracle user password
50+
* Extracting Oracle Database software
51+
* Installing Mo template processor
52+
* Installing Oracle Database
53+
* Creating Oracle Net Listener
54+
* Creating database
5155

5256
```console
5357
./provision.sh

install-OracleDatabase21/README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,19 @@ Provision
4040

4141
When you run `provision.sh`, the following will be performed internally.
4242

43-
* Install Oracle Preinstallation RPM
44-
* Create directories
45-
* Set environment variables
46-
* Set password for oracle user
47-
* Unzip downloaded Oracle Database software
48-
* Install Oracle Database
49-
* Create a listener
50-
* Create a database
51-
* Install sample schemas
43+
* Loading environment configuration
44+
* Checking Oracle installation media
45+
* Installing Oracle Preinstallation RPM and unzip
46+
* Creating Oracle directories
47+
* Setting Oracle environment variables
48+
* Installing rlwrap for SQL*Plus
49+
* Setting oracle user password
50+
* Extracting Oracle Database software
51+
* Installing Mo template processor
52+
* Installing Oracle Database
53+
* Creating Oracle Net Listener
54+
* Creating database
55+
* Installing sample schemas (if ORACLE_SAMPLESCHEMA=TRUE)
5256

5357
```console
5458
./provision.sh

0 commit comments

Comments
 (0)