0 votes
in PL/SQL by
Do Triggers Have Restrictions On The Usage Of Large Datatypes, Such As Long And Long Raw?

1 Answer

0 votes
by

Triggers have restrictions on the usage of large datatypes as they cannot declare or reference the LONG and LONG RAW datatypes and cannot use them even if they form part of the object with which the trigger is associated. Similarly, triggers cannot modify the CLOB and BLOB objects as well; however, they can reference them for read-only access.

Related questions

0 votes
asked Mar 11, 2021 in PL/SQL by Robindeniel
0 votes
asked Jan 31, 2022 in Azure Data Lake Storage by sharadyadav1986
...