Changing database options
before oracle 11.2 we should have do this steps:
cd $ORACLE_HOME/rdbms/libfrom now this is simpler and shorter
make -f ins_rdbms.mk dv_off
cd $ORACLE_HOME/bin
relink all
cd %ORACLE_HOME%/binAll options are written in the usage syntax:
chopt disable dv
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
Comments
Post a Comment