What is the meaning of database version in Oracle
What is the meaning of database version in Oracle? When I say that I have installed Oracle database 11.2.0.2.0, what actually is this 11.2.0.2.0 Let’s see what all this is about: Oracle database software has a version number. Say our database version is 11.2.0.2.0 11 .2.0.2.0: The first digit is the major release number. When we say 9i, 10g or 11g we mean the major release number. 11. 2 .0.2.0: This second digit is the maintenance release number. This is usually called only " release ". For example when you say 11g Release 1 or 11g Release 2 in fact you are mentioning maintenance release number. Maintenance releases are full installations. It means that all files are replaced during upgrade. Maintenance releases contain bug fixes and new features for database. 11.2. 0 .2.0: This third digit is the release number for Oracle application servers. For database software, it should be 0. 11.2.0. 2 .0: The fourth digit is called component specific releas