如何知道oracle 12c数据库的版本?

how to know the edition of oracle 12c database?

我需要知道我的 12c 数据库的版本 (standard/enterprise)

我试过了

Select * from v$version

这是我得到的:

Oracle Database 12c Release 12.1.0.1.0 - 64bit Production
PL/SQL Release 12.1.0.1.0 - Production
"CORE   12.1.0.1.0  Production"
TNS for 64-bit Windows: Version 12.1.0.1.0 - Production
NLSRTL Version 12.1.0.1.0 - Production

这是否意味着它是一个标准? 或者我必须 运行 一些其他查询才能知道?

是的,这意味着您拥有 Standart。

SQL> select * 来自 v$versioN;

横幅

Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64 位生产 PL/SQL 版本 11.2.0.4.0 - 生产 核心 11.2.0.4.0 生产 Linux 的 TNS:版本 11.2.0.4.0 - 生产 NLSRTL 版本 11.2.0.4.0 - 生产