[20221222]How to Enable and Disable Database Options in oracle 11g.txt
[20221222]How to Enable and Disable Database Options in oracle 11g.txt
Here is the list of database options and switches:
Database Option ON OFF
Data Mining dm_on dm_off
Data Mining Scoring Engine dmse_on dmse_off
Database Vault dv_on dv_off
Label Security bac_on lbac_off
Partitioning part_on part_off
Real Application Clusters rac_on rac_off
Spatial sdo_on sdo_off
Real Application Testing rat_on rat_off
OLAP olap_on olap_off
Automatic Storage Management asm_on asm_off
Context Management Text ctx_on ctx_off
for example:
$ cd $ORACLE_HOME/rdbms/lib
$ make -f ins_rdbms.mk part_off ioracle
--//也可以使用chopt enable/disable.
$ chopt
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
--//選項大部分在libknlopt.a檔案中.
$ locate libknlopt.a
/u01/app/oracle/product/11.2.0.4/dbhome_1/rdbms/lib/libknlopt.a
$ ar -t /u01/app/oracle/product/11.2.0.4/dbhome_1/rdbms/lib/libknlopt.a
kkxwtp.o
kfoff.o
ktd.o
kxmwsd.o
kciwcx.o
sllfls.o
kprnts.o
kzlnlbac.o
kzvndv.o
kdzof.o
jox.o
ksnkcs.o
kecwr.o
kkpoban.o
dmwdm.o
xsyeolap.o
這篇文章涉及到的Binary Options 如下:
RAC (Real Application Cluster)
RAT (Real Application Testing)
OLS (Oracle Label Security)
DV (Database Vault)
ASM (Automated Storage Management)
OLAP (Oracle OLAP)
PART (Oracle Partitioning)
CTX (Context Management Text)
這裡的file 引數可以包含內容:
RAC - kcsm.o
RAT - kecwr.o
OLS - kzlilbac.o
DV - kzvidv.o
ASM - kfon.o
OLAP - xsyeolap.o
PART - kkpoban.o
CTX - kciwcx.o
% make -f ins_rdbms.mk {option}
這裡的Option 可以使用使用如下值:
RAC - rac_on / rac_off
RAT - rat_on / rat_off
OLS - lbac_on / lbac_off
DV - dv_on / dv_off
ASM - asm_on / asm_off
OLAP - olap_on / olap_off
PART - part_on / part_off
CTX - ctx_on / ctx_off
DM - dm_on / dm_off
--//也可以透過查詢檢視v$option獲取相關資訊.
--//select * from v$option;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/267265/viewspace-2932711/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- How to Check and Enable/Disable Oracle Binary Options (文件 ID 948061.1)Oracle
- How to enable the flashback database:Database
- How to check whether the current database in using Oracle optionsDatabaseOracle
- How to enable trace in OracleOracle
- How to Relink Oracle Database SoftwareOracleDatabase
- How to Shrink Undo Segment In Oracle DatabaseOracleDatabase
- How to drop Oracle RAC database manually?OracleDatabase
- How to purge the Oracle Database Recycle BinOracleDatabase
- disable/enable validate/novalidate 的區別
- oracle學習(2)-Oracle約束的關鍵字Enable/Disable/Validate/NovalidateOracle
- constraint enable,disable的問題解決AI
- Constraint State(disable/enable validate/noalidate)AI
- alter database disable thread 2Databasethread
- alter table modify constraint_disable_enable_novalidateAI
- How to Quiesce a DatabaseUIDatabase
- How to enable NUMA on 10G @ linuxLinux
- How to Disable or set SELinux to Permissive mode [ID 457458.1]Linux
- How to Perform a Healthcheck on the DatabaseORMDatabase
- How a Database Is Mounted (293)Database
- How to Create Oracle Database QoS Management Administrator AccountsOracleDatabase
- How do I disable the iptables firewall in Fedora Core Linux?Linux
- oracle ENABLE=BROKENOracle
- Database Testing: How to Regression Test a Relational DatabaseDatabase
- How To Enable Hidden Administrator Account In Windows 10Windows
- How to Perform a Health Check on the DatabaseORMDatabase
- [原創] How to Quiesce a DatabaseUIDatabase
- How a Standby Database Is Mounted (295)Database
- How a Clone Database Is Mounted (296)Database
- How to check Database corrupt BlockDatabaseBloC
- How does one rename a database?Database
- [20120824]oracle中的 CONSTRAINT 屬性ENABLE DISABLE VALIDATE NOVALIDATE.txtOracleAI
- Disable Oracle Automatic JobsOracle
- [轉]How to release space from databaseDatabase
- How to move progress database to different OSDatabase
- How a Database Is Quiesced (331)DatabaseUI
- 12C-How to Create Oracle Database QoS Management Administrator AccountsOracleDatabase
- How to disable transparent hugepages (THP) on Red Hat Enterprise Linux 7Linux
- How to disable transparent Hugepage (THP) on Red Hat Enterprise Linux 8?Linux