1. If you are installing oracle in linux OS which doesn’t have language Chinese installed, then you should not set environment variable NLS_LANG mentioned in the above article.
2. After update oracle to 10.2.0.3, you should run the following sql statements to upgrade data dictionary: (go to folder ORACLE_HOME, then startup sqlplus)
The main resource is ContentServerInstallGuide_6.5.pdf.
1. Follow chapter Required Environment Variables for UNIX and Linux and chapter Preparing the Database for Content Server Installation to set all required environment variables.
2. Copy files tnsnamse.ora and listener.ora from $ORACLE_HOME/network/admin to $TNS_ADMIN
3. Follow chapter Installing content Server to install content server and create docbase and docbroker.
Appendix A: How to start/stop oracle:
http://hua6884858.iyunv.com/blog/441251
Appendix B: How to start/stop docbase/docbroker:
All the shell file is located in $DOCUMENTUM/dba
Such as dm_launch_<Docbroker-name>, dm_stop_<Docbroker-name>, dm_start_<Dobase-name>, dm_shutdown_<Docbase-name>