Skip to content

Commit

Permalink
feature availability does not depend on compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSchnacki committed Dec 10, 2023
1 parent 16130d2 commit 1bda565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocenv
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bda565

Please sign in to comment.