Oracle Error PLS-00355: use of pl/sql table not allowed in this context

Oracle Error Message

PLS-00355: use of pl/sql table not allowed in this context

Reason for the Error

A PL/SQL table was referenced in the wrong context (for example, with a remote link).

Solution

Remove the PL/SQL table reference or change the context.