标签:
来源于:如果你需要为一个OracleHome启用或者禁用一个特定的databaes feature,那么需要关闭数据库并使用chopt 工具。见下面的例子:
chopt工具是一个命令行工具,该工具位于ORACLE_HOME\bin目录中,chopt的语法如下:chopt [ enable | disable] db_option
cd %ORACLE_HOME%/bin chopt enable partitioning4.使用控制面板中的Services程序:启动database 服务以及OracleServiceSID
srvctl start database -d myDb
[oracle@rhel63single ~]$ which lsnrctl /u02/app/oracle/product/11.2.0.4/db_1/bin/lsnrctl [oracle@rhel63single ~]$ which chopt /u02/app/oracle/product/11.2.0.4/db_1/bin/chopt [oracle@rhel63single ~]$ man chopt No manual entry for chopt [oracle@rhel63single ~]$ chopt -help usage: chopt <enable|disable> <option> options: dm = Oracle Data Mining RDBMS Files dv = Oracle Database Vault option lbac = Oracle Label Security olap = Oracle OLAP partitioning = Oracle Partitioning rat = Oracle Real Application Testing e.g. chopt enable rat [oracle@rhel63single ~]$3. 我对chopt这个工具的理解如下:修改的是$ORACLE_HOME的功能(即:Oracle database software),至于该功能的使用需要不需要database中的数据字典支持,那需要看这个功能具体分析,若是需要数据字典的支持,那就需要dbca跑相应的脚本。
【翻译自mos文章】在windows平台上怎么启用Oracle database 企业版的partition?
标签:
原文地址:http://blog.csdn.net/msdnchina/article/details/50644767