How to fix the Oracle error PLS-00611: right hand side can be only the variables of record type?

In this post, you’ll learn more about the Oracle ErrorPLS-00611: right hand side can be only the variables of record type with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

PLS-00611: right hand side can be only the variables of record type

Reason for the Error PLS-00611: right hand side can be only the variables of record type

with ROW on LHS, only PL/SQL records or %ROWTYPE variables are allowed on right hand side..

How to fix the Error PLS-00611: right hand side can be only the variables of record type ?

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

Make appropriate changes, so that right hande side should only have variables of record or %ROWTYPE.

Tags :

Leave Your Comment