Oracle Database Creation - OpenShift(3.0)
The creation of the database must be made by the oracle UNIX user, or another UNIX user with the same privileges, on the machine where Oracle is installed. The oracle UNIX user is assumed in this installation. Make sure that all previously defined directories, specified in the Create the Oracle database instance. The working directory is Depending on the hardware and the size of the database, this command may take up to one hour to execute. If no error occurred, the database creation will now be completed and the rest of this section can be ignored. Hint! If there is a need to change any installation parameter defined in the file values.yaml
file, exist and are writable for the oracle user, then follow these steps:
oracle.data
in the values.yaml
file.
Edit the listener.ora
file to match what is set in values.yaml
. See Oracle As A Platform DB Settings(3.0) for an example.
When the listener has been configured, it needs to be restarted:
$ lsnrctl stop
$ lsnrctl start
oracle
.
$ source ./oracle_create_instance.sh
/tmp
directory that can be used for troubleshooting. The mz.log file
contains Oracle responses from the database creation, the mzuser.log
file contains Oracle responses from the user creation and the mz_db.log
file contains Oracle responses from the table creations.
Cleanup the system before the next try:$ sqlplus "/ as sysdba"
SQL> shutdown abort
SQL> quit
values.yaml
, the Platform installation must be done again to get updated Oracle Database Definition files.