Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hello,
We are running Windchill 9.1 with Oracle 10g 64 bits on Oracle enterprise (Redhat bundled by Oracle)
We plan to move to Oracle RAC 11G 64 bits linux this summer.
Dear Preeti,
I do not know about Windows XP 64,but we are using Oracle 11g + Windchill/PDMLink 9.1 M040 under Windows 7/64 bits without any problem.
Hope that helps.
Regards.
Nassim.
Nassim BOUAYAD-AGHA
Software developer/architect
Please note that even if you get Warnings while installing Oracle 11g under Window7/64,the installation works.
Steve,
You are right!
But I can tell you that I can find a real difference using Windchill and Oracle 11G on Windows7/64.Performance is great!
As long as you pay attention to the ADDM reports and keep the stats job running regularly, you shouldn't need the PTC Tuner package for 10g or 11g. It has become redundant after 9i.
Tim Atwood
In Reply to Preeti Gupta:
We do not use PTC tuner for Oracle 10G also. Performance is good right now, hoping to get better with Oracle 11G 🙂
Thanks for the feedback.
Got some very good advicecombine with the help of PTC technical support to start using 16K block size instead of 8K which is required by Oracle 11G on 64bit:
Add this to your site.xconf and then run xconfmanager -p:
<property name="wt.generation.sql.tinyBlobSize" overridable="true"<br"/> targetFile="codebase/user.properties"
value="32k"/>
<property name="wt.generation.sql.smallBlobSize" overridable="true"<br"/> targetFile="codebase/user.properties"
value="32k"/>
From a windchill shell/environment command, run this command:
$WT_HOME/bin/JavaGen.sh registry false false true false false
or
%WT_HOME%\bin\JavaGen.bat registry false false true false false
This should update all your sql commands to make sure the incremental tablespace size is set to 32K.
You can now point to the database to either install a new Windchill system or create a new user with the same oracle permissions: Connect, Resource, Query rewrite, Create sequence, Create index
Unless someone else has figured it out, when importing from and to users, we found out since Windchill 7.0, the windchill oracle user name has to be identical. You should be golden after that with pointing your windchill systemto the new oracle database in site.xconf:
<property name="wt.pom.serviceName" overridable="true" targetfile="db/db.properties"<br"/> value="<oracle_hostname>:1521:<sid>"/>
<property name="wt.pom.jdbc.host" overridable="true" targetfile="db/db.properties"<br"/> value="<oracle_hostname>"/>
If you installed partslink:
<property name="nitidus.sqlcache.db.host" overridable="true"<br"/> targetFile="partslink/conf/main.properties"
value="<oracle_hostname>"/>
Hope these tips help.