ORA-06561 given statement is not supported by package DBMS_SQL

  • Share
  • Share

Description:
ORA-06561 given statement is not supported by package DBMS_SQL

Cause:
An attempt was made to parse an unsupported statement using procedure PARSE provided by package DBMS_SQL.

ORA-04100 to ORA-07499 ,

  1. admin
    March 20th, 2009 at 13:46 | #1

    Only statements which begin with SELECT, DELETE, INSERT, UPDATE, LOCK, BEGIN, DECLARE, or << (PL/SQL label delimiter) are supported.

  1. No trackbacks yet.