Oracle PL/SQL Tutorial/PL SQL Data Types/MSLABEL

Материал из SQL эксперт
Перейти к: навигация, поиск

MSLABEL

The MSLABEL datatype is used with Trusted Oracle.

Trusted Oracle is designed for high security environments.

The Syntax for the MSLABEL Datatype



   <source lang="sql">

variable_name MSLABEL;</source>


In a Trusted Oracle system, this datatype is used to store binary operating system labels.

Standard Oracle allows the datatype to be declared, but only null values can be assigned to it.