Oracle Message ORA-06561 - given statement is not supported by package DBMS_SQL

ERRORgiven statement is not supported by package DBMS_SQL
CAUSEAttempting to parse an unsupported statement using procedure PARSE provided by package DBMS_SQL.
ACTIONOnly statements which begin with SELECT, DELETE, INSERT, UPDATE, LOCK, BEGIN, DECLARE or << (PL/SQL label delimiter) are supported.