To minimize disk contention, you can create a tablespace for the data-segment tables and store the data files for the tablespace on a separate physical disk. After creating the tablespace, you must change the Oracle Data Map Seg TableSpace Name and Oracle Data Seg TableSpace name to the new tablespace name.
To rename tablespaces:
You can separate the data-map and data-seg tables into their own tablespaces, but no significant increase in performance can be expected. |
After the tablespace names are specified, delete the data-map and data-seg tables from the Users tablespace and recreate them in the new tablespace.
You do not need to delete and re-create the data-map and data-seg tables if the new tablespace names were specified on the DB Options dialog box when the application was created. |
Deleting and recreating the data-map and data-seg tables truncates all table data. You should change tablespace names and re-create the tables after the application is created and before data is loaded. |
To re-create the data-map and data-seg tables:
After the data-map and data-seg tables are re-created, they are located in the tablespaces specified under Configuration Settings.