PCC-00109: Dynamic SQL and PL/SQL are Oracle extensions to
ANSI SQL



PCC-00109: Dynamic SQL and PL/SQL are Oracle extensions to ANSI SQL..

Answer / guest

Cause: 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: EXEC SQL
EXECUTE BEGIN SELECT ... END; END-EXEC; This informational
message is issued by the FIPS Flagger when FIPS=YES.

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

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-22909: exceeded maximum VARRAY limit

1 Answers  


SQL-02105: Inconsistent cursor cache. Global cursor not found

1 Answers  


ORA-01628: max # extents (string) reached for rollback segment string

1 Answers  


ORA-25100: TABLESPACE option can only be used with ALTER INDEX REBUILD

1 Answers  


TNS-12215: TNS:poorly formed PREFERRED_NAVIGATORS Addresses in TNSNAV.ORA

1 Answers  






ORA-13191: failed to read SDO_ORDCNT value

1 Answers  


ORA-06019: NETASY: invalid login (connect) string

1 Answers  


ORA-31426: cannot modify active subscriptions

1 Answers  


ORA-13408: invalid blockSize storage parameter

1 Answers  


ORA-36685: (XSDPART23) Only CONCAT partition templates can be subpartitioned.

1 Answers  


ORA-14316: table is not partitioned by List method

1 Answers  


ORA-01120: cannot remove online database file string

1 Answers  


Categories