...
Note | ||
---|---|---|
| ||
This section is only applicable if you want to create the Oracle database in Amazon Web Services. |
does does not include scripts to create the actual database instance in Amazon Web Services. This must be performed separately and is not covered by the the documentation. Once the database is available, perform the steps in this section to create the database objects that are required by the system.
Go to the Instant Client download page for Linux x86-64:
http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html- Download and install the Instant Client Package - SQL*Plus for your OS distribution.
- Update the predefined environment variable LD_LIBRARY_PATH, in the current shell and in the login script, so that it includes the installed Instant Client libraries.
$ export LD_LIBRARY_PATH=<path>/lib
Create the Oracle database objects. The working directory is
oracle
$ source ./oracle_create_instance_remote.sh
Tip title Hint! When the instance creation script has been executed, the log file mz_db.log
in directory/tmp
can be used for trouble shooting.- Review the log file for errors. If no error occurred, the database creation will now be completed and the rest of this section can be ignored.
- If the script fails, terminate and recreate the database instance. If there is a need to change any installation parameter defined in the file
install.xml
, the installation must be restarted from the generation step. For further information, see 3.3.3 Generation of Oracle Database Definition Files.
Scroll ignore | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||