When upgrading all databases, always follow these generic rules:
Note: For major upgrades of large databases, also follow additional procedures provided in the Program Directory included with the new ENOVIA Live Collaboration release. Note: The dynamic relationship feature adds an additional requirement for database definition with Oracle installations: the Oracle user (i.e., database) must have CREATE VIEW privileges. Run the following command to add this privilege: SQL> grant connect, resource, create view to USER; Grant succeeded. SQL> commit; Commit complete. where USER is the V6 Oracle user. For information on dynamic relationships, see the MQL Guide > Working with Metadata > Relationships > Dynamic Relationships. |