Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Has anyone testing, upgrade, etc to the PDM Link 9.1 using Oracle 11g?
Any quick advice on the process? I am starting the upgrade process next week on our development server and am interested in any bug, issues, problems with upgrade, etc...
Yes,
If you are doing an upgrade, make sure you run this against your windchill app server:
Oracle 11g with 16K block size:
<property name="wt.generation.sql.tinyBlobSize" overridable="true"</p">
targetFile="codebase/user.properties"
value="32k"/>
<property name="wt.generation.sql.smallBlobSize" overridable="true"</p">
targetFile="codebase/user.properties"
value="32k"/>
You have to run JavaGen.sh registry false false true false false
Also, like usual, make sure that all the defaulttablespaces (i.e WCAUDIT, INDX, USERS, TEMP, BLOBS) are there. Also, add some space to BLOBS and USERS for CompareSchema. Don't add customized indexes because they will be temporarily removed prior to Adding Constraints when the database is upgraded. It is best not to add the customized indexes from previous versions. Sometimes depending on which version or application like Pro/I or FlexPDM, the new updated schema will have its own indexes. Also, make sure do this upgrade at least 5 times on a test mirrored system before you attempt to perform it on your new production system. I usually keep the legacy production system as a backup in case of fail-over.