|
Oracle® Collaboration Suite Certified Configuration Deployment and Cloning Guide
Release 9.0.4.1 for Linux x86 Part No. B12145-01 |
|
|
|
|
Use this appendix for information about the minimum Oracle Files settings required for Oracle Collaboration Suite Certified Configuration (Oracle Collaboration Suite CC).
This appendix covers the following topic:
Table D-1, "Default Oracle Files Tablespaces and Data File Locations" lists the tablespaces created by the /admin/mwcc/ocs/904/ocs_mt/config/bin/ifs_dbprepare.sh script. This script is automatically run by the middle-tier Files component configuration scripts. The data files will be created on the Files Infostore.
Table D-1 Default Oracle Files Tablespaces and Data File Locations
| Tablespace | Description | Tablespace Name | Datafile Location | Size |
|---|---|---|---|---|
| Primary | Stores metadata for documents, information about users and groups, and other Files data. | IFS_MAIN
|
/$ORACLE_SID/oradata/data01/ifs_main .dbf
|
200 MB |
| Non-Indexed Media | Stores the LOB data for documents that are not indexed by Oracle Text. For example: zip files. | IFS_LOB
|
/$ORACLE_SID/oradata/data01/ifs_lob .dbf
|
250 MB |
| Indexed Media | Stores the LOB data for documents that are indexed by Oracle Text. For example: text and word processing files | IFS_ILOB | /$ORACLE_SID/oradata/data01/ifs_ilob .dbf
|
250 MB |
| InterMedia Media | Stores the LOB data for documents that are indexed by Oracle interMedia. For example: image and audio-video files. | IFS_IMM
|
/$ORACLE_SID/oradata/data01/ifs_imm .dbf
|
250 MB |
| Oracle Text Index |
Stores the Oracle Text tokens table, dr$ifs_text$i.
|
IFS_CTXI
|
/$ORACLE_SID/oradata/data01/ifs_ctxi .dbf
|
50 MB |
| Oracle Text Keymap |
Stores the index on the Oracle Text tokens table, dr$ifs_text$x.
|
IFS_CTXK
|
/$ORACLE_SID/oradata/data01/ifs_ctxk .dbf
|
50 MB |
| Oracle Text Data | Stores the Oracle Text tables dr$_ifs_text$k, dr$ifs_text$n, and dr$ifs_text$r
|
IFS_CTXX
|
/$ORACLE_SID/oradata/data01/ifs_ctxx .dbf
|
250 MB |