File tree Expand file tree Collapse file tree 7 files changed +85
-57
lines changed
install-Oracle-Database-19c-for-LINUX-ARM
install-OracleDatabase11.2
install-OracleDatabase12.1
install-OracleDatabase12.2 Expand file tree Collapse file tree 7 files changed +85
-57
lines changed Original file line number Diff line number Diff line change @@ -39,14 +39,18 @@ Provision
3939
4040When 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
Original file line number Diff line number Diff line change @@ -40,14 +40,18 @@ Provision
4040
4141When 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
Original file line number Diff line number Diff line change @@ -40,14 +40,18 @@ Provision
4040
4141When 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
Original file line number Diff line number Diff line change @@ -40,14 +40,18 @@ Provision
4040
4141When 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
Original file line number Diff line number Diff line change @@ -40,14 +40,18 @@ Provision
4040
4141When 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
Original file line number Diff line number Diff line change @@ -40,14 +40,18 @@ Provision
4040
4141When 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
Original file line number Diff line number Diff line change @@ -40,15 +40,19 @@ Provision
4040
4141When 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
You can’t perform that action at this time.
0 commit comments