Database components are installed by the install shell script, these components
are included into $CMS_HOME/db directory.
Install.sh script creates two Oracle database users (schemas) cms_owner and
cms_user_sec.
cms_owner contains the CMS tables and code. These components are explained in
detail into the next two slides.
cms_user_sec contains the code to implement the Virtual Private Database layer,
this code uses Oracle\x's application context functionality to check the access
for every row into the CMS tables.
DBPrism CMS applications context are explained in details into the
Workshop slides.