Skip to content
Duane Dieterich edited this page Feb 12, 2025 · 1 revision
Issue Remove WTPLSQL_ENABLE DB Parameter During Build
Status Open
Assigned DDieterich
Milestone
Est Hrs
%Complete
Labels
Links Issues Summary

Description

  1. PLSQL_CCFLAGS is set at the PDB level (CONTAINER = CURRENT)
    alter system set PLSQL_CCFLAGS = 'WTPLSQL_ENABLE:TRUE';
    
  2. OCI and Autonomous DB do not allow the PDB to be recreated.
  3. For those builds, the PLSQL_CCFLAGS must be disabled at the start.
  4. See the "Update PLSQL_CCFLAGS parameter" Section in unit_testing/setup_for_test.sql

Resolution

Issue Log

(Add newest entries on top and add Date/Time and Author for each entry.)

2025-02-10 13:49:34 -06:00 DDieterich Created Issue and Assigned to Myself

Clone this wiki locally