Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Function to get partial Oracle version
Does anyone has a function which returns the Oracle host version, but
with flexible partial version, just like this
SQL> select version(5) from dual;
VERSION
SQL> select version(2) from dual;
VERSION
SQL> select version(3) from dual;
VERSION