Modifying the response file

Perform the procedure on each application server.

Note:

All entries used as Oracle database objects (such as user names, passwords, and tablespaces) should follow Oracle recommendations for naming conventions. In addition, Oracle recommends using strong passwords, as described in the Security Guide.
  1. Copy the Oracle Central Coding installation folder to your local machine.
  2. Locate the setup.iss response file.
  3. Save the setup.iss response file with a different name.

    Note:

    Oracle recommends saving the response file with a name that references the Oracle Central Coding instance with which it is associated.
  4. Modify the response file with following information:
    Parameter Description

    svLanguage

    Locale:
    • English
    • WesternEuropean
    • JapaneseWesternEuropean

    szCompanyName

    Company name.

    szCompanyURL

    Company URL.

    szDir

    (First)

    Base installation directory.

    This should match the information you specify in the parameter for the Oracle Central Coding instance directory.

    svAuthChoice

    Authentication scheme used.

    This must be NATIVE for self-hosted installations.

    instanceName

    Instance name.

    svPort

    Job Scheduler communication port number.

    This must be an empty port that has not been used by any other software.

    szDir

    (Second)

    Directory for the Oracle Central Coding instance.

    This should match the information you specified in the installation directory parameter.

    Table 4-1 Central Coding Database user parameters

    Parameter Description

    svDBServer

    Database server connection string for the Oracle Central Coding Database user.

    svOracleSysDBAUser

    Oracle user with DBA privilegs.

    This must be entered only if svCreateUser is TRUE.

    svOracleSysDBAPassword

    Password for Oracle user with DBA privileges.

    This must be entered only if svCteateUser is TRUE.

    svdbUID

    Oracle Central Coding Database User ID.

    svdbPID

    Oracle Central Coding Database user password.

    svDBTablespace

    Name of the tablespace for the Oracle Central Coding database.

    svCreateUser

    Controls whether the user specified by svdbUID is created (TRUE), or if an existing user identified by svdbUID wil be reused (FALSE).

    Table 4-2 Platform Database user parameters

    Parameter Description

    svDBServer

    Database server connection string for the Platform Database user.

    svOracleSysDBAUser

    Oracle user with DBA privileges.

    This must be entered only if svCreateUser is TRUE.

    svOracleSysDBAPassword

    Password for Oracle user with DBA privileges.

    This ,ust be entered only if svCreateUser is TRUE.

    svdbUID

    Platform Database user ID.

    svdbPID

    Platform Database user password.

    svDBTablespace

    Name of the tablespace for the Platform database.

    svCreateUser

    Controls whether the user specified by svdbUID is created (TRUE), or if an existring user identified by svdbUID will be reused (FALSE).

    Table 4-3 Dictionary Database user parameters

    Parameter Description

    svDBServer

    Database server connection string for the Dictionary Database user.

    svdbUID

    Dictionary Database user ID.

    svdbPID

    Dictionary Database user password.

    Table 4-4 Certificate parameters

    Parameter Description

    svCertSubject

    Certificate subject.

    svCertIssuer

    Certificate issuer.

    svCertName

    Certificate name.

    svCertExpiration

    Certificate expiration date, in the format MM/DD/YYYY H:MM:SS AM/PM.

    svCertThumbprint

    Certificate thumbprint.

    Note:

    Make sure there are no spaces in the value of the parameter.