Version String Information
The DatabaseMetaData.getDriverVersion() method returns a Driver Version string in the format:
M.m.s.bbbbbb(CXXXX.FYYYYYY.UZZZZZZ)
where:
M is the major version number.
m is the minor version number.
s is the service pack number.
bbbbbb is the driver build number.
XXXX is the cloud adapter build number.
YYYYYY is the framework build number.
ZZZZZZ is the utl build number.
For example:
6.0.1.000002(C0003.F000001.U000002)
|____| |___| |_____| |_____|
Driver Cloud Frame Utl