DBMSDBVERSION Package Constants - PL/SQL
Q. Using DBMS_DB_VERSION Package Constants which represents the condition that the database version is less than or equal to 10; it is TRUE.- Published on 09 Jul 15a. VER_LE_10
b. VER_LE_10_2
c. Both A & B
d. None of the above
ANSWER: VER_LE_10
VER_LE_10 is a boolean type of a constant. Its version is less than or equal to 10. VER_LE_10 is a type of DB version.