How to check the version number of an Oracle installation?

(a) Use OUI (Oracle Universal Installer)
(b) select * from v$version;


How to check the version number of an Oracle database?
(a) Use OUI (Oracle Universal Installer)
(b) select * from v$version;


Could you please help? Thank you!