问题
How to get Oracle database version from sqlplus, Oracle SQL developer, SQL Navigator or other IDE?
回答1:
Try running this query in SQLPLUS -
select * from v$version
回答2:
Execute this statement from SQL*Plus, SQLcl, Oracle SQL Developer, SQL Navigator or other IDE:
select * from product_component_version
And you'll get:
PRODUCT VERSION VERSION_FULL STATUS
-------------------------------------- ---------- ------------ ----------
Oracle Database 18c Enterprise Edition 18.0.0.0.0 18.3.0.0.0 Production
来源:https://stackoverflow.com/questions/36812929/how-to-get-oracle-database-version