-
Notifications
You must be signed in to change notification settings - Fork 0
Z0052
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 |
- PLSQL_CCFLAGS is set at the PDB level (CONTAINER = CURRENT)
alter system set PLSQL_CCFLAGS = 'WTPLSQL_ENABLE:TRUE'; - OCI and Autonomous DB do not allow the PDB to be recreated.
- For those builds, the PLSQL_CCFLAGS must be disabled at the start.
- See the "Update PLSQL_CCFLAGS parameter" Section in
unit_testing/setup_for_test.sql
(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