home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a524 / 28.ddi / doc / migrate.doc < prev    next >
Encoding:
Text File  |  1991-03-04  |  1.6 KB  |  38 lines

  1. ...
  2. ... $Header: migrate.doc,v 6.1 89/11/01 03:32:32 cyang Exp $ migrate.doc Copyr (c) 1989 Oracle
  3. ...
  4.  
  5. MIGRATE ADDENDUM
  6.  
  7. ADDITIONAL INSTRUCTIONS FOR MIGRATING INDEXES TO VERSION 6.0
  8. ------------------------------------------------------------
  9.  
  10. The instructions for migrating data from Version 5.1 to Version
  11. 6.0 explain that the Version 6.0 import program will
  12. automatically perform all conversion to Version 6.0 structures
  13. for all Version 5.1 objects including indexes.  However, Version
  14. 6.0 import will convert all indexes using a default space
  15. definition in the Version 6.0 database. The Version 6.0 default
  16. space definitions used may not be desirable for all Version 5.1
  17. indexes.  When migrating indexes to Version 6.0 database
  18. administrators may wish to follow these additional procedures to
  19. ensure that indexes are migrated efficiently.
  20.  
  21. 1) Estimate the amount of storage required for storing all
  22. indexes which are to be migrated to Version 6.0. The calculation
  23. for this is : (index key size * number of rows * 110%) 
  24.  
  25. 2) Determine which tablespace will hold each of the indexes to be
  26. migrated to the Version 6.0 database.  Administrators may wish to
  27. allocate the indexes in tablespaces other than the default
  28. tablespace in order to improve index performance.
  29.  
  30. 3) Migrate all Version 5.1 data except indexes to Version 6.0
  31. by importing with the import keyword INDEXES=N.
  32.  
  33. 4) Manually create each of the indexes in the Version 6.0
  34. database using the storage parameters determined in step 1 above.
  35.  
  36. If you have any questions or additional problems during your
  37. upgrade please contact ORACLE Support.
  38.