How to fix the Oracle error DRG-50924: PL/SQL inside PL/SQL not supported?
In this post, you’ll learn more about the Oracle ErrorDRG-50924: PL/SQL inside PL/SQL not supported with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
DRG-50924: PL/SQL inside PL/SQL not supported
Reason for the Error DRG-50924: PL/SQL inside PL/SQL not supported
Cause: PL/SQL function call returned another PL/SQL call
How to fix the Error DRG-50924: PL/SQL inside PL/SQL not supported ?
You can fix this error in Oracle by following the below steps
Action: remove recursive PL/SQL
Leave Your Comment