Getting Product Version and Edition infromation using SQL
748337May 10 2010 — edited May 11 2010Hi Ya, I'm trying to get my Oracle database properties so I could display in my product's about dialog. For example, info like database production version and edition etc.
I know in SQL Server we have SERVERPROPERTY('ProductVersion'), SERVERPROPERTY('Edition').
Do we have something similar in Oracle too?. How can I get this info using sql in Oracle
I'm developing on Oracle 10g Express, but app runs on 10g R2 SE/EE
Cheers
PS: If I have posed my question in wrong forum, could you please point me to the correct forum.