Answers for "how to compile a function in oracle"

SQL
0

how to compile a function in oracle

ALTER FUNCTION <user_owner>.<function_name>
   COMPILE;
Posted by: Guest on November-16-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language