【发布时间】:2015-10-22 00:56:22
【问题描述】:
我需要知道我的 12c 数据库的版本(标准/企业版)
我试过了
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
这是否意味着这是一个标准? 还是我必须运行其他查询才能知道?
【问题讨论】:
标签: database oracle standards enterprise