12 Pdfsam Install and Config Primavera Contract Management for Oracle

download 12 Pdfsam Install and Config Primavera Contract Management for Oracle

of 1

description

12.Pdfsam Install and Config Primavera Contract Management for Oracle

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

  • Installing and Configuring Primavera Contract Management for Oracle

    12

    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 least 256m.) To do this, add a USER_MEM_ARGS line so you can set the following values for NewSize, MaxNewSize, MaxPermSize, SurvivorRatio, total Initial size (-Xms), and Maximum heap size (-Xmx):

    -XX:NewSize=256m -XX:MaxNewSize=256m -XX:MaxPermSize=256m -XX:SurvivorRatio=8 -Xms1024m -Xmx1024m

    Add the line immediately below the line you located (all one line):

    In Windows, the line should look similar to the following:

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

    In Unix, the line should look similar to the following:

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

    10) Save the changes to the setDomainEnv file and close it. (A WebLogic Server restart is required for changes to take effect.)

    Configure the WebLogic 12c Domain

    Do the following to configure the WebLogic 12c domain:

    1) Make a backup copy of the startWebLogic file in case you need to undo any changes.

    In Windows, the file is named startWebLogic.cmd and is located in: weblogic_home\user_projects\domains\your_domain\bin\

    In Unix, the file is named startWebLogic.sh and is located in: weblogic_home/user_projects/domains/your_domain/bin/

    2) Right-click the start WebLogic file and select Edit.

    3) Locate the line that looks like the following:

    In Windows: set SAVE_CLASSPATH=%CLASSPATH%

    In Unix: SAVE_CLASSPATH="${CLASSPATH}"

    4) Replace the above line with one of the following:

    In Windows: set SAVE_CLASSPATH=%DOMAIN_HOME%\lib\mail.jar;%DOMAIN_HOME%\lib\log4j.jar;%CLASSPATH%;

    In Unix: SAVE_CLASSPATH="${DOMAIN_HOME}/lib/mail.jar:${DOMAIN_HOME}/lib/log4j.jar:${CLASSPATH}:"

    5) Save the changes to the startWebLogic file and close it.

    6) Make a backup copy of the setDomainEnv file.

    In Windows, the file is named setDomainEnv.cmd and is located in: weblogic_home\user_projects\domains\your_domain\bin\

    In Unix, the file is named setDomainEnv.sh and is located in: weblogic_home/user_projects/domains/your_domain/bin/

    7) Right-click the setDomainEnv.cmd file and select Edit.