Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Note!

 This section is only applicable if you want to create the Oracle database in Amazon Web Services.

 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   documentation. Once the database is available, perform the steps in this section to create the database objects that are required by the system.

  1. Go to the Instant Client download page for Linux x86-64:
    http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html


  2.   Download and install the Instant Client Package - SQL*Plus for your OS distribution.

  3. 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

  4. Create the Oracle database objects. The working directory is  oracle

    $ source ./oracle_create_instance_remote.sh

    Hint!

    When the instance creation script has been executed, the log file mz_db.log in directory /tmp can be used for trouble shooting.
  5. 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. 

  6. 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.


  • No labels