11.5 Database Security in Multitenant Environment

Starting from Oracle Database Release 21c, Oracle JVM security is enhanced to make it well suited for a multitenant environment.

Oracle JVM supports the key security mechanism of Oracle Multitenant Database, which is multitenant isolation using the pluggable database (PDB) lockdown profiles. It currently supports the following lockdown profile features:

  • OS_ACCESS
  • NETWORK_ACCESS
  • JAVA
  • JAVA_RUNTIME
  • JAVA_OS_ACCESS

In addition to the PDB lockdown profiles, Oracle JVM also supports the following PDB parameters that further enhance multitenant isolation:

  • The PATH_PREFIX clause of the CREATE PLUGGABLE DATABASE statement
  • The PDB_OS_CREDENTIAL initialization parameter

See Also: