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
Arsene Lupain
The lie takes the elevator, the truth takes the staircase but ends up catching up with the lie.
Don't know what you really mean by v$version..
This one works just fine here...
Code:
scott@NICK817.TARRY.LOCAL> select * from v$version
2 /
BANNER
----------------------------------------------------------------
Oracle8i Enterprise Edition Release 8.1.7.4.1 - Production
PL/SQL Release 8.1.7.4.0 - Production
CORE 8.1.7.2.1 Production
TNS for 32-bit Windows: Version 8.1.7.4.0 - Production
NLSRTL Version 3.4.1.0.0 - Production
Tarry Singh
I'm a JOLE(JavaOracleLinuxEnthusiast)
--- Everything was meant to be---
This is what my result show on the production.
SQL> select * from v$version;
BANNER
--------------------
Oracle8i Release 8.1.7.4.1 - Production
PL/SQL Release 8.1.7.4.0 - Production
CORE 8.1.7.2.1 Production
TNS for 32-bit Windows: Version 8.1.7.4.0 - Production
NLSRTL Version 3.4.1.0.0 - Production
No mention of Enterprise or Standard.
Arsene Lupain
The lie takes the elevator, the truth takes the staircase but ends up catching up with the lie.
Bookmarks