Hi Guys
We used to have Oracle 8.1.7.0 Standard Edition. We just upgrade to 8.1.7.4.
What script will show me the type of version we have, stating not only the "8.1.7.4 but Enterprise edition
or Standard edition.

I query v$version.
select * from v$version;
it did not give me the info I really want.
Select * form v$license; not satisfy with the result.

I need the query to return the word"Enterprise Edition or Standard Edition"
Thanks