How to fix the Oracle error PLS-00643: booleans, index tables, records and cursors not allowed in SQL statements?
In this post, you’ll learn more about the Oracle ErrorPLS-00643: booleans, index tables, records and cursors not allowed in SQL statements with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PLS-00643: booleans, index tables, records and cursors not allowed in SQL statements
Reason for the Error PLS-00643: booleans, index tables, records and cursors not allowed in SQL statements
Items of type boolean, table of foo index by binary_integer, record and static cursors cannot be used in SQL statements.
How to fix the Error PLS-00643: booleans, index tables, records and cursors not allowed in SQL statements ?
You can fix this error in Oracle by following the below steps
Remove expressions of these types from the SQL statement.
Leave Your Comment