The DatabaseMetaData.getDriverVersion() method returns a driver version string in the format:

M.m.s.bbbbbb(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.

YYYYYY is the framework build number.

ZZZZZZ is the utl build number.

For example:

6.0.1.000002(F000001.U000002)
      |____| |_____| |_____|
      Driver  Frame    Utl