Identifying a schema within a database instance

One database instance can support multiple separate systems that use distinct schemas. The prconfig.xml file for each system must correctly identify the schema to use.

To identify a schema within a database instance, add the following line to the prconfig.xml file after installation:


        <env name="database/baseTable/schema" value="
        schema name
        " />