Uploaded by Eddie Sengola

AUT 1.7.8.3 for Oracle Agile PLM 9.3.6 (and prior releases)

advertisement
12/22/22, 6:56 PM
AUT 1.7.8.3 for Oracle Agile PLM 9.3.6 (and prior releases)
AUT 1.7.8.5 for Oracle Agile PLM Releases
Content
·
·
·
·
·
·
Overview
Resolved Issues
Installation Requirements
Pre-Installation Instructions
Installation Instructions
Post-Installation Instructions
Overview
AUT 1.7.8.5 allows an Agile PLM database to be upgraded to the following versions:
·
·
·
·
·
·
·
·
·
·
·
·
·
·
·
·
·
·
·
·
·
·
·
·
Agile PLM 9.3.6.9
Agile PLM 9.3.6.6
Agile PLM 9.3.6.5
Agile PLM 9.3.6.3
Agile PLM 9.3.6.0
Agile PLM 9.3.5.0
Agile PLM 9.3.4.0
Agile PLM 9.3.3.0
Agile PLM 9.3.2.0
Agile PLM 9.3.1.2
Agile PLM 9.3.1.1
Agile PLM 9.3.1.0
Agile PLM 9.3.0.3
Agile PLM 9.3.0.2
Agile PLM 9.3.0.1
Agile PLM 9.3.0.0
Agile PLM 9.2.2.7
Agile PLM 9.2.2.6
Agile PLM 9.2.2.5
Agile PLM 9.2.2.4
Agile PLM 9.2.2.3
Agile PLM 9.2.2.2
Agile PLM 9.2.2.1
Agile PLM 9.2.1.6
Resolved Issues
AUT 1.7.8.5 resolves the following issue:
ORA-08004: SEQUENCE ITEM_HISTORY_ID_SEQ.NEXTVAL EXCEEDS MAXVALUE
Root Cause: Sequence id of item_history table exceeds the max value of int. And many of ids are NOT used and need to
compress ids to make rest ids available.
Resolution: Re-org the ids of item_history table from a small integer and make it increase one by one and re-create
Item_HISTORY_ID_SEQ to start with the max value of item_history table; then remap the new ids to related table file:///C:/oracle11/admin/AUT/AgilePLM_AUT_1785_Readme.html
1/3
12/22/22, 6:56 PM
AUT 1.7.8.3 for Oracle Agile PLM 9.3.6 (and prior releases)
item_history2.
Verification:
1. On an Agile PLM system that has ID of item_history table exhausted.
2. Download the AUT 1.7.8.5. Unzip and and configure aut.properties ready.
3. Run [AUT_HOME]\AUT\bin\reorder_itemhistory.bat. After running completed, connect to Agile DB schema to check DB
tables.
Results:
item_history and item_history2 tables will have column ID/EventID re-arranged to use integer from -2147000000. Original
table is backed up and a new mapping table will show the mapping between old ID and new ID.
Bug ID 29586568: ORA-08004: SEQUENCE CHANGE_HISTORY_ID_SEQ.NEXTVAL EXCEEDS MAXVALUE
Root Cause: Sequence id of change_history table exceeds the max value of int. And many of ids are NOT used and need to
compress ids to make rest ids available.
Resolution: Re-org the ids of change_history table from a small integer and make it increase one by one and re-create
CHANGE_HISTORY_ID_SEQ to start with the max value of change_history table; then remap the new ids to related table signoff.
Verification:
1. On an Agile PLM system that has ID of change_history table exhausted.
2. Download the AUT 1.7.8.5. Unzip and and configure aut.properties ready.
3. Run [AUT_HOME]\AUT\bin\reorder_changehistory.bat. After running completed, connect to Agile DB schema to check DB
tables.
Results:
change_history and signoff tables will have column ID/HistoryID/Signoff_HistoryID re-arranged to use integer from
-2147000000. Original table is backed up and a new mapping table will show the mapping between old ID and new ID.
Support new upgrade paths:
Agile PLM 9.3.5.9 to Agile PLM 9.3.6.9 (Note: if the source database is at 9.3.5 RUP 1, 9.3.5 RUP 2, 9.3.5 RUP 3, 9.3.5
RUP 4 or 9.3.5 RUP 5 or 9.3.5 RUP 6 or 9.3.5 RUP 7 or 9.3.5 RUP 8 then you must first upgrade it to 9.3.5 RUP 9 before
using AUT to upgrade to 9.3.6.9)
Agile PLM 9.3.5.6 to Agile PLM 9.3.6.6 (Note: if the source database is at 9.3.5 RUP 1, 9.3.5 RUP 2, 9.3.5 RUP 3, 9.3.5
RUP 4 or 9.3.5 RUP 5 then you must first upgrade it to 9.3.5 RUP 6 before using AUT to upgrade to 9.3.6.6)
Agile PLM 9.3.5.5 to Agile PLM 9.3.6.5 (Note: if the source database is at 9.3.5 RUP 1, 9.3.5 RUP 2, 9.3.5 RUP 3 or 9.3.5
RUP 4 then you must first upgrade it to 9.3.5 RUP 5 before using AUT to upgrade to 9.3.6.5)
Agile PLM 9.3.5.3 to Agile PLM 9.3.6.3 (Note: if the source database is at 9.3.5 RUP 1 or 9.3.5 RUP 2 then you must first
upgrade it to 9.3.5 RUP 3 before using AUT to upgrade to 9.3.6.3)
Agile PLM 9.3.3.0 hot fix 444 to Agile PLM 9.3.6.3
Agile PLM 9.3.3.0 hot fix 468 to Agile PLM 9.3.6.3
Agile PLM 9.3.4.0 hot fix 220 to Agile PLM 9.3.6.3
Agile PLM 9.3.4.0 hot fix 244 to Agile PLM 9.3.6.3
Refer to Agile Product Lifecycle Management Database Upgrade Guide in the Agile PLM 9.3.6.0
release documentation (on the Oracle Technology Network Web site http://www.oracle.com/technetwork/documentation/agile-085940.html
NOTE:
Installation Requirements
Install and test this release on a designated test environment before applying this fix in your production environment. Your test
environment should mirror your production environment as closely as possible to provide accurate testing results. It is important to
validate the installation of this release, test your reported issue(s), and confirm your integrations are working correctly as part of your
minimum due diligence. Any problems or questions noted during your development system testing should be resolved before installing
this release on your production environment.
NOTE: Refer
to Agile Product Lifecycle Management Database Upgrade Guide in the Agile PLM 9.3.6.0
release documentation (on the Oracle Technology Network Web site http://www.oracle.com/technetwork/documentation/agile-085940.html
file:///C:/oracle11/admin/AUT/AgilePLM_AUT_1785_Readme.html
2/3
12/22/22, 6:56 PM
AUT 1.7.8.3 for Oracle Agile PLM 9.3.6 (and prior releases)
Pre-Installation Instructions
Download the file(s) and verify the size of each download using the following table:
Filename
Description
Size
AUT_1785.zip
Zip file containing AUT 1.7.8.5
99.2 MB (104,085,378 bytes)
NOTE: Refer
to Agile Product Lifecycle Management Database Upgrade Guide in the Agile PLM 9.3.6.0
release documentation (on the Oracle Technology Network Web site http://www.oracle.com/technetwork/documentation/agile-085940.html
Installation Instructions
NOTE: Refer
to Agile Product Lifecycle Management Database Upgrade Guide in the Agile PLM 9.3.6.0
release documentation (on the Oracle Technology Network Web site http://www.oracle.com/technetwork/documentation/agile-085940.html
Post-Installation Instructions
NOTE: Refer
to Agile Product Lifecycle Management Database Upgrade Guide in the Agile PLM 9.3.6.0
release documentation (on the Oracle Technology Network Web site http://www.oracle.com/technetwork/documentation/agile-085940.html
Copyright © 2019, Oracle and/or all its affiliates. All rights reserved.
file:///C:/oracle11/admin/AUT/AgilePLM_AUT_1785_Readme.html
3/3
Download