2 Install the Database and Enterprise Manager

This chapter provides information on installing Oracle Database and Enterprise Manager. For existing installations, refer to the Caution below. After you have reviewed the Caution, existing installations of Enterprise Manager can proceed to Chapter 4, "Import the JD Edwards Application Pack OPAR".

An Oracle database must be installed that is configured expressly for use by Enterprise Manager (see Caution below). Oracle strongly recommends that you use the OEM Oracle database installation software instructions under the direction of an Oracle DBA.

Caution:

Both new and existing installation of the Oracle database must perform the procedures in the section of this chapter entitled: Section 2.2, "Post Installation Required for Database Configuration".

This chapter contains the following topics:

2.1 Running the Oracle Database Installer

Note:

This procedure assumes you have obtained the software component for the Oracle database as described in the chapter of this guide entitled: Section 1.5, "Obtaining Oracle Software Components from the Oracle Software Delivery Cloud".

To read more about installing Oracle Database 12c, see https://docs.oracle.com/database/121/nav/portal_11.htm

2.2 Post Installation Required for Database Configuration

After you install a new Oracle database for exclusive use by Cloud Control 13c, the Cloud Control documentation recommends you configure your database using the following procedure.

  1. Per requirements for Cloud Control, you must change the Oracle database init parameters.

    Connected to the Oracle database as sys user, use this command sequence:

    alter system set session_cached_cursors=500 scope=spfile;
    alter system set remote_login_passwordfile=SHARED scope=spfile;
    alter system set aq_tm_processes=1 scope=spfile;
    alter system set processes=500 scope=spfile;
    alter system set log_buffer=10485760 scope=spfile;
    alter system set db_securefile=PERMITTED scope=both;
    alter system set shared_pool_size=400M scope=spfile;
    shutdown immediate
    startup
    

2.3 Install Enterprise Manager Cloud Control

To read more about installing Oracle Enterprise Manager Cloud Control 13c, see http://docs.oracle.com/cd/E63000_01/index.htm

Note:

If the installation fails for some reason, review the log files listed in Oracle Enterprise Manager Cloud Control Advanced Installation and Configuration Guide.