From 1bda565226ccbfc7bb61dd8a70cb0abef76a0400 Mon Sep 17 00:00:00 2001 From: Jan Schnackenberg Date: Sun, 10 Dec 2023 16:37:06 +0100 Subject: [PATCH] feature availability does not depend on compatible --- ocenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocenv b/ocenv index 53bdf12..b8c31fb 100644 --- a/ocenv +++ b/ocenv @@ -1876,7 +1876,7 @@ vilsnr(){ fi } fill_pdb_details_list () { - if [[ "${GV_DB_COMPATIBLE:0:6}" == "12.1.0" ]] + if [[ "${GV_DB_VERSION:0:6}" == "12.1.0" ]] then local LV_QUERY="SELECT name ||'|'|| open_mode ||'|'|| restricted ||'|'|| TO_CHAR(open_time, 'YYYY-MM-DD HH24:MI:SS') ||'|'|| 'N/A' FROM v\$pdbs WHERE name <> 'PDB\$SEED' ORDER BY name" else