Skip to content

Commit f6290ff

Browse files
committed
fix: set PDB_NAME default to ORCLPDB in RAC driver
Without this, RAC schema generation used the global default FREEPDB1, causing gencfg.sql to run against CDB$ROOT instead of the PDB.
1 parent d389280 commit f6290ff

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • tests/sql/scripts/drivers

tests/sql/scripts/drivers/rac.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ ARCHIVE_MIN_THREADS=2
2727
FIXTURE_SUFFIX=""
2828

2929
# Source base driver (stage functions + primitive stubs)
30+
PDB_NAME="${PDB_NAME:-ORCLPDB}"
31+
3032
source "$SCRIPT_DIR/drivers/base.sh"
3133

3234
# ---- RAC configuration ----

0 commit comments

Comments
 (0)