How to fix the Oracle error PLS-00165: call statement is not supported in PL/SQL?

In this post, you’ll learn more about the Oracle ErrorPLS-00165: call statement is not supported in PL/SQL with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

PLS-00165: call statement is not supported in PL/SQL

Reason for the Error PLS-00165: call statement is not supported in PL/SQL

A CALL statement was found in PL/SQL source.

How to fix the Error PLS-00165: call statement is not supported in PL/SQL ?

You can fix this error in Oracle by following the below steps

Use an ordinary PL/SQL function or procedure call.

Tags :

Leave Your Comment