PCB-00303

Error: PCB-00303: Dynamic SQL and PL/SQL are Oracle extensions to ANSI SQL

Causa: An Oracle extension to the ANSI/ISO SQL standard was used. Specifically, dynamic SQL or embedded PL/SQL was used. For example, the offending code might look like:

Acción: No action required. However, for ANSI/ISO compliance, do not use dynamic SQL or embedded PL/SQL.

COMENTARIOS:


No hay comentarios.