Defect HC-11838

Access Control triggers are not loaded in the store publish for Oracle

Software

Customer case Applies to Corrected in
CS0241852 V9.0.1 9.1.8.0

Observed behavior

When publishing a store against the Oracle database, the access control staging triggers are not loaded correctly.

Expected behavior

The dataload logic is using prepared statements in all cases.

Resolution

The dataload logic was modified to support using java.sql.Statement when java.sql.PreparedStatement is not appropriate.