Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Ensure sufficient memory
Ensure proper communication between Windchill and database server
Ensure LDAP is functioning properly
The information you mentioned is all normal
We have rebuilt the wtgroup table before, is it related to this?
Moreover, there is this information in the log
at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3867)
- locked <0x00000003c74090c8> (a oracle.jdbc.driver.T4CConnection)
at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1502)
at wt.pds.AbstractResultCursor.executeQuery(AbstractResultCursor.java:575)
at wt.pds.AbstractResultCursor.executeQuery(AbstractResultCursor.java:539)
at wt.pds.BasicResultCursor.getNextResultSet(BasicResultCursor.java:282)
at wt.pds.BasicResultCursor.advance(BasicResultCursor.java:234)
at wt.pds.BasicResultCursor.next(BasicResultCursor.java:82)
Ensure there are indexes on table wtgroup
Yes, we miss index
Thank you
Those are just a few possible causes. Search PTC's knowledge base for "windchill slow startup" to get many more possible solutions.
thanks, I will check that.