13 Pdfsam Install and Config Primavera Contract Management for Oracle

download 13 Pdfsam Install and Config Primavera Contract Management for Oracle

of 1

Transcript of 13 Pdfsam Install and Config Primavera Contract Management for Oracle

  • 7/25/2019 13 Pdfsam Install and Config Primavera Contract Management for Oracle

    1/1

    Prerequisites

    13

    8) Locate the line that begins with one of the following:

    In Windows: call "%WL_HOME%\common\bin\commEnv.cmd"

    In Unix: $WL_HOME/common/bin/commEnv.sh

    9) Add new memory settings to maximize performance and increase the JVM MaxPermSize

    setting to avoid Out-of-Memory errors. (The MaxPermSize setting should be set to at least256m.) To do this, add a USER_MEM_ARGS line so you can set the following values forNewSize, MaxNewSize, MaxPermSize, SurvivorRatio, total Initial size (-Xms), and Maximumheap size (-Xmx). Immediately below the line you located, add the following (all on a singleline):

    In Windows: set USER_MEM_ARGS=-XX:NewSize=256m -XX:MaxNewSize=256m-XX:MaxPermSize=256m -XX:SurvivorRatio=8 -Xms1024m -Xmx1024m

    In Unix: USER_MEM_ARGS="-XX:NewSize=256m -XX:MaxNewSize=256m-XX:MaxPermSize=256m -XX:SurvivorRatio=8 -Xms1024m -Xmx1024m"

    10) Locate the following line:

    set

    SAVE_JAVA_OPTIONS=-Djavax.xml.stream.XMLInputFactory=weblogic.xml.stax.XMLStreamInputFactory-Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0-Doracle.jdbc.V8Compatible=true %JAVA_OPTIONS%

    11) Replace this line with the following following line:

    set SAVE_JAVA_OPTIONS=-Djavax.xml.stream.XMLInputFactory=com.ctc.wstx.stax.WstxInputFactory-Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0-Doracle.jdbc.V8Compatible=true %JAVA_OPTIONS%

    12) Save the changes to the setDomainEnv file and close it. (A WebLogic Server restart isrequired for changes to take effect.)

    Configuring the Database InstancePrior to installing the current version of Contract Management, you must configure the Oracledatabase instance by setting the following parameters:

    NLS_LANG parameter NLS_LENGTH_SEMANTICS parameter for multi-byte data

    Notes:

    For information on contacting Oracle Primavera Customer Support,see Contacting Customer Support.

    For information about configuring the database instance whenupgrading from Expedition or Expedition Professional 10.0 orprevious versions, contact Oracle Primavera Customer Support.

    Set the NLS_LANG Parameter on the Database Server

    In Windows, do the following:

    1) Go to the Control Panel and open System.