Create Oracle Database instances

Previous Topic

Next Topic

Book Contents

Create Oracle Database instances

Use the Oracle tools to create the instances required for your configuration.

Use the following character set specifications for the InForm, Reporting, and Content Store instances:

To verify the character set settings:

  1. Log into SQL*Plus and type:

    sqlplus <system_userid>@<connection_string>

    When prompted, enter the system user password.

  2. Run the following command:

    select * from nls_database_parameters
    where parameter = any('NLS_CHARACTERSET','NLS_NCHAR_CHARACTERSET');

Copyright © 2014, 2017 Oracle and/or its affiliates. All rights reserved.