What is the use of pragma in Oracle 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Studied at the University of Lagos, Lives in Lagos, Nigeria.
In Oracle PL/SQL, PRAGMA refers to a compiler directive or "hint" it is used to provide an instruction to the compiler. The directive restricts member subprograms to query or modify database tables and packaged variables.
2023-05-09 12:11:23
评论(499)
Helpful(122)
Helpful
Helpful(2)

Ethan Martinez
QuesHub.com delivers expert answers and knowledge to you.
In Oracle PL/SQL, PRAGMA refers to a compiler directive or "hint" it is used to provide an instruction to the compiler. The directive restricts member subprograms to query or modify database tables and packaged variables.